Mock Version: 1.2.21 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-celery.spec'], user='mockbuild'logger=env={'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir'}gid=135chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-4049/root'timeout=0shell=FalseprintOutput=Falseuid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-celery.spec'] with env {'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir'} and shell False warning: Could not canonicalize hostname: copr-builder-248854049.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-celery.spec'], user='mockbuild'logger=env={'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir'}gid=135chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-4049/root'private_network=Truetimeout=0shell=FalseprintOutput=Falseuid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-celery.spec'] with env {'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7fLYQx + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf celery-3.1.24 + /usr/bin/gzip -dc /builddir/build/SOURCES/v3.1.24.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd celery-3.1.24 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.SGJ6vh + umask 022 + cd /builddir/build/BUILD + cd celery-3.1.24 + scl enable pcreech17-pulp-scl-demo-python35 ' /opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/bin/python3 setup.py build ' - Trying to upgrade 'task' in 'celery.app' - upgrade task: no old version found. running build running build_py creating build creating build/lib creating build/lib/celery copying celery/states.py -> build/lib/celery copying celery/signals.py -> build/lib/celery copying celery/schedules.py -> build/lib/celery copying celery/result.py -> build/lib/celery copying celery/platforms.py -> build/lib/celery copying celery/local.py -> build/lib/celery copying celery/five.py -> build/lib/celery copying celery/exceptions.py -> build/lib/celery copying celery/datastructures.py -> build/lib/celery copying celery/canvas.py -> build/lib/celery copying celery/bootsteps.py -> build/lib/celery copying celery/beat.py -> build/lib/celery copying celery/_state.py -> build/lib/celery copying celery/__main__.py -> build/lib/celery copying celery/__init__.py -> build/lib/celery creating build/lib/celery/worker copying celery/worker/strategy.py -> build/lib/celery/worker copying celery/worker/state.py -> build/lib/celery/worker copying celery/worker/request.py -> build/lib/celery/worker copying celery/worker/pidbox.py -> build/lib/celery/worker copying celery/worker/loops.py -> build/lib/celery/worker copying celery/worker/job.py -> build/lib/celery/worker copying celery/worker/heartbeat.py -> build/lib/celery/worker copying celery/worker/control.py -> build/lib/celery/worker copying celery/worker/consumer.py -> build/lib/celery/worker copying celery/worker/components.py -> build/lib/celery/worker copying celery/worker/autoscale.py -> build/lib/celery/worker copying celery/worker/autoreload.py -> build/lib/celery/worker copying celery/worker/__init__.py -> build/lib/celery/worker creating build/lib/celery/utils copying celery/utils/timeutils.py -> build/lib/celery/utils copying celery/utils/timer2.py -> build/lib/celery/utils copying celery/utils/threads.py -> build/lib/celery/utils copying celery/utils/text.py -> build/lib/celery/utils copying celery/utils/term.py -> build/lib/celery/utils copying celery/utils/sysinfo.py -> build/lib/celery/utils copying celery/utils/serialization.py -> build/lib/celery/utils copying celery/utils/objects.py -> build/lib/celery/utils copying celery/utils/mail.py -> build/lib/celery/utils copying celery/utils/log.py -> build/lib/celery/utils copying celery/utils/iso8601.py -> build/lib/celery/utils copying celery/utils/imports.py -> build/lib/celery/utils copying celery/utils/functional.py -> build/lib/celery/utils copying celery/utils/encoding.py -> build/lib/celery/utils copying celery/utils/debug.py -> build/lib/celery/utils copying celery/utils/compat.py -> build/lib/celery/utils copying celery/utils/__init__.py -> build/lib/celery/utils creating build/lib/celery/tests copying celery/tests/case.py -> build/lib/celery/tests copying celery/tests/__init__.py -> build/lib/celery/tests creating build/lib/celery/task copying celery/task/trace.py -> build/lib/celery/task copying celery/task/sets.py -> build/lib/celery/task copying celery/task/http.py -> build/lib/celery/task copying celery/task/base.py -> build/lib/celery/task copying celery/task/__init__.py -> build/lib/celery/task creating build/lib/celery/security copying celery/security/utils.py -> build/lib/celery/security copying celery/security/serialization.py -> build/lib/celery/security copying celery/security/key.py -> build/lib/celery/security copying celery/security/certificate.py -> build/lib/celery/security copying celery/security/__init__.py -> build/lib/celery/security creating build/lib/celery/loaders copying celery/loaders/default.py -> build/lib/celery/loaders copying celery/loaders/base.py -> build/lib/celery/loaders copying celery/loaders/app.py -> build/lib/celery/loaders copying celery/loaders/__init__.py -> build/lib/celery/loaders creating build/lib/celery/fixups copying celery/fixups/django.py -> build/lib/celery/fixups copying celery/fixups/__init__.py -> build/lib/celery/fixups creating build/lib/celery/events copying celery/events/state.py -> build/lib/celery/events copying celery/events/snapshot.py -> build/lib/celery/events copying celery/events/dumper.py -> build/lib/celery/events copying celery/events/cursesmon.py -> build/lib/celery/events copying celery/events/__init__.py -> build/lib/celery/events creating build/lib/celery/contrib copying celery/contrib/sphinx.py -> build/lib/celery/contrib copying celery/contrib/rdb.py -> build/lib/celery/contrib copying celery/contrib/migrate.py -> build/lib/celery/contrib copying celery/contrib/methods.py -> build/lib/celery/contrib copying celery/contrib/batches.py -> build/lib/celery/contrib copying celery/contrib/abortable.py -> build/lib/celery/contrib copying celery/contrib/__init__.py -> build/lib/celery/contrib creating build/lib/celery/concurrency copying celery/concurrency/threads.py -> build/lib/celery/concurrency copying celery/concurrency/solo.py -> build/lib/celery/concurrency copying celery/concurrency/prefork.py -> build/lib/celery/concurrency copying celery/concurrency/gevent.py -> build/lib/celery/concurrency copying celery/concurrency/eventlet.py -> build/lib/celery/concurrency copying celery/concurrency/base.py -> build/lib/celery/concurrency copying celery/concurrency/asynpool.py -> build/lib/celery/concurrency copying celery/concurrency/__init__.py -> build/lib/celery/concurrency creating build/lib/celery/bin copying celery/bin/worker.py -> build/lib/celery/bin copying celery/bin/multi.py -> build/lib/celery/bin copying celery/bin/graph.py -> build/lib/celery/bin copying celery/bin/events.py -> build/lib/celery/bin copying celery/bin/celeryd_detach.py -> build/lib/celery/bin copying celery/bin/celery.py -> build/lib/celery/bin copying celery/bin/beat.py -> build/lib/celery/bin copying celery/bin/base.py -> build/lib/celery/bin copying celery/bin/amqp.py -> build/lib/celery/bin copying celery/bin/__init__.py -> build/lib/celery/bin creating build/lib/celery/backends copying celery/backends/rpc.py -> build/lib/celery/backends copying celery/backends/redis.py -> build/lib/celery/backends copying celery/backends/mongodb.py -> build/lib/celery/backends copying celery/backends/couchbase.py -> build/lib/celery/backends copying celery/backends/cassandra.py -> build/lib/celery/backends copying celery/backends/cache.py -> build/lib/celery/backends copying celery/backends/base.py -> build/lib/celery/backends copying celery/backends/amqp.py -> build/lib/celery/backends copying celery/backends/__init__.py -> build/lib/celery/backends creating build/lib/celery/apps copying celery/apps/worker.py -> build/lib/celery/apps copying celery/apps/beat.py -> build/lib/celery/apps copying celery/apps/__init__.py -> build/lib/celery/apps creating build/lib/celery/app copying celery/app/utils.py -> build/lib/celery/app copying celery/app/trace.py -> build/lib/celery/app copying celery/app/task.py -> build/lib/celery/app copying celery/app/routes.py -> build/lib/celery/app copying celery/app/registry.py -> build/lib/celery/app copying celery/app/log.py -> build/lib/celery/app copying celery/app/defaults.py -> build/lib/celery/app copying celery/app/control.py -> build/lib/celery/app copying celery/app/builtins.py -> build/lib/celery/app copying celery/app/base.py -> build/lib/celery/app copying celery/app/annotations.py -> build/lib/celery/app copying celery/app/amqp.py -> build/lib/celery/app copying celery/app/__init__.py -> build/lib/celery/app creating build/lib/celery/utils/dispatch copying celery/utils/dispatch/signal.py -> build/lib/celery/utils/dispatch copying celery/utils/dispatch/saferef.py -> build/lib/celery/utils/dispatch copying celery/utils/dispatch/__init__.py -> build/lib/celery/utils/dispatch creating build/lib/celery/tests/worker copying celery/tests/worker/test_worker.py -> build/lib/celery/tests/worker copying celery/tests/worker/test_strategy.py -> build/lib/celery/tests/worker copying celery/tests/worker/test_state.py -> build/lib/celery/tests/worker copying celery/tests/worker/test_revoke.py -> build/lib/celery/tests/worker copying celery/tests/worker/test_request.py -> build/lib/celery/tests/worker copying celery/tests/worker/test_loops.py -> build/lib/celery/tests/worker copying celery/tests/worker/test_hub.py -> build/lib/celery/tests/worker copying celery/tests/worker/test_heartbeat.py -> build/lib/celery/tests/worker copying celery/tests/worker/test_control.py -> build/lib/celery/tests/worker copying celery/tests/worker/test_consumer.py -> build/lib/celery/tests/worker copying celery/tests/worker/test_components.py -> build/lib/celery/tests/worker copying celery/tests/worker/test_bootsteps.py -> build/lib/celery/tests/worker copying celery/tests/worker/test_autoscale.py -> build/lib/celery/tests/worker copying celery/tests/worker/test_autoreload.py -> build/lib/celery/tests/worker copying celery/tests/worker/__init__.py -> build/lib/celery/tests/worker creating build/lib/celery/tests/utils copying celery/tests/utils/test_utils.py -> build/lib/celery/tests/utils copying celery/tests/utils/test_timeutils.py -> build/lib/celery/tests/utils copying celery/tests/utils/test_timer2.py -> build/lib/celery/tests/utils copying celery/tests/utils/test_threads.py -> build/lib/celery/tests/utils copying celery/tests/utils/test_text.py -> build/lib/celery/tests/utils copying celery/tests/utils/test_term.py -> build/lib/celery/tests/utils copying celery/tests/utils/test_sysinfo.py -> build/lib/celery/tests/utils copying celery/tests/utils/test_serialization.py -> build/lib/celery/tests/utils copying celery/tests/utils/test_saferef.py -> build/lib/celery/tests/utils copying celery/tests/utils/test_platforms.py -> build/lib/celery/tests/utils copying celery/tests/utils/test_pickle.py -> build/lib/celery/tests/utils copying celery/tests/utils/test_mail.py -> build/lib/celery/tests/utils copying celery/tests/utils/test_local.py -> build/lib/celery/tests/utils copying celery/tests/utils/test_imports.py -> build/lib/celery/tests/utils copying celery/tests/utils/test_functional.py -> build/lib/celery/tests/utils copying celery/tests/utils/test_encoding.py -> build/lib/celery/tests/utils copying celery/tests/utils/test_dispatcher.py -> build/lib/celery/tests/utils copying celery/tests/utils/test_datastructures.py -> build/lib/celery/tests/utils copying celery/tests/utils/__init__.py -> build/lib/celery/tests/utils creating build/lib/celery/tests/tasks copying celery/tests/tasks/test_trace.py -> build/lib/celery/tests/tasks copying celery/tests/tasks/test_tasks.py -> build/lib/celery/tests/tasks copying celery/tests/tasks/test_states.py -> build/lib/celery/tests/tasks copying celery/tests/tasks/test_result.py -> build/lib/celery/tests/tasks copying celery/tests/tasks/test_context.py -> build/lib/celery/tests/tasks copying celery/tests/tasks/test_chord.py -> build/lib/celery/tests/tasks copying celery/tests/tasks/test_canvas.py -> build/lib/celery/tests/tasks copying celery/tests/tasks/__init__.py -> build/lib/celery/tests/tasks creating build/lib/celery/tests/slow copying celery/tests/slow/__init__.py -> build/lib/celery/tests/slow creating build/lib/celery/tests/security copying celery/tests/security/test_serialization.py -> build/lib/celery/tests/security copying celery/tests/security/test_security.py -> build/lib/celery/tests/security copying celery/tests/security/test_key.py -> build/lib/celery/tests/security copying celery/tests/security/test_certificate.py -> build/lib/celery/tests/security copying celery/tests/security/case.py -> build/lib/celery/tests/security copying celery/tests/security/__init__.py -> build/lib/celery/tests/security creating build/lib/celery/tests/functional copying celery/tests/functional/tasks.py -> build/lib/celery/tests/functional copying celery/tests/functional/case.py -> build/lib/celery/tests/functional copying celery/tests/functional/__init__.py -> build/lib/celery/tests/functional creating build/lib/celery/tests/fixups copying celery/tests/fixups/test_django.py -> build/lib/celery/tests/fixups copying celery/tests/fixups/__init__.py -> build/lib/celery/tests/fixups creating build/lib/celery/tests/events copying celery/tests/events/test_state.py -> build/lib/celery/tests/events copying celery/tests/events/test_snapshot.py -> build/lib/celery/tests/events copying celery/tests/events/test_events.py -> build/lib/celery/tests/events copying celery/tests/events/test_cursesmon.py -> build/lib/celery/tests/events copying celery/tests/events/__init__.py -> build/lib/celery/tests/events creating build/lib/celery/tests/contrib copying celery/tests/contrib/test_rdb.py -> build/lib/celery/tests/contrib copying celery/tests/contrib/test_migrate.py -> build/lib/celery/tests/contrib copying celery/tests/contrib/test_methods.py -> build/lib/celery/tests/contrib copying celery/tests/contrib/test_abortable.py -> build/lib/celery/tests/contrib copying celery/tests/contrib/__init__.py -> build/lib/celery/tests/contrib creating build/lib/celery/tests/concurrency copying celery/tests/concurrency/test_threads.py -> build/lib/celery/tests/concurrency copying celery/tests/concurrency/test_solo.py -> build/lib/celery/tests/concurrency copying celery/tests/concurrency/test_prefork.py -> build/lib/celery/tests/concurrency copying celery/tests/concurrency/test_pool.py -> build/lib/celery/tests/concurrency copying celery/tests/concurrency/test_gevent.py -> build/lib/celery/tests/concurrency copying celery/tests/concurrency/test_eventlet.py -> build/lib/celery/tests/concurrency copying celery/tests/concurrency/test_concurrency.py -> build/lib/celery/tests/concurrency copying celery/tests/concurrency/__init__.py -> build/lib/celery/tests/concurrency creating build/lib/celery/tests/compat_modules copying celery/tests/compat_modules/test_sets.py -> build/lib/celery/tests/compat_modules copying celery/tests/compat_modules/test_messaging.py -> build/lib/celery/tests/compat_modules copying celery/tests/compat_modules/test_http.py -> build/lib/celery/tests/compat_modules copying celery/tests/compat_modules/test_decorators.py -> build/lib/celery/tests/compat_modules copying celery/tests/compat_modules/test_compat_utils.py -> build/lib/celery/tests/compat_modules copying celery/tests/compat_modules/test_compat.py -> build/lib/celery/tests/compat_modules copying celery/tests/compat_modules/__init__.py -> build/lib/celery/tests/compat_modules creating build/lib/celery/tests/bin copying celery/tests/bin/test_worker.py -> build/lib/celery/tests/bin copying celery/tests/bin/test_multi.py -> build/lib/celery/tests/bin copying celery/tests/bin/test_events.py -> build/lib/celery/tests/bin copying celery/tests/bin/test_celeryevdump.py -> build/lib/celery/tests/bin copying celery/tests/bin/test_celeryd_detach.py -> build/lib/celery/tests/bin copying celery/tests/bin/test_celery.py -> build/lib/celery/tests/bin copying celery/tests/bin/test_beat.py -> build/lib/celery/tests/bin copying celery/tests/bin/test_base.py -> build/lib/celery/tests/bin copying celery/tests/bin/test_amqp.py -> build/lib/celery/tests/bin copying celery/tests/bin/__init__.py -> build/lib/celery/tests/bin creating build/lib/celery/tests/backends copying celery/tests/backends/test_rpc.py -> build/lib/celery/tests/backends copying celery/tests/backends/test_redis.py -> build/lib/celery/tests/backends copying celery/tests/backends/test_mongodb.py -> build/lib/celery/tests/backends copying celery/tests/backends/test_database.py -> build/lib/celery/tests/backends copying celery/tests/backends/test_couchbase.py -> build/lib/celery/tests/backends copying celery/tests/backends/test_cassandra.py -> build/lib/celery/tests/backends copying celery/tests/backends/test_cache.py -> build/lib/celery/tests/backends copying celery/tests/backends/test_base.py -> build/lib/celery/tests/backends copying celery/tests/backends/test_backends.py -> build/lib/celery/tests/backends copying celery/tests/backends/test_amqp.py -> build/lib/celery/tests/backends copying celery/tests/backends/__init__.py -> build/lib/celery/tests/backends creating build/lib/celery/tests/app copying celery/tests/app/test_utils.py -> build/lib/celery/tests/app copying celery/tests/app/test_schedules.py -> build/lib/celery/tests/app copying celery/tests/app/test_routes.py -> build/lib/celery/tests/app copying celery/tests/app/test_registry.py -> build/lib/celery/tests/app copying celery/tests/app/test_log.py -> build/lib/celery/tests/app copying celery/tests/app/test_loaders.py -> build/lib/celery/tests/app copying celery/tests/app/test_exceptions.py -> build/lib/celery/tests/app copying celery/tests/app/test_defaults.py -> build/lib/celery/tests/app copying celery/tests/app/test_control.py -> build/lib/celery/tests/app copying celery/tests/app/test_celery.py -> build/lib/celery/tests/app copying celery/tests/app/test_builtins.py -> build/lib/celery/tests/app copying celery/tests/app/test_beat.py -> build/lib/celery/tests/app copying celery/tests/app/test_app.py -> build/lib/celery/tests/app copying celery/tests/app/test_annotations.py -> build/lib/celery/tests/app copying celery/tests/app/test_amqp.py -> build/lib/celery/tests/app copying celery/tests/app/__init__.py -> build/lib/celery/tests/app creating build/lib/celery/tests/bin/proj copying celery/tests/bin/proj/app.py -> build/lib/celery/tests/bin/proj copying celery/tests/bin/proj/__init__.py -> build/lib/celery/tests/bin/proj creating build/lib/celery/backends/database copying celery/backends/database/session.py -> build/lib/celery/backends/database copying celery/backends/database/models.py -> build/lib/celery/backends/database copying celery/backends/database/__init__.py -> build/lib/celery/backends/database + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.egFXU1 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64 + cd celery-3.1.24 + scl enable pcreech17-pulp-scl-demo-python35 ' /opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/bin/python3 setup.py install --no-compile --root /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64 ' - Trying to upgrade 'task' in 'celery.app' - upgrade task: no old version found. running install running build running build_py running install_lib creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35 creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5 creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/app copying build/lib/celery/app/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/app copying build/lib/celery/app/amqp.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/app copying build/lib/celery/app/annotations.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/app copying build/lib/celery/app/base.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/app copying build/lib/celery/app/builtins.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/app copying build/lib/celery/app/control.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/app copying build/lib/celery/app/defaults.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/app copying build/lib/celery/app/log.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/app copying build/lib/celery/app/registry.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/app copying build/lib/celery/app/routes.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/app copying build/lib/celery/app/task.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/app copying build/lib/celery/app/trace.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/app copying build/lib/celery/app/utils.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/app creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/apps copying build/lib/celery/apps/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/apps copying build/lib/celery/apps/beat.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/apps copying build/lib/celery/apps/worker.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/apps creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/backends creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/backends/database copying build/lib/celery/backends/database/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/backends/database copying build/lib/celery/backends/database/models.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/backends/database copying build/lib/celery/backends/database/session.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/backends/database copying build/lib/celery/backends/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/backends copying build/lib/celery/backends/amqp.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/backends copying build/lib/celery/backends/base.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/backends copying build/lib/celery/backends/cache.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/backends copying build/lib/celery/backends/cassandra.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/backends copying build/lib/celery/backends/couchbase.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/backends copying build/lib/celery/backends/mongodb.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/backends copying build/lib/celery/backends/redis.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/backends copying build/lib/celery/backends/rpc.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/backends creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/bin copying build/lib/celery/bin/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/bin copying build/lib/celery/bin/amqp.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/bin copying build/lib/celery/bin/base.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/bin copying build/lib/celery/bin/beat.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/bin copying build/lib/celery/bin/celery.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/bin copying build/lib/celery/bin/celeryd_detach.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/bin copying build/lib/celery/bin/events.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/bin copying build/lib/celery/bin/graph.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/bin copying build/lib/celery/bin/multi.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/bin copying build/lib/celery/bin/worker.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/bin creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/concurrency copying build/lib/celery/concurrency/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/concurrency copying build/lib/celery/concurrency/asynpool.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/concurrency copying build/lib/celery/concurrency/base.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/concurrency copying build/lib/celery/concurrency/eventlet.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/concurrency copying build/lib/celery/concurrency/gevent.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/concurrency copying build/lib/celery/concurrency/prefork.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/concurrency copying build/lib/celery/concurrency/solo.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/concurrency copying build/lib/celery/concurrency/threads.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/concurrency creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/contrib copying build/lib/celery/contrib/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/contrib copying build/lib/celery/contrib/abortable.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/contrib copying build/lib/celery/contrib/batches.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/contrib copying build/lib/celery/contrib/methods.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/contrib copying build/lib/celery/contrib/migrate.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/contrib copying build/lib/celery/contrib/rdb.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/contrib copying build/lib/celery/contrib/sphinx.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/contrib creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/events copying build/lib/celery/events/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/events copying build/lib/celery/events/cursesmon.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/events copying build/lib/celery/events/dumper.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/events copying build/lib/celery/events/snapshot.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/events copying build/lib/celery/events/state.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/events creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/fixups copying build/lib/celery/fixups/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/fixups copying build/lib/celery/fixups/django.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/fixups creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/loaders copying build/lib/celery/loaders/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/loaders copying build/lib/celery/loaders/app.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/loaders copying build/lib/celery/loaders/base.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/loaders copying build/lib/celery/loaders/default.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/loaders creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/security copying build/lib/celery/security/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/security copying build/lib/celery/security/certificate.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/security copying build/lib/celery/security/key.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/security copying build/lib/celery/security/serialization.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/security copying build/lib/celery/security/utils.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/security creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/task copying build/lib/celery/task/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/task copying build/lib/celery/task/base.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/task copying build/lib/celery/task/http.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/task copying build/lib/celery/task/sets.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/task copying build/lib/celery/task/trace.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/task creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/app copying build/lib/celery/tests/app/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/app copying build/lib/celery/tests/app/test_amqp.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/app copying build/lib/celery/tests/app/test_annotations.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/app copying build/lib/celery/tests/app/test_app.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/app copying build/lib/celery/tests/app/test_beat.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/app copying build/lib/celery/tests/app/test_builtins.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/app copying build/lib/celery/tests/app/test_celery.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/app copying build/lib/celery/tests/app/test_control.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/app copying build/lib/celery/tests/app/test_defaults.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/app copying build/lib/celery/tests/app/test_exceptions.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/app copying build/lib/celery/tests/app/test_loaders.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/app copying build/lib/celery/tests/app/test_log.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/app copying build/lib/celery/tests/app/test_registry.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/app copying build/lib/celery/tests/app/test_routes.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/app copying build/lib/celery/tests/app/test_schedules.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/app copying build/lib/celery/tests/app/test_utils.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/app creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/backends copying build/lib/celery/tests/backends/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/backends copying build/lib/celery/tests/backends/test_amqp.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/backends copying build/lib/celery/tests/backends/test_backends.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/backends copying build/lib/celery/tests/backends/test_base.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/backends copying build/lib/celery/tests/backends/test_cache.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/backends copying build/lib/celery/tests/backends/test_cassandra.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/backends copying build/lib/celery/tests/backends/test_couchbase.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/backends copying build/lib/celery/tests/backends/test_database.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/backends copying build/lib/celery/tests/backends/test_mongodb.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/backends copying build/lib/celery/tests/backends/test_redis.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/backends copying build/lib/celery/tests/backends/test_rpc.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/backends creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/bin creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/bin/proj copying build/lib/celery/tests/bin/proj/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/bin/proj copying build/lib/celery/tests/bin/proj/app.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/bin/proj copying build/lib/celery/tests/bin/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/bin copying build/lib/celery/tests/bin/test_amqp.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/bin copying build/lib/celery/tests/bin/test_base.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/bin copying build/lib/celery/tests/bin/test_beat.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/bin copying build/lib/celery/tests/bin/test_celery.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/bin copying build/lib/celery/tests/bin/test_celeryd_detach.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/bin copying build/lib/celery/tests/bin/test_celeryevdump.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/bin copying build/lib/celery/tests/bin/test_events.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/bin copying build/lib/celery/tests/bin/test_multi.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/bin copying build/lib/celery/tests/bin/test_worker.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/bin creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/compat_modules copying build/lib/celery/tests/compat_modules/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/compat_modules copying build/lib/celery/tests/compat_modules/test_compat.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/compat_modules copying build/lib/celery/tests/compat_modules/test_compat_utils.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/compat_modules copying build/lib/celery/tests/compat_modules/test_decorators.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/compat_modules copying build/lib/celery/tests/compat_modules/test_http.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/compat_modules copying build/lib/celery/tests/compat_modules/test_messaging.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/compat_modules copying build/lib/celery/tests/compat_modules/test_sets.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/compat_modules creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/concurrency copying build/lib/celery/tests/concurrency/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/concurrency copying build/lib/celery/tests/concurrency/test_concurrency.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/concurrency copying build/lib/celery/tests/concurrency/test_eventlet.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/concurrency copying build/lib/celery/tests/concurrency/test_gevent.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/concurrency copying build/lib/celery/tests/concurrency/test_pool.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/concurrency copying build/lib/celery/tests/concurrency/test_prefork.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/concurrency copying build/lib/celery/tests/concurrency/test_solo.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/concurrency copying build/lib/celery/tests/concurrency/test_threads.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/concurrency creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/contrib copying build/lib/celery/tests/contrib/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/contrib copying build/lib/celery/tests/contrib/test_abortable.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/contrib copying build/lib/celery/tests/contrib/test_methods.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/contrib copying build/lib/celery/tests/contrib/test_migrate.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/contrib copying build/lib/celery/tests/contrib/test_rdb.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/contrib creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/events copying build/lib/celery/tests/events/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/events copying build/lib/celery/tests/events/test_cursesmon.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/events copying build/lib/celery/tests/events/test_events.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/events copying build/lib/celery/tests/events/test_snapshot.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/events copying build/lib/celery/tests/events/test_state.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/events creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/fixups copying build/lib/celery/tests/fixups/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/fixups copying build/lib/celery/tests/fixups/test_django.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/fixups creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/functional copying build/lib/celery/tests/functional/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/functional copying build/lib/celery/tests/functional/case.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/functional copying build/lib/celery/tests/functional/tasks.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/functional creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/security copying build/lib/celery/tests/security/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/security copying build/lib/celery/tests/security/case.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/security copying build/lib/celery/tests/security/test_certificate.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/security copying build/lib/celery/tests/security/test_key.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/security copying build/lib/celery/tests/security/test_security.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/security copying build/lib/celery/tests/security/test_serialization.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/security creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/slow copying build/lib/celery/tests/slow/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/slow creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/tasks copying build/lib/celery/tests/tasks/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/tasks copying build/lib/celery/tests/tasks/test_canvas.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/tasks copying build/lib/celery/tests/tasks/test_chord.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/tasks copying build/lib/celery/tests/tasks/test_context.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/tasks copying build/lib/celery/tests/tasks/test_result.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/tasks copying build/lib/celery/tests/tasks/test_states.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/tasks copying build/lib/celery/tests/tasks/test_tasks.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/tasks copying build/lib/celery/tests/tasks/test_trace.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/tasks creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils copying build/lib/celery/tests/utils/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils copying build/lib/celery/tests/utils/test_datastructures.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils copying build/lib/celery/tests/utils/test_dispatcher.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils copying build/lib/celery/tests/utils/test_encoding.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils copying build/lib/celery/tests/utils/test_functional.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils copying build/lib/celery/tests/utils/test_imports.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils copying build/lib/celery/tests/utils/test_local.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils copying build/lib/celery/tests/utils/test_mail.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils copying build/lib/celery/tests/utils/test_pickle.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils copying build/lib/celery/tests/utils/test_platforms.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils copying build/lib/celery/tests/utils/test_saferef.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils copying build/lib/celery/tests/utils/test_serialization.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils copying build/lib/celery/tests/utils/test_sysinfo.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils copying build/lib/celery/tests/utils/test_term.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils copying build/lib/celery/tests/utils/test_text.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils copying build/lib/celery/tests/utils/test_threads.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils copying build/lib/celery/tests/utils/test_timer2.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils copying build/lib/celery/tests/utils/test_timeutils.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils copying build/lib/celery/tests/utils/test_utils.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/utils creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/worker copying build/lib/celery/tests/worker/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/worker copying build/lib/celery/tests/worker/test_autoreload.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/worker copying build/lib/celery/tests/worker/test_autoscale.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/worker copying build/lib/celery/tests/worker/test_bootsteps.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/worker copying build/lib/celery/tests/worker/test_components.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/worker copying build/lib/celery/tests/worker/test_consumer.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/worker copying build/lib/celery/tests/worker/test_control.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/worker copying build/lib/celery/tests/worker/test_heartbeat.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/worker copying build/lib/celery/tests/worker/test_hub.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/worker copying build/lib/celery/tests/worker/test_loops.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/worker copying build/lib/celery/tests/worker/test_request.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/worker copying build/lib/celery/tests/worker/test_revoke.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/worker copying build/lib/celery/tests/worker/test_state.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/worker copying build/lib/celery/tests/worker/test_strategy.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/worker copying build/lib/celery/tests/worker/test_worker.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests/worker copying build/lib/celery/tests/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests copying build/lib/celery/tests/case.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/tests creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils/dispatch copying build/lib/celery/utils/dispatch/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils/dispatch copying build/lib/celery/utils/dispatch/saferef.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils/dispatch copying build/lib/celery/utils/dispatch/signal.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils/dispatch copying build/lib/celery/utils/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils copying build/lib/celery/utils/compat.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils copying build/lib/celery/utils/debug.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils copying build/lib/celery/utils/encoding.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils copying build/lib/celery/utils/functional.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils copying build/lib/celery/utils/imports.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils copying build/lib/celery/utils/iso8601.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils copying build/lib/celery/utils/log.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils copying build/lib/celery/utils/mail.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils copying build/lib/celery/utils/objects.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils copying build/lib/celery/utils/serialization.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils copying build/lib/celery/utils/sysinfo.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils copying build/lib/celery/utils/term.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils copying build/lib/celery/utils/text.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils copying build/lib/celery/utils/threads.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils copying build/lib/celery/utils/timer2.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils copying build/lib/celery/utils/timeutils.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/utils creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/worker copying build/lib/celery/worker/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/worker copying build/lib/celery/worker/autoreload.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/worker copying build/lib/celery/worker/autoscale.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/worker copying build/lib/celery/worker/components.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/worker copying build/lib/celery/worker/consumer.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/worker copying build/lib/celery/worker/control.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/worker copying build/lib/celery/worker/heartbeat.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/worker copying build/lib/celery/worker/job.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/worker copying build/lib/celery/worker/loops.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/worker copying build/lib/celery/worker/pidbox.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/worker copying build/lib/celery/worker/request.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/worker copying build/lib/celery/worker/state.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/worker copying build/lib/celery/worker/strategy.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery/worker copying build/lib/celery/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery copying build/lib/celery/__main__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery copying build/lib/celery/_state.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery copying build/lib/celery/beat.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery copying build/lib/celery/bootsteps.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery copying build/lib/celery/canvas.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery copying build/lib/celery/datastructures.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery copying build/lib/celery/exceptions.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery copying build/lib/celery/five.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery copying build/lib/celery/local.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery copying build/lib/celery/platforms.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery copying build/lib/celery/result.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery copying build/lib/celery/schedules.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery copying build/lib/celery/signals.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery copying build/lib/celery/states.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery running install_egg_info running egg_info creating celery.egg-info writing requirements to celery.egg-info/requires.txt writing entry points to celery.egg-info/entry_points.txt writing dependency_links to celery.egg-info/dependency_links.txt writing celery.egg-info/PKG-INFO writing top-level names to celery.egg-info/top_level.txt writing manifest file 'celery.egg-info/SOURCES.txt' reading manifest file 'celery.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching '*.pyc' no previously-included directories found matching '*.sw*' writing manifest file 'celery.egg-info/SOURCES.txt' Copying celery.egg-info to /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/celery-3.1.24-py3.5.egg-info running install_scripts Installing celery script to /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/bin Installing celeryd script to /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/bin Installing celerybeat script to /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/bin Installing celeryd-multi script to /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/bin + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/celery-3.1.24 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-scl-compress /opt/rh/pcreech17-pulp-scl-demo-python35/root + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + scl enable pcreech17-pulp-scl-demo-python35 '/usr/lib/rpm/redhat/brp-python-bytecompile-with-scl-python-35 /opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/bin/python3 1 /opt/rh/pcreech17-pulp-scl-demo-python35/root' + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pXSAVR + umask 022 + cd /builddir/build/BUILD + cd celery-3.1.24 + DOCDIR=/builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/share/doc/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/share/doc/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24 + cp -pr README.rst /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/share/doc/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24 + cp -pr TODO /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/share/doc/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24 + cp -pr CONTRIBUTORS.txt /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/share/doc/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24 + cp -pr examples /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/share/doc/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24 + exit 0 Provides: pcreech17-pulp-scl-demo-python35-python-celery = 3.1.24-1.el7.centos pcreech17-pulp-scl-demo-python35-python-celery(x86-64) = 3.1.24-1.el7.centos scl-package(pcreech17-pulp-scl-demo-python35) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/bin/python3 pcreech17-pulp-scl-demo-python35-python(abi) = 3.5 pcreech17-pulp-scl-demo-python35-runtime Processing files: pcreech17-pulp-scl-demo-python35-python-celery-debuginfo-3.1.24-1.el7.centos.x86_64 Provides: scl-package(pcreech17-pulp-scl-demo-python35) pcreech17-pulp-scl-demo-python35-python-celery-debuginfo = 3.1.24-1.el7.centos pcreech17-pulp-scl-demo-python35-python-celery-debuginfo(x86-64) = 3.1.24-1.el7.centos Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-248854049.novalocal Wrote: /builddir/build/RPMS/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/pcreech17-pulp-scl-demo-python35-python-celery-debuginfo-3.1.24-1.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.d26UW8 + umask 022 + cd /builddir/build/BUILD + cd celery-3.1.24 + rm -rf /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-celery-3.1.24-1.el7.centos.x86_64 + exit 0 Child return code was: 0