Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-taskflow.spec'], chrootPath='/var/lib/mock/cloud7-openstack-pike-el7-build-58821-250389/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.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=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-taskflow.spec'] with env {'LANG': 'en_GB.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 Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-taskflow-2.14.2-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-taskflow.spec'], chrootPath='/var/lib/mock/cloud7-openstack-pike-el7-build-58821-250389/root'shell=Falseuid=996env={'LANG': 'en_GB.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=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-taskflow.spec'] with env {'LANG': 'en_GB.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 Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.En5h9G + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf taskflow-2.14.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/taskflow-2.14.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd taskflow-2.14.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'python-taskflow-2.14.2 base' + sed -i /networkx.drawing/d taskflow/types/graph.py + rm -rf taskflow.egg-info + rm -rf test-requirements.txt requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.OqnFOD + umask 022 + cd /builddir/build/BUILD + cd taskflow-2.14.2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/taskflow creating build/lib/taskflow/types copying taskflow/types/entity.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/sets.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/tree.py -> build/lib/taskflow/types copying taskflow/types/notifier.py -> build/lib/taskflow/types creating build/lib/taskflow/conductors copying taskflow/conductors/__init__.py -> build/lib/taskflow/conductors copying taskflow/conductors/base.py -> build/lib/taskflow/conductors creating build/lib/taskflow/persistence copying taskflow/persistence/models.py -> build/lib/taskflow/persistence copying taskflow/persistence/path_based.py -> build/lib/taskflow/persistence copying taskflow/persistence/__init__.py -> build/lib/taskflow/persistence copying taskflow/persistence/base.py -> build/lib/taskflow/persistence creating build/lib/taskflow/tests creating build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_engines.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_types.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_conductors.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_reducefunctor_task.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_storage.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_exceptions.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_functor_task.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_utils_iter_utils.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_utils.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_utils_binary.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_utils_async_utils.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_check_transition.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_formatters.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_utils_threading_utils.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_engine_helpers.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_task.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_notifier.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/__init__.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_flow_dependencies.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_deciders.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_suspend.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_failure.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_listeners.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_retries.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_states.py -> build/lib/taskflow/tests/unit copying taskflow/tests/unit/test_mapfunctor_task.py -> build/lib/taskflow/tests/unit creating build/lib/taskflow/engines creating build/lib/taskflow/engines/action_engine creating build/lib/taskflow/engines/action_engine/actions copying taskflow/engines/action_engine/actions/retry.py -> build/lib/taskflow/engines/action_engine/actions copying taskflow/engines/action_engine/actions/task.py -> build/lib/taskflow/engines/action_engine/actions copying taskflow/engines/action_engine/actions/__init__.py -> build/lib/taskflow/engines/action_engine/actions copying taskflow/engines/action_engine/actions/base.py -> build/lib/taskflow/engines/action_engine/actions creating build/lib/taskflow/patterns copying taskflow/patterns/__init__.py -> build/lib/taskflow/patterns copying taskflow/patterns/graph_flow.py -> build/lib/taskflow/patterns copying taskflow/patterns/linear_flow.py -> build/lib/taskflow/patterns copying taskflow/patterns/unordered_flow.py -> build/lib/taskflow/patterns creating build/lib/taskflow/persistence/backends creating build/lib/taskflow/persistence/backends/sqlalchemy copying taskflow/persistence/backends/sqlalchemy/tables.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/migration.py -> build/lib/taskflow/persistence/backends/sqlalchemy copying taskflow/engines/__init__.py -> build/lib/taskflow/engines copying taskflow/engines/helpers.py -> build/lib/taskflow/engines copying taskflow/engines/base.py -> build/lib/taskflow/engines creating build/lib/taskflow/utils copying taskflow/utils/eventlet_utils.py -> build/lib/taskflow/utils copying taskflow/utils/kazoo_utils.py -> build/lib/taskflow/utils copying taskflow/utils/mixins.py -> build/lib/taskflow/utils copying taskflow/utils/persistence_utils.py -> build/lib/taskflow/utils copying taskflow/utils/iter_utils.py -> build/lib/taskflow/utils copying taskflow/utils/__init__.py -> build/lib/taskflow/utils copying taskflow/utils/threading_utils.py -> build/lib/taskflow/utils copying taskflow/utils/banner.py -> build/lib/taskflow/utils copying taskflow/utils/kombu_utils.py -> build/lib/taskflow/utils copying taskflow/utils/redis_utils.py -> build/lib/taskflow/utils copying taskflow/utils/schema_utils.py -> build/lib/taskflow/utils copying taskflow/utils/async_utils.py -> build/lib/taskflow/utils copying taskflow/utils/misc.py -> build/lib/taskflow/utils creating build/lib/taskflow/contrib copying taskflow/contrib/__init__.py -> build/lib/taskflow/contrib creating build/lib/taskflow/jobs copying taskflow/jobs/__init__.py -> build/lib/taskflow/jobs copying taskflow/jobs/base.py -> build/lib/taskflow/jobs creating build/lib/taskflow/listeners copying taskflow/listeners/logging.py -> build/lib/taskflow/listeners copying taskflow/listeners/claims.py -> build/lib/taskflow/listeners copying taskflow/listeners/timing.py -> build/lib/taskflow/listeners copying taskflow/listeners/capturing.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 creating 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_creation.py -> build/lib/taskflow/tests/unit/worker_based copying taskflow/tests/unit/worker_based/test_types.py -> build/lib/taskflow/tests/unit/worker_based copying taskflow/tests/unit/worker_based/test_pipeline.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_protocol.py -> build/lib/taskflow/tests/unit/worker_based copying taskflow/tests/unit/worker_based/test_endpoint.py -> build/lib/taskflow/tests/unit/worker_based copying taskflow/tests/unit/worker_based/test_worker.py -> build/lib/taskflow/tests/unit/worker_based copying taskflow/tests/unit/worker_based/__init__.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_proxy.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/engines/action_engine/compiler.py -> build/lib/taskflow/engines/action_engine copying taskflow/engines/action_engine/traversal.py -> build/lib/taskflow/engines/action_engine copying taskflow/engines/action_engine/process_executor.py -> build/lib/taskflow/engines/action_engine copying taskflow/engines/action_engine/executor.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/runtime.py -> build/lib/taskflow/engines/action_engine copying taskflow/engines/action_engine/builder.py -> build/lib/taskflow/engines/action_engine copying taskflow/engines/action_engine/__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/selector.py -> build/lib/taskflow/engines/action_engine copying taskflow/engines/action_engine/scheduler.py -> build/lib/taskflow/engines/action_engine copying taskflow/engines/action_engine/scopes.py -> build/lib/taskflow/engines/action_engine copying taskflow/engines/action_engine/deciders.py -> build/lib/taskflow/engines/action_engine creating build/lib/taskflow/tests/unit/jobs copying taskflow/tests/unit/jobs/test_redis_job.py -> build/lib/taskflow/tests/unit/jobs copying taskflow/tests/unit/jobs/test_entrypoint.py -> build/lib/taskflow/tests/unit/jobs copying taskflow/tests/unit/jobs/__init__.py -> build/lib/taskflow/tests/unit/jobs copying taskflow/tests/unit/jobs/test_zk_job.py -> build/lib/taskflow/tests/unit/jobs copying taskflow/tests/unit/jobs/base.py -> build/lib/taskflow/tests/unit/jobs copying taskflow/tests/test_examples.py -> build/lib/taskflow/tests copying taskflow/tests/utils.py -> build/lib/taskflow/tests copying taskflow/tests/__init__.py -> build/lib/taskflow/tests copying taskflow/formatters.py -> build/lib/taskflow copying taskflow/exceptions.py -> build/lib/taskflow copying taskflow/retry.py -> build/lib/taskflow copying taskflow/storage.py -> build/lib/taskflow copying taskflow/logging.py -> build/lib/taskflow copying taskflow/version.py -> build/lib/taskflow copying taskflow/test.py -> build/lib/taskflow copying taskflow/flow.py -> build/lib/taskflow copying taskflow/task.py -> build/lib/taskflow copying taskflow/__init__.py -> build/lib/taskflow copying taskflow/states.py -> build/lib/taskflow copying taskflow/atom.py -> build/lib/taskflow copying taskflow/deciders.py -> build/lib/taskflow creating build/lib/taskflow/conductors/backends copying taskflow/conductors/backends/__init__.py -> build/lib/taskflow/conductors/backends copying taskflow/conductors/backends/impl_executor.py -> build/lib/taskflow/conductors/backends copying taskflow/conductors/backends/impl_blocking.py -> build/lib/taskflow/conductors/backends copying taskflow/conductors/backends/impl_nonblocking.py -> build/lib/taskflow/conductors/backends creating build/lib/taskflow/tests/unit/patterns copying taskflow/tests/unit/patterns/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_graph_flow.py -> build/lib/taskflow/tests/unit/patterns copying taskflow/tests/unit/patterns/test_unordered_flow.py -> build/lib/taskflow/tests/unit/patterns creating build/lib/taskflow/engines/worker_based copying taskflow/engines/worker_based/protocol.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/executor.py -> build/lib/taskflow/engines/worker_based copying taskflow/engines/worker_based/engine.py -> build/lib/taskflow/engines/worker_based copying taskflow/engines/worker_based/endpoint.py -> build/lib/taskflow/engines/worker_based copying taskflow/engines/worker_based/dispatcher.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/__init__.py -> build/lib/taskflow/engines/worker_based copying taskflow/engines/worker_based/worker.py -> build/lib/taskflow/engines/worker_based copying taskflow/engines/worker_based/types.py -> build/lib/taskflow/engines/worker_based creating build/lib/taskflow/jobs/backends copying taskflow/jobs/backends/impl_zookeeper.py -> build/lib/taskflow/jobs/backends copying taskflow/jobs/backends/impl_redis.py -> build/lib/taskflow/jobs/backends copying taskflow/jobs/backends/__init__.py -> build/lib/taskflow/jobs/backends creating build/lib/taskflow/tests/unit/action_engine copying taskflow/tests/unit/action_engine/test_creation.py -> build/lib/taskflow/tests/unit/action_engine copying taskflow/tests/unit/action_engine/test_compile.py -> build/lib/taskflow/tests/unit/action_engine copying taskflow/tests/unit/action_engine/test_process_executor.py -> build/lib/taskflow/tests/unit/action_engine copying taskflow/tests/unit/action_engine/test_scoping.py -> build/lib/taskflow/tests/unit/action_engine copying taskflow/tests/unit/action_engine/test_builder.py -> build/lib/taskflow/tests/unit/action_engine copying taskflow/tests/unit/action_engine/__init__.py -> build/lib/taskflow/tests/unit/action_engine copying taskflow/persistence/backends/impl_zookeeper.py -> build/lib/taskflow/persistence/backends copying taskflow/persistence/backends/impl_sqlalchemy.py -> build/lib/taskflow/persistence/backends copying taskflow/persistence/backends/impl_dir.py -> build/lib/taskflow/persistence/backends copying taskflow/persistence/backends/__init__.py -> build/lib/taskflow/persistence/backends copying taskflow/persistence/backends/impl_memory.py -> build/lib/taskflow/persistence/backends creating 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_dir_persistence.py -> build/lib/taskflow/tests/unit/persistence copying taskflow/tests/unit/persistence/__init__.py -> build/lib/taskflow/tests/unit/persistence copying taskflow/tests/unit/persistence/test_memory_persistence.py -> build/lib/taskflow/tests/unit/persistence copying taskflow/tests/unit/persistence/test_zk_persistence.py -> build/lib/taskflow/tests/unit/persistence copying taskflow/tests/unit/persistence/base.py -> build/lib/taskflow/tests/unit/persistence 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 writing pbr to taskflow.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'taskflow.egg-info/SOURCES.txt' [pbr] In git context, generating filelist from git 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' creating build/lib/taskflow/persistence/backends/sqlalchemy/alembic copying taskflow/persistence/backends/sqlalchemy/alembic/README -> build/lib/taskflow/persistence/backends/sqlalchemy/alembic copying taskflow/persistence/backends/sqlalchemy/alembic/alembic.ini -> build/lib/taskflow/persistence/backends/sqlalchemy/alembic copying taskflow/persistence/backends/sqlalchemy/alembic/env.py -> build/lib/taskflow/persistence/backends/sqlalchemy/alembic copying taskflow/persistence/backends/sqlalchemy/alembic/script.py.mako -> build/lib/taskflow/persistence/backends/sqlalchemy/alembic creating build/lib/taskflow/persistence/backends/sqlalchemy/alembic/versions copying taskflow/persistence/backends/sqlalchemy/alembic/versions/14b227d79a87_add_intention_column.py -> build/lib/taskflow/persistence/backends/sqlalchemy/alembic/versions copying taskflow/persistence/backends/sqlalchemy/alembic/versions/1c783c0c2875_replace_exception_an.py -> build/lib/taskflow/persistence/backends/sqlalchemy/alembic/versions copying taskflow/persistence/backends/sqlalchemy/alembic/versions/1cea328f0f65_initial_logbook_deta.py -> build/lib/taskflow/persistence/backends/sqlalchemy/alembic/versions copying taskflow/persistence/backends/sqlalchemy/alembic/versions/2ad4984f2864_switch_postgres_to_json_native.py -> build/lib/taskflow/persistence/backends/sqlalchemy/alembic/versions copying taskflow/persistence/backends/sqlalchemy/alembic/versions/3162c0f3f8e4_add_revert_results_and_revert_failure_.py -> build/lib/taskflow/persistence/backends/sqlalchemy/alembic/versions copying taskflow/persistence/backends/sqlalchemy/alembic/versions/589dccdf2b6e_rename_taskdetails_to_atomdetails.py -> build/lib/taskflow/persistence/backends/sqlalchemy/alembic/versions copying taskflow/persistence/backends/sqlalchemy/alembic/versions/84d6e888850_add_task_detail_type.py -> build/lib/taskflow/persistence/backends/sqlalchemy/alembic/versions copying taskflow/persistence/backends/sqlalchemy/alembic/versions/README -> build/lib/taskflow/persistence/backends/sqlalchemy/alembic/versions creating build/lib/taskflow/examples copying taskflow/examples/99_bottles.py -> build/lib/taskflow/examples copying taskflow/examples/alphabet_soup.py -> build/lib/taskflow/examples copying taskflow/examples/build_a_car.py -> build/lib/taskflow/examples copying taskflow/examples/buildsystem.py -> build/lib/taskflow/examples copying taskflow/examples/calculate_in_parallel.py -> build/lib/taskflow/examples copying taskflow/examples/calculate_linear.py -> build/lib/taskflow/examples copying taskflow/examples/create_parallel_volume.py -> build/lib/taskflow/examples copying taskflow/examples/delayed_return.py -> build/lib/taskflow/examples copying taskflow/examples/distance_calculator.py -> build/lib/taskflow/examples copying taskflow/examples/dump_memory_backend.py -> build/lib/taskflow/examples copying taskflow/examples/echo_listener.py -> build/lib/taskflow/examples copying taskflow/examples/example_utils.py -> build/lib/taskflow/examples copying taskflow/examples/fake_billing.py -> build/lib/taskflow/examples copying taskflow/examples/graph_flow.py -> build/lib/taskflow/examples copying taskflow/examples/hello_world.py -> build/lib/taskflow/examples copying taskflow/examples/jobboard_produce_consume_colors.py -> build/lib/taskflow/examples copying taskflow/examples/parallel_table_multiply.py -> build/lib/taskflow/examples copying taskflow/examples/persistence_example.py -> build/lib/taskflow/examples copying taskflow/examples/pseudo_scoping.out.txt -> build/lib/taskflow/examples copying taskflow/examples/pseudo_scoping.py -> build/lib/taskflow/examples copying taskflow/examples/resume_from_backend.out.txt -> build/lib/taskflow/examples copying taskflow/examples/resume_from_backend.py -> build/lib/taskflow/examples copying taskflow/examples/resume_many_flows.out.txt -> build/lib/taskflow/examples copying taskflow/examples/resume_many_flows.py -> build/lib/taskflow/examples copying taskflow/examples/resume_vm_boot.py -> build/lib/taskflow/examples copying taskflow/examples/resume_volume_create.py -> build/lib/taskflow/examples copying taskflow/examples/retry_flow.out.txt -> build/lib/taskflow/examples copying taskflow/examples/retry_flow.py -> build/lib/taskflow/examples copying taskflow/examples/reverting_linear.out.txt -> build/lib/taskflow/examples copying taskflow/examples/reverting_linear.py -> build/lib/taskflow/examples copying taskflow/examples/run_by_iter.out.txt -> build/lib/taskflow/examples copying taskflow/examples/run_by_iter.py -> build/lib/taskflow/examples copying taskflow/examples/run_by_iter_enumerate.out.txt -> build/lib/taskflow/examples copying taskflow/examples/run_by_iter_enumerate.py -> build/lib/taskflow/examples copying taskflow/examples/share_engine_thread.py -> build/lib/taskflow/examples copying taskflow/examples/simple_linear.out.txt -> build/lib/taskflow/examples copying taskflow/examples/simple_linear.py -> build/lib/taskflow/examples copying taskflow/examples/simple_linear_listening.out.txt -> build/lib/taskflow/examples copying taskflow/examples/simple_linear_listening.py -> build/lib/taskflow/examples copying taskflow/examples/simple_linear_pass.out.txt -> build/lib/taskflow/examples copying taskflow/examples/simple_linear_pass.py -> build/lib/taskflow/examples copying taskflow/examples/simple_map_reduce.py -> build/lib/taskflow/examples copying taskflow/examples/switch_graph_flow.py -> build/lib/taskflow/examples copying taskflow/examples/timing_listener.py -> build/lib/taskflow/examples copying taskflow/examples/tox_conductor.py -> build/lib/taskflow/examples copying taskflow/examples/wbe_event_sender.py -> build/lib/taskflow/examples copying taskflow/examples/wbe_mandelbrot.out.txt -> build/lib/taskflow/examples copying taskflow/examples/wbe_mandelbrot.py -> build/lib/taskflow/examples copying taskflow/examples/wbe_simple_linear.out.txt -> build/lib/taskflow/examples copying taskflow/examples/wbe_simple_linear.py -> build/lib/taskflow/examples copying taskflow/examples/wrapped_exception.py -> build/lib/taskflow/examples creating build/lib/taskflow/examples/resume_many_flows copying taskflow/examples/resume_many_flows/my_flows.py -> build/lib/taskflow/examples/resume_many_flows copying taskflow/examples/resume_many_flows/resume_all.py -> build/lib/taskflow/examples/resume_many_flows copying taskflow/examples/resume_many_flows/run_flow.py -> build/lib/taskflow/examples/resume_many_flows + sleep 1 + /usr/bin/python2 setup.py build_sphinx -b html running build_sphinx creating /builddir/build/BUILD/taskflow-2.14.2/doc/build creating /builddir/build/BUILD/taskflow-2.14.2/doc/build/doctrees creating /builddir/build/BUILD/taskflow-2.14.2/doc/build/html [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) Running Sphinx v1.6.2 connecting events for openstackdocstheme loading pickled environment... not yet created Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme building [mo]: all of 0 po files building [html]: all source files updating environment: 20 added, 0 changed, 0 removed reading sources... [ 5%] index reading sources... [ 10%] user/arguments_and_results reading sources... [ 15%] user/atoms reading sources... [ 20%] user/conductors reading sources... [ 25%] user/engines reading sources... [ 30%] user/examples reading sources... [ 35%] user/exceptions reading sources... [ 40%] user/history reading sources... [ 45%] user/index reading sources... [ 50%] user/inputs_and_outputs reading sources... [ 55%] user/jobs reading sources... [ 60%] user/notifications reading sources... [ 65%] user/patterns reading sources... [ 70%] user/persistence reading sources... [ 75%] user/resumption reading sources... [ 80%] user/shelf reading sources... [ 85%] user/states reading sources... [ 90%] user/types reading sources... [ 95%] user/utils reading sources... [100%] user/workers looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 5%] index writing output... [ 10%] user/arguments_and_results writing output... [ 15%] user/atoms writing output... [ 20%] user/conductors writing output... [ 25%] user/engines writing output... [ 30%] user/examples writing output... [ 35%] user/exceptions writing output... [ 40%] user/history writing output... [ 45%] user/index writing output... [ 50%] user/inputs_and_outputs writing output... [ 55%] user/jobs writing output... [ 60%] user/notifications writing output... [ 65%] user/patterns writing output... [ 70%] user/persistence writing output... [ 75%] user/resumption writing output... [ 80%] user/shelf writing output... [ 85%] user/states writing output... [ 90%] user/types writing output... [ 95%] user/utils writing output... [100%] user/workers generating indices... genindex py-modindex highlighting module code... [ 1%] taskflow.utils.kazoo_utils highlighting module code... [ 2%] taskflow.listeners.claims highlighting module code... [ 3%] taskflow.engines.worker_based.executor highlighting module code... [ 5%] taskflow.utils.iter_utils highlighting module code... [ 6%] taskflow.engines.action_engine.completer highlighting module code... [ 7%] taskflow.utils.mixins highlighting module code... [ 8%] taskflow.conductors.backends.impl_executor highlighting module code... [ 10%] taskflow.engines.action_engine.scheduler highlighting module code... [ 11%] taskflow.engines.helpers highlighting module code... [ 12%] taskflow.utils.persistence_utils highlighting module code... [ 13%] taskflow.engines.worker_based.proxy highlighting module code... [ 15%] taskflow.listeners.capturing highlighting module code... [ 16%] taskflow.engines.worker_based.engine highlighting module code... [ 17%] taskflow.engines.action_engine.traversal highlighting module code... [ 18%] taskflow.engines.worker_based.endpoint highlighting module code... [ 20%] taskflow.listeners.base highlighting module code... [ 21%] taskflow.engines.action_engine.executor highlighting module code... [ 22%] taskflow.deciders highlighting module code... [ 24%] taskflow.persistence.base highlighting module code... [ 25%] taskflow.engines.action_engine.selector highlighting module code... [ 26%] taskflow.exceptions highlighting module code... [ 27%] abc highlighting module code... [ 29%] taskflow.engines.base highlighting module code... [ 30%] taskflow.flow highlighting module code... [ 31%] taskflow.patterns.unordered_flow highlighting module code... [ 32%] taskflow.types.graph highlighting module code... [ 34%] taskflow.jobs.backends.impl_redis highlighting module code... [ 35%] taskflow.listeners.printing highlighting module code... [ 36%] taskflow.persistence.models highlighting module code... [ 37%] taskflow.conductors.backends.impl_nonblocking highlighting module code... [ 39%] taskflow.persistence.backends.impl_dir highlighting module code... [ 40%] taskflow.types.notifier highlighting module code... [ 41%] taskflow.types.sets highlighting module code... [ 43%] collections highlighting module code... [ 44%] taskflow.persistence.backends.impl_sqlalchemy highlighting module code... [ 45%] taskflow.engines.action_engine.engine highlighting module code... [ 46%] taskflow.engines.worker_based.protocol highlighting module code... [ 48%] taskflow.listeners.logging highlighting module code... [ 49%] taskflow.storage highlighting module code... [ 50%] taskflow.utils.threading_utils highlighting module code... [ 51%] taskflow.types.failure highlighting module code... [ 53%] taskflow.jobs.base highlighting module code... [ 54%] taskflow.types.tree highlighting module code... [ 55%] taskflow.engines.action_engine.compiler highlighting module code... [ 56%] taskflow.jobs.backends.impl_zookeeper highlighting module code... [ 58%] taskflow.utils.misc highlighting module code... [ 59%] taskflow.atom highlighting module code... [ 60%] taskflow.patterns.linear_flow highlighting module code... [ 62%] taskflow.task highlighting module code... [ 63%] taskflow.conductors.backends.impl_blocking highlighting module code... [ 64%] taskflow.listeners.timing highlighting module code... [ 65%] taskflow.utils.schema_utils highlighting module code... [ 67%] taskflow.utils.eventlet_utils highlighting module code... [ 68%] taskflow.persistence.backends.impl_zookeeper highlighting module code... [ 69%] taskflow.engines.action_engine.process_executor highlighting module code... [ 70%] taskflow.engines.worker_based.worker highlighting module code... [ 72%] taskflow.conductors.base highlighting module code... [ 73%] posixpath highlighting module code... [ 74%] taskflow.engines.action_engine.runtime highlighting module code... [ 75%] taskflow.jobs.backends highlighting module code... [ 77%] taskflow.patterns.graph_flow highlighting module code... [ 78%] taskflow.formatters highlighting module code... [ 79%] taskflow.utils.redis_utils highlighting module code... [ 81%] taskflow.retry highlighting module code... [ 82%] redis.client highlighting module code... [ 83%] taskflow.conductors.backends highlighting module code... [ 84%] taskflow.engines.action_engine.scopes highlighting module code... [ 86%] taskflow.engines.action_engine.builder highlighting module code... [ 87%] taskflow.utils.banner highlighting module code... [ 88%] taskflow.persistence.backends highlighting module code... [ 89%] taskflow.engines.worker_based.dispatcher highlighting module code... [ 91%] taskflow.types.entity highlighting module code... [ 92%] taskflow.engines.worker_based.types highlighting module code... [ 93%] taskflow.utils.async_utils highlighting module code... [ 94%] taskflow.persistence.path_based highlighting module code... [ 96%] taskflow.types.timing highlighting module code... [ 97%] taskflow.utils.kombu_utils highlighting module code... [ 98%] taskflow.persistence.backends.impl_memory highlighting module code... [100%] taskflow.engines.action_engine.deciders writing additional pages... search copying images... [ 7%] user/img/area_of_influence.svg copying images... [ 15%] user/img/task_states.svg copying images... [ 23%] user/img/conductor.png copying images... [ 30%] user/img/tasks.png copying images... [ 38%] user/img/wbe_request_states.svg copying images... [ 46%] user/img/flow_states.svg copying images... [ 53%] user/img/mandelbrot.png copying images... [ 61%] user/img/worker-engine.svg copying images... [ 69%] user/img/engine_states.svg copying images... [ 76%] user/img/retry_states.svg copying images... [ 84%] user/img/conductor_cycle.png copying images... [ 92%] user/img/job_states.svg copying images... [100%] user/img/jobboard.png copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lP0GMP + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch + cd taskflow-2.14.2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests copying build/lib/taskflow/tests/test_examples.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests copying build/lib/taskflow/tests/utils.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_engines.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_types.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_conductors.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_arguments_passing.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_progress.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_reducefunctor_task.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/persistence/test_sql_persistence.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/persistence/test_dir_persistence.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/persistence/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/persistence/test_memory_persistence.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/persistence/test_zk_persistence.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/persistence/base.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence copying build/lib/taskflow/tests/unit/test_storage.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_server.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_creation.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_types.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_pipeline.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_message_pump.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_protocol.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_endpoint.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_worker.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_dispatcher.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_proxy.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/worker_based/test_executor.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based copying build/lib/taskflow/tests/unit/test_exceptions.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_functor_task.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_utils_iter_utils.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_utils_binary.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_utils_async_utils.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_check_transition.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_formatters.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_utils_threading_utils.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_engine_helpers.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/action_engine/test_creation.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/action_engine/test_compile.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/action_engine/test_process_executor.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/action_engine/test_scoping.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/action_engine/test_builder.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/action_engine/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine copying build/lib/taskflow/tests/unit/test_task.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_notifier.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_flow_dependencies.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_deciders.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_suspend.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns copying build/lib/taskflow/tests/unit/patterns/test_linear_flow.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns copying build/lib/taskflow/tests/unit/patterns/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns copying build/lib/taskflow/tests/unit/patterns/test_graph_flow.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns copying build/lib/taskflow/tests/unit/patterns/test_unordered_flow.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs copying build/lib/taskflow/tests/unit/jobs/test_redis_job.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs copying build/lib/taskflow/tests/unit/jobs/test_entrypoint.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs copying build/lib/taskflow/tests/unit/jobs/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs copying build/lib/taskflow/tests/unit/jobs/test_zk_job.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs copying build/lib/taskflow/tests/unit/jobs/base.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs copying build/lib/taskflow/tests/unit/test_failure.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_listeners.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_retries.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_states.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/unit/test_mapfunctor_task.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit copying build/lib/taskflow/tests/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests copying build/lib/taskflow/formatters.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/entity.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/failure.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/graph.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/sets.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/timing.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/latch.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/tree.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types copying build/lib/taskflow/types/notifier.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/protocol.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/proxy.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/executor.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/engine.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/endpoint.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/dispatcher.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/server.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/worker.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based copying build/lib/taskflow/engines/worker_based/types.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/compiler.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/traversal.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/process_executor.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/executor.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/engine.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/runtime.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions copying build/lib/taskflow/engines/action_engine/actions/retry.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions copying build/lib/taskflow/engines/action_engine/actions/task.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions copying build/lib/taskflow/engines/action_engine/actions/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions copying build/lib/taskflow/engines/action_engine/actions/base.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions copying build/lib/taskflow/engines/action_engine/builder.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/completer.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/selector.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/scheduler.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/scopes.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/action_engine/deciders.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine copying build/lib/taskflow/engines/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines copying build/lib/taskflow/engines/helpers.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines copying build/lib/taskflow/engines/base.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines copying build/lib/taskflow/exceptions.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/retry.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/storage.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence copying build/lib/taskflow/persistence/models.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/impl_zookeeper.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/impl_sqlalchemy.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy copying build/lib/taskflow/persistence/backends/sqlalchemy/tables.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy copying build/lib/taskflow/persistence/backends/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic copying build/lib/taskflow/persistence/backends/sqlalchemy/alembic/README -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic/versions copying build/lib/taskflow/persistence/backends/sqlalchemy/alembic/versions/README -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic/versions copying build/lib/taskflow/persistence/backends/sqlalchemy/alembic/versions/1cea328f0f65_initial_logbook_deta.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic/versions copying build/lib/taskflow/persistence/backends/sqlalchemy/alembic/versions/2ad4984f2864_switch_postgres_to_json_native.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic/versions copying build/lib/taskflow/persistence/backends/sqlalchemy/alembic/versions/14b227d79a87_add_intention_column.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic/versions copying build/lib/taskflow/persistence/backends/sqlalchemy/alembic/versions/1c783c0c2875_replace_exception_an.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic/versions copying build/lib/taskflow/persistence/backends/sqlalchemy/alembic/versions/3162c0f3f8e4_add_revert_results_and_revert_failure_.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic/versions copying build/lib/taskflow/persistence/backends/sqlalchemy/alembic/versions/84d6e888850_add_task_detail_type.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic/versions copying build/lib/taskflow/persistence/backends/sqlalchemy/alembic/versions/589dccdf2b6e_rename_taskdetails_to_atomdetails.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic/versions copying build/lib/taskflow/persistence/backends/sqlalchemy/alembic/env.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic copying build/lib/taskflow/persistence/backends/sqlalchemy/alembic/alembic.ini -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic copying build/lib/taskflow/persistence/backends/sqlalchemy/alembic/script.py.mako -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic copying build/lib/taskflow/persistence/backends/sqlalchemy/migration.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy copying build/lib/taskflow/persistence/backends/impl_dir.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/backends/impl_memory.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends copying build/lib/taskflow/persistence/path_based.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence copying build/lib/taskflow/persistence/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence copying build/lib/taskflow/persistence/base.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence copying build/lib/taskflow/logging.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/version.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/resume_many_flows.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/wbe_simple_linear.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/build_a_car.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/pseudo_scoping.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/pseudo_scoping.out.txt -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/calculate_linear.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/run_by_iter.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/wbe_event_sender.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/delayed_return.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/resume_vm_boot.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/run_by_iter_enumerate.out.txt -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/resume_from_backend.out.txt -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/simple_linear_listening.out.txt -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/create_parallel_volume.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/resume_many_flows.out.txt -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/distance_calculator.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/share_engine_thread.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/buildsystem.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/simple_linear_listening.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/timing_listener.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/dump_memory_backend.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/run_by_iter.out.txt -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/simple_map_reduce.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/resume_from_backend.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/alphabet_soup.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/simple_linear.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/calculate_in_parallel.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/retry_flow.out.txt -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/simple_linear.out.txt -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/reverting_linear.out.txt -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/echo_listener.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/simple_linear_pass.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/example_utils.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/simple_linear_pass.out.txt -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/reverting_linear.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/switch_graph_flow.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/wbe_mandelbrot.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/jobboard_produce_consume_colors.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/resume_volume_create.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/wbe_simple_linear.out.txt -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/run_by_iter_enumerate.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/graph_flow.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/persistence_example.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/tox_conductor.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/fake_billing.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/resume_many_flows copying build/lib/taskflow/examples/resume_many_flows/my_flows.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/resume_many_flows copying build/lib/taskflow/examples/resume_many_flows/resume_all.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/resume_many_flows copying build/lib/taskflow/examples/resume_many_flows/run_flow.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/resume_many_flows copying build/lib/taskflow/examples/hello_world.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/wbe_mandelbrot.out.txt -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/parallel_table_multiply.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/wrapped_exception.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/99_bottles.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples copying build/lib/taskflow/examples/retry_flow.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/contrib copying build/lib/taskflow/contrib/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/contrib copying build/lib/taskflow/test.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/flow.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/task.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/eventlet_utils.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/kazoo_utils.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/mixins.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/persistence_utils.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/iter_utils.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/threading_utils.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/banner.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/kombu_utils.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/redis_utils.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/schema_utils.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/async_utils.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/utils/misc.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils copying build/lib/taskflow/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/graph_flow.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/linear_flow.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns copying build/lib/taskflow/patterns/unordered_flow.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/backends copying build/lib/taskflow/jobs/backends/impl_zookeeper.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/backends copying build/lib/taskflow/jobs/backends/impl_redis.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/backends copying build/lib/taskflow/jobs/backends/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/backends copying build/lib/taskflow/jobs/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs copying build/lib/taskflow/jobs/base.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs copying build/lib/taskflow/states.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends copying build/lib/taskflow/conductors/backends/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends copying build/lib/taskflow/conductors/backends/impl_executor.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends copying build/lib/taskflow/conductors/backends/impl_blocking.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends copying build/lib/taskflow/conductors/backends/impl_nonblocking.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends copying build/lib/taskflow/conductors/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors copying build/lib/taskflow/conductors/base.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors copying build/lib/taskflow/atom.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow copying build/lib/taskflow/deciders.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow creating /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/logging.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/claims.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/timing.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/capturing.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/__init__.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/base.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners copying build/lib/taskflow/listeners/printing.py -> /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/test_examples.py to test_examples.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_engines.py to test_engines.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_types.py to test_types.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_conductors.py to test_conductors.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_arguments_passing.py to test_arguments_passing.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_progress.py to test_progress.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_reducefunctor_task.py to test_reducefunctor_task.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence/test_sql_persistence.py to test_sql_persistence.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence/test_dir_persistence.py to test_dir_persistence.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence/test_memory_persistence.py to test_memory_persistence.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence/test_zk_persistence.py to test_zk_persistence.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/persistence/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_storage.py to test_storage.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_server.py to test_server.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_creation.py to test_creation.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_types.py to test_types.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_pipeline.py to test_pipeline.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_message_pump.py to test_message_pump.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_protocol.py to test_protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_endpoint.py to test_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_worker.py to test_worker.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_dispatcher.py to test_dispatcher.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/worker_based/test_executor.py to test_executor.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_exceptions.py to test_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_functor_task.py to test_functor_task.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_utils_iter_utils.py to test_utils_iter_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_utils_binary.py to test_utils_binary.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_utils_async_utils.py to test_utils_async_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_check_transition.py to test_check_transition.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_formatters.py to test_formatters.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_utils_threading_utils.py to test_utils_threading_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_engine_helpers.py to test_engine_helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine/test_creation.py to test_creation.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine/test_compile.py to test_compile.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine/test_process_executor.py to test_process_executor.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine/test_scoping.py to test_scoping.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine/test_builder.py to test_builder.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/action_engine/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_task.py to test_task.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_notifier.py to test_notifier.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_flow_dependencies.py to test_flow_dependencies.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_deciders.py to test_deciders.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_suspend.py to test_suspend.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns/test_linear_flow.py to test_linear_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns/test_graph_flow.py to test_graph_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/patterns/test_unordered_flow.py to test_unordered_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs/test_redis_job.py to test_redis_job.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs/test_entrypoint.py to test_entrypoint.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs/test_zk_job.py to test_zk_job.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/jobs/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_failure.py to test_failure.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_listeners.py to test_listeners.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_retries.py to test_retries.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_states.py to test_states.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/unit/test_mapfunctor_task.py to test_mapfunctor_task.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/formatters.py to formatters.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/entity.py to entity.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/failure.py to failure.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/graph.py to graph.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/sets.py to sets.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/timing.py to timing.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/latch.py to latch.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/tree.py to tree.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/types/notifier.py to notifier.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/protocol.py to protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/proxy.py to proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/executor.py to executor.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/endpoint.py to endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/dispatcher.py to dispatcher.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/worker.py to worker.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/worker_based/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/compiler.py to compiler.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/traversal.py to traversal.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/process_executor.py to process_executor.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/executor.py to executor.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/runtime.py to runtime.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions/retry.py to retry.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions/task.py to task.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/actions/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/builder.py to builder.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/completer.py to completer.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/selector.py to selector.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/scheduler.py to scheduler.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/scopes.py to scopes.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/action_engine/deciders.py to deciders.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/engines/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/retry.py to retry.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/storage.py to storage.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/impl_zookeeper.py to impl_zookeeper.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/impl_sqlalchemy.py to impl_sqlalchemy.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/tables.py to tables.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic/versions/1cea328f0f65_initial_logbook_deta.py to 1cea328f0f65_initial_logbook_deta.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic/versions/2ad4984f2864_switch_postgres_to_json_native.py to 2ad4984f2864_switch_postgres_to_json_native.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic/versions/14b227d79a87_add_intention_column.py to 14b227d79a87_add_intention_column.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic/versions/1c783c0c2875_replace_exception_an.py to 1c783c0c2875_replace_exception_an.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic/versions/3162c0f3f8e4_add_revert_results_and_revert_failure_.py to 3162c0f3f8e4_add_revert_results_and_revert_failure_.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic/versions/84d6e888850_add_task_detail_type.py to 84d6e888850_add_task_detail_type.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic/versions/589dccdf2b6e_rename_taskdetails_to_atomdetails.py to 589dccdf2b6e_rename_taskdetails_to_atomdetails.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/alembic/env.py to env.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/sqlalchemy/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/impl_dir.py to impl_dir.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/backends/impl_memory.py to impl_memory.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/path_based.py to path_based.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/persistence/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/logging.py to logging.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/resume_many_flows.py to resume_many_flows.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/wbe_simple_linear.py to wbe_simple_linear.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/build_a_car.py to build_a_car.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/pseudo_scoping.py to pseudo_scoping.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/calculate_linear.py to calculate_linear.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/run_by_iter.py to run_by_iter.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/wbe_event_sender.py to wbe_event_sender.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/delayed_return.py to delayed_return.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/resume_vm_boot.py to resume_vm_boot.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/create_parallel_volume.py to create_parallel_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/distance_calculator.py to distance_calculator.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/share_engine_thread.py to share_engine_thread.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/buildsystem.py to buildsystem.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/simple_linear_listening.py to simple_linear_listening.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/timing_listener.py to timing_listener.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/dump_memory_backend.py to dump_memory_backend.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/simple_map_reduce.py to simple_map_reduce.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/resume_from_backend.py to resume_from_backend.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/alphabet_soup.py to alphabet_soup.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/simple_linear.py to simple_linear.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/calculate_in_parallel.py to calculate_in_parallel.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/echo_listener.py to echo_listener.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/simple_linear_pass.py to simple_linear_pass.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/example_utils.py to example_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/reverting_linear.py to reverting_linear.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/switch_graph_flow.py to switch_graph_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/wbe_mandelbrot.py to wbe_mandelbrot.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/jobboard_produce_consume_colors.py to jobboard_produce_consume_colors.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/resume_volume_create.py to resume_volume_create.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/run_by_iter_enumerate.py to run_by_iter_enumerate.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/graph_flow.py to graph_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/persistence_example.py to persistence_example.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/tox_conductor.py to tox_conductor.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/fake_billing.py to fake_billing.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/resume_many_flows/my_flows.py to my_flows.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/resume_many_flows/resume_all.py to resume_all.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/resume_many_flows/run_flow.py to run_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/hello_world.py to hello_world.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/parallel_table_multiply.py to parallel_table_multiply.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/wrapped_exception.py to wrapped_exception.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/99_bottles.py to 99_bottles.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/examples/retry_flow.py to retry_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/flow.py to flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/task.py to task.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/eventlet_utils.py to eventlet_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/kazoo_utils.py to kazoo_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/mixins.py to mixins.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/persistence_utils.py to persistence_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/iter_utils.py to iter_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/threading_utils.py to threading_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/banner.py to banner.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/kombu_utils.py to kombu_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/redis_utils.py to redis_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/schema_utils.py to schema_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/async_utils.py to async_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/utils/misc.py to misc.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns/graph_flow.py to graph_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns/linear_flow.py to linear_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/patterns/unordered_flow.py to unordered_flow.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/backends/impl_zookeeper.py to impl_zookeeper.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/backends/impl_redis.py to impl_redis.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/jobs/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/states.py to states.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends/impl_executor.py to impl_executor.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends/impl_blocking.py to impl_blocking.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/backends/impl_nonblocking.py to impl_nonblocking.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/conductors/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/atom.py to atom.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/deciders.py to deciders.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/logging.py to logging.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/claims.py to claims.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/timing.py to timing.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/capturing.py to capturing.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow/listeners/printing.py to printing.pyc writing byte-compilation script '/tmp/tmp59uxK3.py' /usr/bin/python2 -O /tmp/tmp59uxK3.py removing /tmp/tmp59uxK3.py 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 writing pbr to taskflow.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git 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' Copying taskflow.egg-info to /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/lib/python2.7/site-packages/taskflow-2.14.2-py2.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/taskflow-2.14.2 /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-2.14.2-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python2-taskflow-2.14.2-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.InSDQ4 + umask 022 + cd /builddir/build/BUILD + cd taskflow-2.14.2 + DOCDIR=/builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/share/doc/python2-taskflow-2.14.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/share/doc/python2-taskflow-2.14.2 + cp -pr README.rst /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/share/doc/python2-taskflow-2.14.2 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.byeWUj + umask 022 + cd /builddir/build/BUILD + cd taskflow-2.14.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/share/licenses/python2-taskflow-2.14.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/share/licenses/python2-taskflow-2.14.2 + cp -pr LICENSE /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/share/licenses/python2-taskflow-2.14.2 + exit 0 Provides: python-taskflow = 2.14.2-1.el7 python2-taskflow = 2.14.2-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-taskflow < 2.14.2-1.el7 Processing files: python-taskflow-doc-2.14.2-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WGk5kE + umask 022 + cd /builddir/build/BUILD + cd taskflow-2.14.2 + DOCDIR=/builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/share/doc/python-taskflow-doc-2.14.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/share/doc/python-taskflow-doc-2.14.2 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/share/doc/python-taskflow-doc-2.14.2 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.jnJCMY + umask 022 + cd /builddir/build/BUILD + cd taskflow-2.14.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/share/licenses/python-taskflow-doc-2.14.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/share/licenses/python-taskflow-doc-2.14.2 + cp -pr LICENSE /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch/usr/share/licenses/python-taskflow-doc-2.14.2 + exit 0 Provides: python-taskflow-doc = 2.14.2-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch Wrote: /builddir/build/RPMS/python2-taskflow-2.14.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-taskflow-doc-2.14.2-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.C8yAK5 + umask 022 + cd /builddir/build/BUILD + cd taskflow-2.14.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-taskflow-2.14.2-1.el7.noarch + exit 0 Child return code was: 0