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-el7-build-683-1325/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-0.3.21-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-el7-build-683-1325/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.fOcaXI + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf taskflow-0.3.21 + /usr/bin/gzip -dc /builddir/build/SOURCES/taskflow-0.3.21.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd taskflow-0.3.21 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (remove-pbr.patch):' Patch #0 (remove-pbr.patch): + /usr/bin/cat /builddir/build/SOURCES/remove-pbr.patch + /usr/bin/patch -p1 --fuzz=0 patching file taskflow/version.py + sed -i s/oslosphinx/oslo.sphinx/ doc/source/conf.py + sed -i 's/REDHATVERSION/0.3.21/; s/REDHATRELEASE/1.el7/' taskflow/version.py + rm -rf taskflow.egg-info + rm -rf test-requirements.txt requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.k7i7MF + umask 022 + cd /builddir/build/BUILD + cd taskflow-0.3.21 + /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/__init__.py -> build/lib/taskflow/types copying taskflow/types/graph.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/__init__.py -> build/lib/taskflow/persistence copying taskflow/persistence/logbook.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_task.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_utils.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_suspend_flow.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_duration.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_storage.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_action_engine_compile.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_green_executor.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_flow_dependencies.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_action_engine.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_utils_failure.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_utils_lock_utils.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_conductor.py -> build/lib/taskflow/tests/unit/conductor copying taskflow/tests/unit/conductor/__init__.py -> build/lib/taskflow/tests/unit/conductor creating build/lib/taskflow/openstack creating build/lib/taskflow/openstack/common copying taskflow/openstack/common/timeutils.py -> build/lib/taskflow/openstack/common copying taskflow/openstack/common/gettextutils.py -> build/lib/taskflow/openstack/common copying taskflow/openstack/common/jsonutils.py -> build/lib/taskflow/openstack/common copying taskflow/openstack/common/excutils.py -> build/lib/taskflow/openstack/common copying taskflow/openstack/common/__init__.py -> build/lib/taskflow/openstack/common copying taskflow/openstack/common/strutils.py -> build/lib/taskflow/openstack/common copying taskflow/openstack/common/uuidutils.py -> build/lib/taskflow/openstack/common copying taskflow/openstack/common/network_utils.py -> build/lib/taskflow/openstack/common copying taskflow/openstack/common/importutils.py -> build/lib/taskflow/openstack/common 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/models.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/lock_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/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/kazoo_utils.py -> build/lib/taskflow/utils copying taskflow/utils/persistence_utils.py -> build/lib/taskflow/utils copying taskflow/utils/reflection.py -> build/lib/taskflow/utils creating build/lib/taskflow/jobs copying taskflow/jobs/job.py -> build/lib/taskflow/jobs copying taskflow/jobs/jobboard.py -> build/lib/taskflow/jobs copying taskflow/jobs/__init__.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/base.py -> build/lib/taskflow/listeners copying taskflow/listeners/timing.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_endpoint.py -> build/lib/taskflow/tests/unit/worker_based copying taskflow/tests/unit/worker_based/test_worker.py -> build/lib/taskflow/tests/unit/worker_based copying taskflow/tests/unit/worker_based/test_engine.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_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/task_action.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/runner.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/runtime.py -> build/lib/taskflow/engines/action_engine copying taskflow/engines/action_engine/retry_action.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 creating 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 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/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/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/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/cache.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/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 copying taskflow/openstack/__init__.py -> build/lib/taskflow/openstack 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/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/base.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.dusAWD + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch + cd taskflow-0.3.21 + /usr/bin/python2 setup.py install --skip-build --root /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/states.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/test.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/task.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/storage.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/lock_utils.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/threading_utils.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/misc.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/eventlet_utils.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/async_utils.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/kazoo_utils.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/persistence_utils.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/reflection.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/exceptions.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs copying build/lib/taskflow/jobs/job.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs copying build/lib/taskflow/jobs/jobboard.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs copying build/lib/taskflow/jobs/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/backends copying build/lib/taskflow/retry.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests copying build/lib/taskflow/tests/utils.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/conductor copying build/lib/taskflow/tests/unit/conductor/test_conductor.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_suspend_flow.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_duration.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_engine.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/test_storage.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_action_engine_compile.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_green_executor.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_action_engine.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns copying build/lib/taskflow/tests/unit/test_utils_failure.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_utils_lock_utils.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests copying build/lib/taskflow/tests/test_examples.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests copying build/lib/taskflow/flow.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/graph.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence copying build/lib/taskflow/persistence/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence copying build/lib/taskflow/persistence/logbook.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy copying build/lib/taskflow/persistence/backends/sqlalchemy/models.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy copying build/lib/taskflow/persistence/backends/base.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/impl_memory.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/logging.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/printing.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/base.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/timing.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors copying build/lib/taskflow/conductors/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors copying build/lib/taskflow/conductors/base.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors copying build/lib/taskflow/conductors/single_threaded.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors copying build/lib/taskflow/atom.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines copying build/lib/taskflow/engines/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines copying build/lib/taskflow/engines/base.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/cache.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/task_action.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/runner.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/retry_action.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/executor.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/graph_flow.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/linear_flow.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/unordered_flow.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack copying build/lib/taskflow/openstack/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack creating /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/common copying build/lib/taskflow/openstack/common/timeutils.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/common copying build/lib/taskflow/openstack/common/gettextutils.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/common copying build/lib/taskflow/openstack/common/jsonutils.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/common copying build/lib/taskflow/openstack/common/excutils.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/common copying build/lib/taskflow/openstack/common/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/common copying build/lib/taskflow/openstack/common/strutils.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/common copying build/lib/taskflow/openstack/common/uuidutils.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/common copying build/lib/taskflow/openstack/common/network_utils.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/common copying build/lib/taskflow/openstack/common/importutils.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/common copying build/lib/taskflow/version.py -> /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/states.py to states.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/task.py to task.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/storage.py to storage.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/lock_utils.py to lock_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/misc.py to misc.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/reflection.py to reflection.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/job.py to job.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/jobboard.py to jobboard.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/retry.py to retry.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/conductor/test_conductor.py to test_conductor.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_suspend_flow.py to test_suspend_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_duration.py to test_duration.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_engine.py to test_engine.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_action_engine_compile.py to test_action_engine_compile.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_green_executor.py to test_green_executor.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_action_engine.py to test_action_engine.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_utils_failure.py to test_utils_failure.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_utils_lock_utils.py to test_utils_lock_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/flow.py to flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/graph.py to graph.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/logbook.py to logbook.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/logging.py to logging.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/printing.py to printing.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/timing.py to timing.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/atom.py to atom.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/cache.py to cache.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/task_action.py to task_action.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/runner.py to runner.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/retry_action.py to retry_action.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-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-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/common/timeutils.py to timeutils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/common/gettextutils.py to gettextutils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/common/jsonutils.py to jsonutils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/common/excutils.py to excutils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/common/strutils.py to strutils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/common/uuidutils.py to uuidutils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/common/network_utils.py to network_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/openstack/common/importutils.py to importutils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.3.21-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-0.3.21-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow-0.3.21-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 loading intersphinx inventory from http://docs.python.org/objects.inv... Using openstack theme from /usr/lib/python2.7/site-packages/oslo/sphinx/theme building [html]: targets for 16 source files that are out of date updating environment: 16 added, 0 changed, 0 removed reading sources... [ 6%] arguments_and_results WARNING: intersphinx inventory 'http://docs.python.org/objects.inv' not fetchable due to : reading sources... [ 12%] 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-0.3.21/taskflow/atom.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-0.3.21/taskflow/task.py", line 23, 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-0.3.21/taskflow/retry.py", line 21, in import six ImportError: No module named six reading sources... [ 18%] 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-0.3.21/taskflow/conductors/base.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-0.3.21/taskflow/conductors/single_threaded.py", line 18, in import six ImportError: No module named six reading sources... [ 25%] 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-0.3.21/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.3.21/taskflow/engines/helpers.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-0.3.21/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.3.21/taskflow/engines/helpers.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-0.3.21/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.3.21/taskflow/engines/helpers.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-0.3.21/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.3.21/taskflow/engines/helpers.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-0.3.21/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.3.21/taskflow/engines/helpers.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-0.3.21/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.3.21/taskflow/engines/helpers.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-0.3.21/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.3.21/taskflow/engines/helpers.py", line 19, in import six ImportError: No module named six reading sources... [ 31%] examples reading sources... [ 37%] 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-0.3.21/taskflow/exceptions.py", line 19, in import six ImportError: No module named six reading sources... [ 43%] index reading sources... [ 50%] inputs_and_outputs reading sources... [ 56%] 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-0.3.21/taskflow/jobs/backends/__init__.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-0.3.21/taskflow/jobs/job.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-0.3.21/taskflow/jobs/jobboard.py", line 20, in import six ImportError: No module named six reading sources... [ 62%] 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-0.3.21/taskflow/utils/misc.py", line 35, 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-0.3.21/taskflow/listeners/base.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-0.3.21/taskflow/listeners/base.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-0.3.21/taskflow/listeners/logging.py", line 21, in from taskflow.listeners import base File "/builddir/build/BUILD/taskflow-0.3.21/taskflow/listeners/base.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-0.3.21/taskflow/listeners/printing.py", line 22, in from taskflow.listeners import base File "/builddir/build/BUILD/taskflow-0.3.21/taskflow/listeners/base.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-0.3.21/taskflow/listeners/timing.py", line 21, in from taskflow import exceptions as exc File "/builddir/build/BUILD/taskflow-0.3.21/taskflow/exceptions.py", line 19, in import six ImportError: No module named six reading sources... [ 68%] 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-0.3.21/taskflow/flow.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-0.3.21/taskflow/patterns/linear_flow.py", line 17, in from taskflow import exceptions File "/builddir/build/BUILD/taskflow-0.3.21/taskflow/exceptions.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-0.3.21/taskflow/patterns/unordered_flow.py", line 17, in from taskflow import exceptions File "/builddir/build/BUILD/taskflow-0.3.21/taskflow/exceptions.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-0.3.21/taskflow/patterns/graph_flow.py", line 19, in from networkx.algorithms import traversal ImportError: No module named networkx.algorithms reading sources... [ 75%] 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-0.3.21/taskflow/persistence/backends/__init__.py", line 20, in from stevedore import driver ImportError: No module named stevedore 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-0.3.21/taskflow/persistence/backends/__init__.py", line 20, in from stevedore import driver ImportError: No module named stevedore 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-0.3.21/taskflow/persistence/logbook.py", line 22, in import six ImportError: No module named six reading sources... [ 81%] resumption reading sources... [ 87%] states reading sources... [ 93%] 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-0.3.21/taskflow/utils/misc.py", line 35, 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-0.3.21/taskflow/utils/eventlet_utils.py", line 20, in from concurrent import futures ImportError: No module named concurrent 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-0.3.21/taskflow/utils/persistence_utils.py", line 20, in from taskflow.openstack.common import timeutils File "/builddir/build/BUILD/taskflow-0.3.21/taskflow/openstack/common/__init__.py", line 14, 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-0.3.21/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.3.21/taskflow/engines/helpers.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-0.3.21/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.3.21/taskflow/engines/helpers.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-0.3.21/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.3.21/taskflow/engines/helpers.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-0.3.21/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.3.21/taskflow/engines/helpers.py", line 19, in import six ImportError: No module named six /builddir/build/BUILD/taskflow-0.3.21/doc/source/atoms.rst:19: WARNING: autodoc can't import/find module 'taskflow.atom', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/atoms.rst:169: WARNING: autodoc can't import/find module 'taskflow.task', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/atoms.rst:170: WARNING: autodoc can't import/find module 'taskflow.retry', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/atoms.rst:175: WARNING: Could not import class or module u'taskflow.atom' specified for inheritance diagram /builddir/build/BUILD/taskflow-0.3.21/doc/source/conductors.rst:33: WARNING: autodoc can't import/find module 'taskflow.conductors.base', it reported error: "No module named six", please check your spelling and sys.path looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/taskflow-0.3.21/doc/source/conductors.rst:34: WARNING: autodoc can't import/find module 'taskflow.conductors.single_threaded', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/conductors.rst:39: WARNING: Could not import class or module u'taskflow.conductors.base' specified for inheritance diagram /builddir/build/BUILD/taskflow-0.3.21/doc/source/engines.rst:125: WARNING: autodoc can't import/find module 'taskflow.engines.helpers', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/engines.rst:325: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.analyzer', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/engines.rst:326: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.compiler', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/engines.rst:327: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.engine', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/engines.rst:328: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.runner', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/engines.rst:329: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.runtime', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/engines.rst:330: WARNING: autodoc can't import/find module 'taskflow.engines.base', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/engines.rst:335: WARNING: Could not import class or module u'taskflow.engines.base' specified for inheritance diagram /builddir/build/BUILD/taskflow-0.3.21/doc/source/exceptions.rst:5: WARNING: Could not import class or module u'taskflow.exceptions' specified for inheritance diagram /builddir/build/BUILD/taskflow-0.3.21/doc/source/exceptions.rst:9: WARNING: autodoc can't import/find module 'taskflow.exceptions', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/jobs.rst:247: 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-0.3.21/doc/source/jobs.rst:248: WARNING: autodoc can't import/find module 'taskflow.jobs.job', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/jobs.rst:249: WARNING: autodoc can't import/find module 'taskflow.jobs.jobboard', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/notifications.rst:36: WARNING: autodoc can't import/find class 'taskflow.utils.misc.Notifier', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/notifications.rst:153: WARNING: autodoc can't import/find class 'taskflow.listeners.base.ListenerBase', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/notifications.rst:158: WARNING: autodoc can't import/find class 'taskflow.listeners.base.LoggingBase', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/notifications.rst:160: WARNING: autodoc can't import/find class 'taskflow.listeners.logging.LoggingListener', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/notifications.rst:162: WARNING: autodoc can't import/find class 'taskflow.listeners.printing.PrintingListener', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/notifications.rst:167: WARNING: autodoc can't import/find class 'taskflow.listeners.timing.TimingListener', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/patterns.rst:5: WARNING: autodoc can't import/find module 'taskflow.flow', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/patterns.rst:11: WARNING: autodoc can't import/find module 'taskflow.patterns.linear_flow', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/patterns.rst:17: WARNING: autodoc can't import/find module 'taskflow.patterns.unordered_flow', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/patterns.rst:23: WARNING: autodoc can't import/find module 'taskflow.patterns.graph_flow', it reported error: "No module named networkx.algorithms", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/patterns.rst:28: WARNING: Could not import class or module u'taskflow.flow' specified for inheritance diagram /builddir/build/BUILD/taskflow-0.3.21/doc/source/persistence.rst:199: WARNING: autodoc can't import/find module 'taskflow.persistence.backends', it reported error: "No module named stevedore", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/persistence.rst:200: WARNING: autodoc can't import/find module 'taskflow.persistence.backends.base', it reported error: "No module named stevedore", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/persistence.rst:201: WARNING: autodoc can't import/find module 'taskflow.persistence.logbook', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/persistence.rst:206: WARNING: Could not import class or module u'taskflow.persistence.backends.impl_memory' specified for inheritance diagram /builddir/build/BUILD/taskflow-0.3.21/doc/source/utils.rst:13: WARNING: autodoc can't import/find class 'taskflow.utils.misc.Failure', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/utils.rst:14: WARNING: autodoc can't import/find class 'taskflow.utils.eventlet_utils.GreenExecutor', it reported error: "No module named concurrent", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/utils.rst:15: WARNING: autodoc can't import/find module 'taskflow.utils.persistence_utils', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/workers.rst:178: WARNING: Cannot analyze code. No Pygments lexer found for "json". /builddir/build/BUILD/taskflow-0.3.21/doc/source/workers.rst:193: WARNING: Cannot analyze code. No Pygments lexer found for "json". /builddir/build/BUILD/taskflow-0.3.21/doc/source/workers.rst:201: WARNING: Cannot analyze code. No Pygments lexer found for "json". /builddir/build/BUILD/taskflow-0.3.21/doc/source/workers.rst:211: WARNING: Cannot analyze code. No Pygments lexer found for "json". /builddir/build/BUILD/taskflow-0.3.21/doc/source/workers.rst:221: WARNING: Cannot analyze code. No Pygments lexer found for "json". /builddir/build/BUILD/taskflow-0.3.21/doc/source/workers.rst:336: WARNING: autodoc can't import/find module 'taskflow.engines.worker_based.worker', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/workers.rst:337: WARNING: autodoc can't import/find module 'taskflow.engines.worker_based.engine', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/workers.rst:338: WARNING: autodoc can't import/find module 'taskflow.engines.worker_based.proxy', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.3.21/doc/source/workers.rst:339: WARNING: autodoc can't import/find module 'taskflow.engines.worker_based.executor', it reported error: "No module named six", please check your spelling and sys.path done checking consistency... done preparing documents... done writing output... [ 6%] arguments_and_results writing output... [ 12%] atoms writing output... [ 18%] conductors writing output... [ 25%] engines writing output... [ 31%] examples writing output... [ 37%] exceptions writing output... [ 43%] index writing output... [ 50%] inputs_and_outputs writing output... [ 56%] jobs writing output... [ 62%] notifications writing output... [ 68%] patterns writing output... [ 75%] persistence writing output... [ 81%] resumption writing output... [ 87%] states writing output... [ 93%] utils writing output... [100%] workers writing additional files... (0 module code pages) genindex search copying images... [ 20%] img/retry_states.png copying images... [ 40%] img/engine_states.png copying images... [ 60%] img/task_states.png copying images... [ 80%] img/distributed_flow_rpc.png copying images... [100%] img/flow_states.png copying static files... done WARNING: html_static_path entry '/builddir/build/BUILD/taskflow-0.3.21/doc/source/static' does not exist dumping search index... done dumping object inventory... done build succeeded, 49 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-0.3.21 /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-0.3.21-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-0.3.21-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4028cN + umask 022 + cd /builddir/build/BUILD + cd taskflow-0.3.21 + DOCDIR=/builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/share/doc/python-taskflow-0.3.21 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/share/doc/python-taskflow-0.3.21 + cp -pr README.rst /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/share/doc/python-taskflow-0.3.21 + cp -pr LICENSE /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/share/doc/python-taskflow-0.3.21 + exit 0 Provides: python-taskflow = 0.3.21-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-0.3.21-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NG4Q36 + umask 022 + cd /builddir/build/BUILD + cd taskflow-0.3.21 + DOCDIR=/builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/share/doc/python-taskflow-doc-0.3.21 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/share/doc/python-taskflow-doc-0.3.21 + cp -pr html /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch/usr/share/doc/python-taskflow-doc-0.3.21 + exit 0 Provides: python-taskflow-doc = 0.3.21-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-0.3.21-1.el7.noarch Wrote: /builddir/build/RPMS/python-taskflow-0.3.21-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-taskflow-doc-0.3.21-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.wjUj57 + umask 022 + cd /builddir/build/BUILD + cd taskflow-0.3.21 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-taskflow-0.3.21-1.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->