Mock Version: 1.2.12 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-taskflow.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-2555/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-taskflow.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: bogus date in %changelog: Wed Jan 27 2017 Lon Hohberger 0.6.1-2 warning: Could not canonicalize hostname: copr-builder-309238636.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-taskflow-0.6.1-2.el7.centos.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-taskflow.spec '], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-2555/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-taskflow.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: bogus date in %changelog: Wed Jan 27 2017 Lon Hohberger 0.6.1-2 Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6Zx0cQ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf taskflow-0.6.1 + /usr/bin/tar -xf - + /usr/bin/gzip -dc /builddir/build/SOURCES/taskflow-0.6.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd taskflow-0.6.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf taskflow.egg-info + rm -rf test-requirements.txt requirements.txt + sed -i s/oslosphinx/oslo.sphinx/ doc/source/conf.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0mNmvs + umask 022 + cd /builddir/build/BUILD + cd taskflow-0.6.1 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/taskflow creating build/lib/taskflow/tests copying taskflow/tests/utils.py -> build/lib/taskflow/tests copying taskflow/tests/test_examples.py -> build/lib/taskflow/tests copying taskflow/tests/__init__.py -> build/lib/taskflow/tests creating build/lib/taskflow/conductors copying taskflow/conductors/single_threaded.py -> build/lib/taskflow/conductors copying taskflow/conductors/__init__.py -> build/lib/taskflow/conductors copying taskflow/conductors/base.py -> build/lib/taskflow/conductors creating build/lib/taskflow/persistence copying taskflow/persistence/__init__.py -> build/lib/taskflow/persistence copying taskflow/persistence/logbook.py -> build/lib/taskflow/persistence creating build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_task.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_utils_binary.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_storage.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_engines.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_functor_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_failure.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_futures.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/__init__.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_types.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_utils_async_utils.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_retries.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_arguments_passing.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_progress.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_utils.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_engine_helpers.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_notifier.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_listeners.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_suspend_flow.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_check_transition.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_utils_lock_utils.py -> build/lib/taskflow/tests/unit creating build/lib/taskflow/patterns copying taskflow/patterns/linear_flow.py -> build/lib/taskflow/patterns copying taskflow/patterns/__init__.py -> build/lib/taskflow/patterns copying taskflow/patterns/graph_flow.py -> build/lib/taskflow/patterns copying taskflow/patterns/unordered_flow.py -> build/lib/taskflow/patterns creating build/lib/taskflow/tests/unit/conductor copying taskflow/tests/unit/conductor/__init__.py -> build/lib/taskflow/tests/unit/conductor copying taskflow/tests/unit/conductor/test_conductor.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/migration.py -> build/lib/taskflow/persistence/backends/sqlalchemy copying taskflow/persistence/backends/sqlalchemy/__init__.py -> build/lib/taskflow/persistence/backends/sqlalchemy copying taskflow/persistence/backends/sqlalchemy/models.py -> build/lib/taskflow/persistence/backends/sqlalchemy creating build/lib/taskflow/types copying taskflow/types/cache.py -> build/lib/taskflow/types copying taskflow/types/tree.py -> build/lib/taskflow/types copying taskflow/types/table.py -> build/lib/taskflow/types copying taskflow/types/timing.py -> build/lib/taskflow/types copying taskflow/types/latch.py -> build/lib/taskflow/types copying taskflow/types/__init__.py -> build/lib/taskflow/types copying taskflow/types/failure.py -> build/lib/taskflow/types copying taskflow/types/graph.py -> build/lib/taskflow/types copying taskflow/types/futures.py -> build/lib/taskflow/types copying taskflow/types/fsm.py -> build/lib/taskflow/types copying taskflow/types/notifier.py -> build/lib/taskflow/types 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/threading_utils.py -> build/lib/taskflow/utils copying taskflow/utils/deprecation.py -> build/lib/taskflow/utils copying taskflow/utils/kazoo_utils.py -> build/lib/taskflow/utils copying taskflow/utils/misc.py -> build/lib/taskflow/utils copying taskflow/utils/__init__.py -> build/lib/taskflow/utils copying taskflow/utils/async_utils.py -> build/lib/taskflow/utils copying taskflow/utils/lock_utils.py -> build/lib/taskflow/utils copying taskflow/utils/persistence_utils.py -> build/lib/taskflow/utils creating build/lib/taskflow/jobs copying taskflow/jobs/jobboard.py -> build/lib/taskflow/jobs copying taskflow/jobs/job.py -> build/lib/taskflow/jobs copying taskflow/jobs/__init__.py -> build/lib/taskflow/jobs creating build/lib/taskflow/listeners copying taskflow/listeners/timing.py -> build/lib/taskflow/listeners copying taskflow/listeners/__init__.py -> build/lib/taskflow/listeners copying taskflow/listeners/base.py -> build/lib/taskflow/listeners copying taskflow/listeners/printing.py -> build/lib/taskflow/listeners copying taskflow/listeners/claims.py -> build/lib/taskflow/listeners copying taskflow/listeners/logging.py -> build/lib/taskflow/listeners creating 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_message_pump.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_server.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_executor.py -> build/lib/taskflow/tests/unit/worker_based copying taskflow/tests/unit/worker_based/test_creation.py -> build/lib/taskflow/tests/unit/worker_based copying taskflow/tests/unit/worker_based/test_dispatcher.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_proxy.py -> build/lib/taskflow/tests/unit/worker_based creating build/lib/taskflow/engines/action_engine copying taskflow/engines/action_engine/scheduler.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/__init__.py -> build/lib/taskflow/engines/action_engine copying taskflow/engines/action_engine/completer.py -> build/lib/taskflow/engines/action_engine copying taskflow/engines/action_engine/compiler.py -> build/lib/taskflow/engines/action_engine copying taskflow/engines/action_engine/scopes.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/engine.py -> build/lib/taskflow/engines/action_engine copying taskflow/engines/action_engine/analyzer.py -> build/lib/taskflow/engines/action_engine creating build/lib/taskflow/tests/unit/jobs copying taskflow/tests/unit/jobs/__init__.py -> build/lib/taskflow/tests/unit/jobs copying taskflow/tests/unit/jobs/base.py -> build/lib/taskflow/tests/unit/jobs copying taskflow/tests/unit/jobs/test_zk_job.py -> build/lib/taskflow/tests/unit/jobs copying taskflow/tests/unit/jobs/test_entrypoint.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/retry.py -> build/lib/taskflow/engines/action_engine/actions copying taskflow/storage.py -> build/lib/taskflow copying taskflow/version.py -> build/lib/taskflow copying taskflow/atom.py -> build/lib/taskflow copying taskflow/task.py -> build/lib/taskflow copying taskflow/flow.py -> build/lib/taskflow copying taskflow/exceptions.py -> build/lib/taskflow copying taskflow/__init__.py -> build/lib/taskflow copying taskflow/states.py -> build/lib/taskflow copying taskflow/retry.py -> build/lib/taskflow copying taskflow/test.py -> build/lib/taskflow copying taskflow/logging.py -> build/lib/taskflow creating 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/__init__.py -> build/lib/taskflow/tests/unit/patterns copying taskflow/tests/unit/patterns/test_unordered_flow.py -> build/lib/taskflow/tests/unit/patterns copying taskflow/tests/unit/patterns/test_graph_flow.py -> build/lib/taskflow/tests/unit/patterns creating build/lib/taskflow/engines/worker_based copying taskflow/engines/worker_based/cache.py -> build/lib/taskflow/engines/worker_based copying taskflow/engines/worker_based/dispatcher.py -> build/lib/taskflow/engines/worker_based copying taskflow/engines/worker_based/executor.py -> build/lib/taskflow/engines/worker_based copying taskflow/engines/worker_based/proxy.py -> build/lib/taskflow/engines/worker_based copying taskflow/engines/worker_based/__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/worker.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/engine.py -> build/lib/taskflow/engines/worker_based copying taskflow/engines/worker_based/endpoint.py -> build/lib/taskflow/engines/worker_based creating build/lib/taskflow/jobs/backends copying taskflow/jobs/backends/__init__.py -> build/lib/taskflow/jobs/backends copying taskflow/jobs/backends/impl_zookeeper.py -> build/lib/taskflow/jobs/backends creating build/lib/taskflow/tests/unit/action_engine copying taskflow/tests/unit/action_engine/__init__.py -> build/lib/taskflow/tests/unit/action_engine copying taskflow/tests/unit/action_engine/test_creation.py -> build/lib/taskflow/tests/unit/action_engine copying taskflow/tests/unit/action_engine/test_runner.py -> build/lib/taskflow/tests/unit/action_engine copying taskflow/tests/unit/action_engine/test_scoping.py -> build/lib/taskflow/tests/unit/action_engine copying taskflow/tests/unit/action_engine/test_compile.py -> build/lib/taskflow/tests/unit/action_engine copying taskflow/persistence/backends/impl_sqlalchemy.py -> build/lib/taskflow/persistence/backends copying taskflow/persistence/backends/impl_dir.py -> build/lib/taskflow/persistence/backends copying taskflow/persistence/backends/impl_memory.py -> build/lib/taskflow/persistence/backends copying taskflow/persistence/backends/__init__.py -> build/lib/taskflow/persistence/backends copying taskflow/persistence/backends/impl_zookeeper.py -> build/lib/taskflow/persistence/backends copying taskflow/persistence/backends/base.py -> build/lib/taskflow/persistence/backends creating build/lib/taskflow/tests/unit/persistence copying taskflow/tests/unit/persistence/__init__.py -> build/lib/taskflow/tests/unit/persistence copying taskflow/tests/unit/persistence/base.py -> build/lib/taskflow/tests/unit/persistence copying taskflow/tests/unit/persistence/test_memory_persistence.py -> build/lib/taskflow/tests/unit/persistence copying taskflow/tests/unit/persistence/test_dir_persistence.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_zk_persistence.py -> build/lib/taskflow/tests/unit/persistence running egg_info creating taskflow.egg-info writing requirements to taskflow.egg-info/requires.txt 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.EcWHW5 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64 + cd taskflow-0.6.1 + /usr/bin/python2 setup.py install --skip-build --root /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64 running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/logging.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/test.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/retry.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/states.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/exceptions.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/flow.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/task.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/atom.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/version.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/storage.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/logging.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/claims.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/printing.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/base.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/timing.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/listeners creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/jobs creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/jobs/backends copying build/lib/taskflow/jobs/backends/impl_zookeeper.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/jobs/backends copying build/lib/taskflow/jobs/backends/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/jobs/backends copying build/lib/taskflow/jobs/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/jobs copying build/lib/taskflow/jobs/job.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/jobs copying build/lib/taskflow/jobs/jobboard.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/jobs creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/persistence_utils.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/lock_utils.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/async_utils.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/misc.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/kazoo_utils.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/deprecation.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/threading_utils.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/utils creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/dispatcher.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/worker_based creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/action_engine creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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-0.6.1-2.el7.centos.x86_64/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-0.6.1-2.el7.centos.x86_64/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-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions copying build/lib/taskflow/engines/action_engine/analyzer.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/scopes.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/completer.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/scheduler.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/helpers.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines copying build/lib/taskflow/engines/base.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines copying build/lib/taskflow/engines/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/notifier.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/fsm.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/futures.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/graph.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/failure.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/latch.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/timing.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/table.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/tree.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/cache.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/unordered_flow.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/graph_flow.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/linear_flow.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/patterns creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/base.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/impl_zookeeper.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/impl_memory.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/impl_dir.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/impl_sqlalchemy.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence/backends creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy copying build/lib/taskflow/persistence/logbook.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence copying build/lib/taskflow/persistence/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/conductors copying build/lib/taskflow/conductors/base.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/conductors copying build/lib/taskflow/conductors/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/conductors copying build/lib/taskflow/conductors/single_threaded.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/conductors creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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-0.6.1-2.el7.centos.x86_64/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-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/action_engine/test_runner.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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-0.6.1-2.el7.centos.x86_64/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-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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-0.6.1-2.el7.centos.x86_64/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-0.6.1-2.el7.centos.x86_64/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-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based creating /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/conductor copying build/lib/taskflow/tests/unit/test_utils_lock_utils.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_listeners.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_notifier.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_progress.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_retries.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_utils_async_utils.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_types.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_futures.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_failure.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_engines.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_storage.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_task.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests copying build/lib/taskflow/tests/test_examples.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests copying build/lib/taskflow/tests/utils.py -> /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/logging.py to logging.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/retry.py to retry.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/states.py to states.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/flow.py to flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/task.py to task.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/atom.py to atom.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/storage.py to storage.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/listeners/logging.py to logging.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/listeners/claims.py to claims.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/listeners/printing.py to printing.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/listeners/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/listeners/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/listeners/timing.py to timing.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/jobs/backends/impl_zookeeper.py to impl_zookeeper.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/jobs/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/jobs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/jobs/job.py to job.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/jobs/jobboard.py to jobboard.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/utils/persistence_utils.py to persistence_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/utils/lock_utils.py to lock_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/utils/async_utils.py to async_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/utils/misc.py to misc.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/utils/kazoo_utils.py to kazoo_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/utils/deprecation.py to deprecation.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/utils/threading_utils.py to threading_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/endpoint.py to endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/protocol.py to protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/worker.py to worker.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/proxy.py to proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/executor.py to executor.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/dispatcher.py to dispatcher.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/cache.py to cache.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions/retry.py to retry.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions/task.py to task.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/analyzer.py to analyzer.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/runner.py to runner.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/scopes.py to scopes.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/compiler.py to compiler.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/completer.py to completer.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/executor.py to executor.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/runtime.py to runtime.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/scheduler.py to scheduler.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/engines/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types/notifier.py to notifier.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types/fsm.py to fsm.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types/futures.py to futures.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types/graph.py to graph.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types/failure.py to failure.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types/latch.py to latch.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types/timing.py to timing.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types/table.py to table.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types/tree.py to tree.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/types/cache.py to cache.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/patterns/unordered_flow.py to unordered_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/patterns/graph_flow.py to graph_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/patterns/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/patterns/linear_flow.py to linear_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence/backends/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence/backends/impl_zookeeper.py to impl_zookeeper.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence/backends/impl_memory.py to impl_memory.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence/backends/impl_dir.py to impl_dir.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence/backends/impl_sqlalchemy.py to impl_sqlalchemy.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence/logbook.py to logbook.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/persistence/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/conductors/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/conductors/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/conductors/single_threaded.py to single_threaded.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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-0.6.1-2.el7.centos.x86_64/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-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine/test_runner.py to test_runner.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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-0.6.1-2.el7.centos.x86_64/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-0.6.1-2.el7.centos.x86_64/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-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/conductor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_listeners.py to test_listeners.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_notifier.py to test_notifier.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_progress.py to test_progress.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_retries.py to test_retries.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_types.py to test_types.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_futures.py to test_futures.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_failure.py to test_failure.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_engines.py to test_engines.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_storage.py to test_storage.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_task.py to test_task.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/test_examples.py to test_examples.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow/tests/utils.py to utils.pyc running install_egg_info running egg_info writing requirements to taskflow.egg-info/requires.txt 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.6.1-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/taskflow-0.6.1-py2.7.egg-info running install_scripts + sphinx-build doc/source html Making output directory... Running Sphinx v1.1.3 sh: git: command not found loading pickled environment... not yet created No builder selected, using default: html Using openstack theme from /usr/lib/python2.7/site-packages/oslo/sphinx/theme building [html]: targets for 17 source files that are out of date updating environment: 17 added, 0 changed, 0 removed reading sources... [ 5%] arguments_and_results reading sources... [ 11%] 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.6.1/taskflow/atom.py", line 18, in from oslo.utils import reflection ImportError: No module named 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.6.1/taskflow/task.py", line 21, in from oslo.utils import reflection ImportError: No module named 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.6.1/taskflow/retry.py", line 20, in import six ImportError: No module named six reading sources... [ 17%] 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.6.1/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.6.1/taskflow/conductors/single_threaded.py", line 15, in import six ImportError: No module named six reading sources... [ 23%] 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.6.1/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/engines/helpers.py", line 21, in from oslo.utils import importutils ImportError: No module named 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.6.1/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/engines/helpers.py", line 21, in from oslo.utils import importutils ImportError: No module named 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.6.1/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/engines/helpers.py", line 21, in from oslo.utils import importutils ImportError: No module named 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.6.1/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/engines/helpers.py", line 21, in from oslo.utils import importutils ImportError: No module named 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.6.1/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/engines/helpers.py", line 21, in from oslo.utils import importutils ImportError: No module named 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.6.1/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/engines/helpers.py", line 21, in from oslo.utils import importutils ImportError: No module named 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.6.1/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/engines/helpers.py", line 21, in from oslo.utils import importutils ImportError: No module named 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.6.1/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/engines/helpers.py", line 21, in from oslo.utils import importutils ImportError: No module named 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.6.1/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/engines/helpers.py", line 21, in from oslo.utils import importutils ImportError: No module named 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.6.1/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/engines/helpers.py", line 21, in from oslo.utils import importutils ImportError: No module named utils reading sources... [ 29%] examples reading sources... [ 35%] 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.6.1/taskflow/exceptions.py", line 19, in import six ImportError: No module named six reading sources... [ 41%] 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-0.6.1/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-0.6.1/taskflow/jobs/job.py", line 20, in from oslo.utils import uuidutils ImportError: No module named 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.6.1/taskflow/jobs/jobboard.py", line 20, in import six ImportError: No module named six reading sources... [ 58%] 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.6.1/taskflow/listeners/base.py", line 21, in from oslo.utils import excutils ImportError: No module named 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.6.1/taskflow/listeners/base.py", line 21, in from oslo.utils import excutils ImportError: No module named 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.6.1/taskflow/listeners/logging.py", line 21, in from taskflow.listeners import base File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/listeners/base.py", line 21, in from oslo.utils import excutils ImportError: No module named 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.6.1/taskflow/listeners/logging.py", line 21, in from taskflow.listeners import base File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/listeners/base.py", line 21, in from oslo.utils import excutils ImportError: No module named 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.6.1/taskflow/listeners/printing.py", line 22, in from taskflow.listeners import base File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/listeners/base.py", line 21, in from oslo.utils import excutils ImportError: No module named 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.6.1/taskflow/listeners/timing.py", line 21, in from taskflow import exceptions as exc File "/builddir/build/BUILD/taskflow-0.6.1/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.6.1/taskflow/listeners/timing.py", line 21, in from taskflow import exceptions as exc File "/builddir/build/BUILD/taskflow-0.6.1/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.6.1/taskflow/listeners/claims.py", line 21, in import six ImportError: No module named six reading sources... [ 64%] 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.6.1/taskflow/flow.py", line 19, in from oslo.utils import reflection ImportError: No module named 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.6.1/taskflow/patterns/linear_flow.py", line 17, in from taskflow import flow File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/flow.py", line 19, in from oslo.utils import reflection ImportError: No module named 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.6.1/taskflow/patterns/unordered_flow.py", line 17, in from taskflow import flow File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/flow.py", line 19, in from oslo.utils import reflection ImportError: No module named 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.6.1/taskflow/patterns/graph_flow.py", line 19, in from taskflow import exceptions as exc File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/exceptions.py", line 19, in import six ImportError: No module named six reading sources... [ 70%] 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.6.1/taskflow/persistence/backends/__init__.py", line 19, 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.6.1/taskflow/persistence/backends/__init__.py", line 19, 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.6.1/taskflow/persistence/logbook.py", line 21, in from oslo.utils import timeutils ImportError: No module named utils reading sources... [ 76%] resumption reading sources... [ 82%] states reading sources... [ 88%] 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-0.6.1/taskflow/types/cache.py", line 19, in from oslo.utils import reflection ImportError: No module named 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.6.1/taskflow/types/failure.py", line 21, in from oslo.utils import reflection ImportError: No module named 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.6.1/taskflow/types/fsm.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.6.1/taskflow/types/futures.py", line 17, in from concurrent import futures as _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.6.1/taskflow/types/graph.py", line 19, 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-0.6.1/taskflow/types/notifier.py", line 22, in from oslo.utils import reflection ImportError: No module named 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.6.1/taskflow/types/table.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.6.1/taskflow/types/timing.py", line 17, in from oslo.utils import timeutils ImportError: No module named 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.6.1/taskflow/types/tree.py", line 19, 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-0.6.1/taskflow/utils/async_utils.py", line 17, in from concurrent import futures as _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.6.1/taskflow/utils/deprecation.py", line 20, in from oslo.utils import reflection ImportError: No module named 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.6.1/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-0.6.1/taskflow/utils/lock_utils.py", line 29, 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.6.1/taskflow/utils/misc.py", line 28, in from oslo.serialization import jsonutils ImportError: No module named serialization 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.6.1/taskflow/utils/persistence_utils.py", line 19, in from oslo.utils import timeutils ImportError: No module named 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.6.1/taskflow/utils/threading_utils.py", line 21, in from six.moves import _thread ImportError: No module named six.moves 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.6.1/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/engines/helpers.py", line 21, in from oslo.utils import importutils ImportError: No module named 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.6.1/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/engines/helpers.py", line 21, in from oslo.utils import importutils ImportError: No module named 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.6.1/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/engines/helpers.py", line 21, in from oslo.utils import importutils ImportError: No module named 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.6.1/taskflow/engines/__init__.py", line 19, in from taskflow.engines.helpers import flow_from_detail # noqa File "/builddir/build/BUILD/taskflow-0.6.1/taskflow/engines/helpers.py", line 21, in from oslo.utils import importutils ImportError: No module named utils /builddir/build/BUILD/taskflow-0.6.1/doc/source/atoms.rst:19: WARNING: autodoc can't import/find module 'taskflow.atom', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/atoms.rst:169: WARNING: autodoc can't import/find module 'taskflow.task', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/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.6.1/doc/source/atoms.rst:175: WARNING: Could not import class or module u'taskflow.atom' specified for inheritance diagram /builddir/build/BUILD/taskflow-0.6.1/doc/source/conductors.rst:65: WARNING: autodoc can't import/find module 'taskflow.conductors.base', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/conductors.rst:66: 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.6.1/doc/source/conductors.rst:71: WARNING: Could not import class or module u'taskflow.conductors.base' specified for inheritance diagram /builddir/build/BUILD/taskflow-0.6.1/doc/source/engines.rst:126: WARNING: autodoc can't import/find module 'taskflow.engines.helpers', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/engines.rst:339: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.analyzer', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/engines.rst:340: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.compiler', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/engines.rst:341: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.completer', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/engines.rst:342: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.engine', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/engines.rst:343: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.runner', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/engines.rst:344: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.runtime', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/engines.rst:345: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.scheduler', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/engines.rst:346: WARNING: autodoc can't import/find module 'taskflow.engines.action_engine.scopes', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/engines.rst:347: WARNING: autodoc can't import/find module 'taskflow.engines.base', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/engines.rst:352: WARNING: Could not import class or module u'taskflow.engines.action_engine.engine.ActionEngine' specified for inheritance diagram /builddir/build/BUILD/taskflow-0.6.1/doc/source/exceptions.rst:5: WARNING: Could not import class or module u'taskflow.exceptions' specified for inheritance diagram /builddir/build/BUILD/taskflow-0.6.1/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.6.1/doc/source/jobs.rst:257: 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.6.1/doc/source/jobs.rst:258: WARNING: autodoc can't import/find module 'taskflow.jobs.job', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/jobs.rst:259: 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.6.1/doc/source/jobs.rst:264: WARNING: Could not import class or module u'taskflow.jobs.jobboard' specified for inheritance diagram /builddir/build/BUILD/taskflow-0.6.1/doc/source/notifications.rst:151: WARNING: autodoc can't import/find class 'taskflow.listeners.base.Listener', it reported error: "No module named utils", please check your spelling and sys.path looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/taskflow-0.6.1/doc/source/notifications.rst:156: WARNING: autodoc can't import/find class 'taskflow.listeners.base.DumpingListener', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/notifications.rst:158: WARNING: autodoc can't import/find class 'taskflow.listeners.logging.LoggingListener', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/notifications.rst:160: WARNING: autodoc can't import/find class 'taskflow.listeners.logging.DynamicLoggingListener', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/notifications.rst:162: WARNING: autodoc can't import/find class 'taskflow.listeners.printing.PrintingListener', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/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.6.1/doc/source/notifications.rst:169: WARNING: autodoc can't import/find class 'taskflow.listeners.timing.PrintingTimingListener', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/notifications.rst:174: 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-0.6.1/doc/source/notifications.rst:179: WARNING: Could not import class or module u'taskflow.listeners.base.DumpingListener' specified for inheritance diagram /builddir/build/BUILD/taskflow-0.6.1/doc/source/patterns.rst:5: WARNING: autodoc can't import/find module 'taskflow.flow', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/patterns.rst:11: WARNING: autodoc can't import/find module 'taskflow.patterns.linear_flow', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/patterns.rst:17: WARNING: autodoc can't import/find module 'taskflow.patterns.unordered_flow', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/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-0.6.1/doc/source/patterns.rst:28: WARNING: Could not import class or module u'taskflow.flow' specified for inheritance diagram /builddir/build/BUILD/taskflow-0.6.1/doc/source/persistence.rst:250: 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.6.1/doc/source/persistence.rst:251: 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.6.1/doc/source/persistence.rst:252: WARNING: autodoc can't import/find module 'taskflow.persistence.logbook', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/persistence.rst:257: WARNING: Could not import class or module u'taskflow.persistence.backends.impl_memory' specified for inheritance diagram /builddir/build/BUILD/taskflow-0.6.1/doc/source/types.rst:8: WARNING: autodoc can't import/find module 'taskflow.types.cache', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/types.rst:13: WARNING: autodoc can't import/find module 'taskflow.types.failure', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/types.rst:18: WARNING: autodoc can't import/find module 'taskflow.types.fsm', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/types.rst:23: WARNING: autodoc can't import/find module 'taskflow.types.futures', it reported error: "No module named concurrent", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/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-0.6.1/doc/source/types.rst:33: WARNING: autodoc can't import/find module 'taskflow.types.notifier', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/types.rst:38: WARNING: autodoc can't import/find module 'taskflow.types.table', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/types.rst:43: WARNING: autodoc can't import/find module 'taskflow.types.timing', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/types.rst:48: 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-0.6.1/doc/source/utils.rst:14: WARNING: autodoc can't import/find module 'taskflow.utils.async_utils', it reported error: "No module named concurrent", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/utils.rst:19: WARNING: autodoc can't import/find module 'taskflow.utils.deprecation', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/utils.rst:24: 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-0.6.1/doc/source/utils.rst:29: WARNING: autodoc can't import/find module 'taskflow.utils.lock_utils', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/utils.rst:34: WARNING: autodoc can't import/find module 'taskflow.utils.misc', it reported error: "No module named serialization", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/utils.rst:39: WARNING: autodoc can't import/find module 'taskflow.utils.persistence_utils', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/utils.rst:44: WARNING: autodoc can't import/find module 'taskflow.utils.threading_utils', it reported error: "No module named six.moves", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/workers.rst:179: WARNING: Cannot analyze code. No Pygments lexer found for "json". /builddir/build/BUILD/taskflow-0.6.1/doc/source/workers.rst:199: WARNING: Cannot analyze code. No Pygments lexer found for "json". /builddir/build/BUILD/taskflow-0.6.1/doc/source/workers.rst:208: WARNING: Cannot analyze code. No Pygments lexer found for "json". /builddir/build/BUILD/taskflow-0.6.1/doc/source/workers.rst:220: WARNING: Cannot analyze code. No Pygments lexer found for "json". /builddir/build/BUILD/taskflow-0.6.1/doc/source/workers.rst:231: WARNING: Cannot analyze code. No Pygments lexer found for "json". /builddir/build/BUILD/taskflow-0.6.1/doc/source/workers.rst:254: WARNING: Cannot analyze code. No Pygments lexer found for "json". /builddir/build/BUILD/taskflow-0.6.1/doc/source/workers.rst:393: WARNING: autodoc can't import/find module 'taskflow.engines.worker_based.worker', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/workers.rst:394: WARNING: autodoc can't import/find module 'taskflow.engines.worker_based.engine', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/workers.rst:395: WARNING: autodoc can't import/find module 'taskflow.engines.worker_based.proxy', it reported error: "No module named utils", please check your spelling and sys.path /builddir/build/BUILD/taskflow-0.6.1/doc/source/workers.rst:396: WARNING: autodoc can't import/find module 'taskflow.engines.worker_based.executor', it reported error: "No module named utils", please check your spelling and sys.path done checking consistency... done preparing documents... done writing output... [ 5%] arguments_and_results writing output... [ 11%] atoms writing output... [ 17%] conductors writing output... [ 23%] engines writing output... [ 29%] examples writing output... [ 35%] exceptions writing output... [ 41%] index writing output... [ 47%] inputs_and_outputs writing output... [ 52%] jobs writing output... [ 58%] notifications writing output... [ 64%] patterns writing output... [ 70%] persistence writing output... [ 76%] resumption writing output... [ 82%] states writing output... [ 88%] types writing output... [ 94%] utils writing output... [100%] workers writing additional files... (0 module code pages) genindex search copying images... [ 12%] img/task_states.svg copying images... [ 25%] img/engine_states.svg copying images... [ 37%] img/retry_states.svg copying images... [ 50%] img/conductor_cycle.png copying images... [ 62%] img/distributed_flow_rpc.png copying images... [ 75%] img/mandelbrot.png copying images... [ 87%] img/jobboard.png copying images... [100%] img/flow_states.svg copying static files... done dumping search index... WARNING: html_static_path entry '/builddir/build/BUILD/taskflow-0.6.1/doc/source/static' does not exist done dumping object inventory... done build succeeded, 69 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 110000000 /builddir/build/BUILD/taskflow-0.6.1 /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.6.1-2.el7.centos.x86_64/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.6.1-2.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6JNJT0 + umask 022 + cd /builddir/build/BUILD + cd taskflow-0.6.1 + DOCDIR=/builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/share/doc/python-taskflow-0.6.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/share/doc/python-taskflow-0.6.1 + cp -pr README.rst /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/share/doc/python-taskflow-0.6.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/share/doc/python-taskflow-0.6.1 + exit 0 Provides: python-taskflow = 0.6.1-2.el7.centos 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.6.1-2.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GRu5I5 + umask 022 + cd /builddir/build/BUILD + cd taskflow-0.6.1 + DOCDIR=/builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/share/doc/python-taskflow-doc-0.6.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/share/doc/python-taskflow-doc-0.6.1 + cp -pr html /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64/usr/share/doc/python-taskflow-doc-0.6.1 + exit 0 Provides: python-taskflow-doc = 0.6.1-2.el7.centos 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.6.1-2.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-309238636.novalocal Wrote: /builddir/build/RPMS/python-taskflow-0.6.1-2.el7.centos.noarch.rpm Wrote: /builddir/build/RPMS/python-taskflow-doc-0.6.1-2.el7.centos.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.g7bGrs + umask 022 + cd /builddir/build/BUILD + cd taskflow-0.6.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-taskflow-0.6.1-2.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->