Mock Version: 1.2.21 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-kombu.spec'], shell=FalseprintOutput=Falseuser='mockbuild'env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100'}logger=timeout=0uid=1001gid=135chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-8225/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-kombu.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100'} and shell False warning: Could not canonicalize hostname: copr-builder-298719065.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-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-kombu.spec'], shell=FalseprintOutput=Falseuser='mockbuild'env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100'}logger=timeout=0uid=1001gid=135private_network=TruechrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-8225/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-kombu.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NrwYuH + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf kombu-3.0.36 + /usr/bin/gzip -dc /builddir/build/SOURCES/kombu-3.0.36.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd kombu-3.0.36 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CZfUs0 + umask 022 + cd /builddir/build/BUILD + cd kombu-3.0.36 + scl enable pcreech17-pulp-scl-demo-python35 ' /opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/bin/python3 setup.py build ' running build running build_py creating build creating build/lib creating build/lib/kombu copying kombu/syn.py -> build/lib/kombu copying kombu/simple.py -> build/lib/kombu copying kombu/serialization.py -> build/lib/kombu copying kombu/pools.py -> build/lib/kombu copying kombu/pidbox.py -> build/lib/kombu copying kombu/mixins.py -> build/lib/kombu copying kombu/messaging.py -> build/lib/kombu copying kombu/message.py -> build/lib/kombu copying kombu/log.py -> build/lib/kombu copying kombu/five.py -> build/lib/kombu copying kombu/exceptions.py -> build/lib/kombu copying kombu/entity.py -> build/lib/kombu copying kombu/connection.py -> build/lib/kombu copying kombu/compression.py -> build/lib/kombu copying kombu/compat.py -> build/lib/kombu copying kombu/common.py -> build/lib/kombu copying kombu/clocks.py -> build/lib/kombu copying kombu/abstract.py -> build/lib/kombu copying kombu/__init__.py -> build/lib/kombu creating build/lib/kombu/utils copying kombu/utils/url.py -> build/lib/kombu/utils copying kombu/utils/text.py -> build/lib/kombu/utils copying kombu/utils/limits.py -> build/lib/kombu/utils copying kombu/utils/functional.py -> build/lib/kombu/utils copying kombu/utils/eventio.py -> build/lib/kombu/utils copying kombu/utils/encoding.py -> build/lib/kombu/utils copying kombu/utils/debug.py -> build/lib/kombu/utils copying kombu/utils/compat.py -> build/lib/kombu/utils copying kombu/utils/amq_manager.py -> build/lib/kombu/utils copying kombu/utils/__init__.py -> build/lib/kombu/utils creating build/lib/kombu/transport copying kombu/transport/zookeeper.py -> build/lib/kombu/transport copying kombu/transport/zmq.py -> build/lib/kombu/transport copying kombu/transport/SQS.py -> build/lib/kombu/transport copying kombu/transport/SLMQ.py -> build/lib/kombu/transport copying kombu/transport/redis.py -> build/lib/kombu/transport copying kombu/transport/qpid.py -> build/lib/kombu/transport copying kombu/transport/pyro.py -> build/lib/kombu/transport copying kombu/transport/pyamqp.py -> build/lib/kombu/transport copying kombu/transport/mongodb.py -> build/lib/kombu/transport copying kombu/transport/memory.py -> build/lib/kombu/transport copying kombu/transport/librabbitmq.py -> build/lib/kombu/transport copying kombu/transport/filesystem.py -> build/lib/kombu/transport copying kombu/transport/couchdb.py -> build/lib/kombu/transport copying kombu/transport/beanstalk.py -> build/lib/kombu/transport copying kombu/transport/base.py -> build/lib/kombu/transport copying kombu/transport/amqplib.py -> build/lib/kombu/transport copying kombu/transport/__init__.py -> build/lib/kombu/transport creating build/lib/kombu/transport/virtual copying kombu/transport/virtual/scheduling.py -> build/lib/kombu/transport/virtual copying kombu/transport/virtual/exchange.py -> build/lib/kombu/transport/virtual copying kombu/transport/virtual/__init__.py -> build/lib/kombu/transport/virtual creating build/lib/kombu/transport/sqlalchemy copying kombu/transport/sqlalchemy/models.py -> build/lib/kombu/transport/sqlalchemy copying kombu/transport/sqlalchemy/__init__.py -> build/lib/kombu/transport/sqlalchemy creating build/lib/kombu/transport/django copying kombu/transport/django/models.py -> build/lib/kombu/transport/django copying kombu/transport/django/managers.py -> build/lib/kombu/transport/django copying kombu/transport/django/__init__.py -> build/lib/kombu/transport/django creating build/lib/kombu/transport/django/south_migrations copying kombu/transport/django/south_migrations/__init__.py -> build/lib/kombu/transport/django/south_migrations copying kombu/transport/django/south_migrations/0001_initial.py -> build/lib/kombu/transport/django/south_migrations creating build/lib/kombu/transport/django/migrations copying kombu/transport/django/migrations/__init__.py -> build/lib/kombu/transport/django/migrations copying kombu/transport/django/migrations/0001_initial.py -> build/lib/kombu/transport/django/migrations creating build/lib/kombu/transport/django/management copying kombu/transport/django/management/__init__.py -> build/lib/kombu/transport/django/management creating build/lib/kombu/transport/django/management/commands copying kombu/transport/django/management/commands/clean_kombu_messages.py -> build/lib/kombu/transport/django/management/commands copying kombu/transport/django/management/commands/__init__.py -> build/lib/kombu/transport/django/management/commands creating build/lib/kombu/tests copying kombu/tests/test_syn.py -> build/lib/kombu/tests copying kombu/tests/test_simple.py -> build/lib/kombu/tests copying kombu/tests/test_serialization.py -> build/lib/kombu/tests copying kombu/tests/test_pools.py -> build/lib/kombu/tests copying kombu/tests/test_pidbox.py -> build/lib/kombu/tests copying kombu/tests/test_mixins.py -> build/lib/kombu/tests copying kombu/tests/test_messaging.py -> build/lib/kombu/tests copying kombu/tests/test_log.py -> build/lib/kombu/tests copying kombu/tests/test_entities.py -> build/lib/kombu/tests copying kombu/tests/test_connection.py -> build/lib/kombu/tests copying kombu/tests/test_compression.py -> build/lib/kombu/tests copying kombu/tests/test_compat.py -> build/lib/kombu/tests copying kombu/tests/test_common.py -> build/lib/kombu/tests copying kombu/tests/test_clocks.py -> build/lib/kombu/tests copying kombu/tests/mocks.py -> build/lib/kombu/tests copying kombu/tests/case.py -> build/lib/kombu/tests copying kombu/tests/__init__.py -> build/lib/kombu/tests creating build/lib/kombu/tests/utils copying kombu/tests/utils/test_utils.py -> build/lib/kombu/tests/utils copying kombu/tests/utils/test_functional.py -> build/lib/kombu/tests/utils copying kombu/tests/utils/test_encoding.py -> build/lib/kombu/tests/utils copying kombu/tests/utils/test_debug.py -> build/lib/kombu/tests/utils copying kombu/tests/utils/test_amq_manager.py -> build/lib/kombu/tests/utils copying kombu/tests/utils/__init__.py -> build/lib/kombu/tests/utils creating build/lib/kombu/tests/transport copying kombu/tests/transport/test_transport.py -> build/lib/kombu/tests/transport copying kombu/tests/transport/test_SQS.py -> build/lib/kombu/tests/transport copying kombu/tests/transport/test_sqlalchemy.py -> build/lib/kombu/tests/transport copying kombu/tests/transport/test_redis.py -> build/lib/kombu/tests/transport copying kombu/tests/transport/test_qpid.py -> build/lib/kombu/tests/transport copying kombu/tests/transport/test_pyamqp.py -> build/lib/kombu/tests/transport copying kombu/tests/transport/test_mongodb.py -> build/lib/kombu/tests/transport copying kombu/tests/transport/test_memory.py -> build/lib/kombu/tests/transport copying kombu/tests/transport/test_librabbitmq.py -> build/lib/kombu/tests/transport copying kombu/tests/transport/test_filesystem.py -> build/lib/kombu/tests/transport copying kombu/tests/transport/test_base.py -> build/lib/kombu/tests/transport copying kombu/tests/transport/test_amqplib.py -> build/lib/kombu/tests/transport copying kombu/tests/transport/__init__.py -> build/lib/kombu/tests/transport creating build/lib/kombu/tests/transport/virtual copying kombu/tests/transport/virtual/test_scheduling.py -> build/lib/kombu/tests/transport/virtual copying kombu/tests/transport/virtual/test_exchange.py -> build/lib/kombu/tests/transport/virtual copying kombu/tests/transport/virtual/test_base.py -> build/lib/kombu/tests/transport/virtual copying kombu/tests/transport/virtual/__init__.py -> build/lib/kombu/tests/transport/virtual creating build/lib/kombu/tests/async copying kombu/tests/async/test_semaphore.py -> build/lib/kombu/tests/async copying kombu/tests/async/test_hub.py -> build/lib/kombu/tests/async copying kombu/tests/async/__init__.py -> build/lib/kombu/tests/async creating build/lib/kombu/async copying kombu/async/timer.py -> build/lib/kombu/async copying kombu/async/semaphore.py -> build/lib/kombu/async copying kombu/async/hub.py -> build/lib/kombu/async copying kombu/async/debug.py -> build/lib/kombu/async copying kombu/async/__init__.py -> build/lib/kombu/async + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.NI3kXk + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64 + cd kombu-3.0.36 + rm -rf /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64 + 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-kombu-3.0.36-1.el7.centos.x86_64 ' running install running build running build_py running install_lib creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64 creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35 creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-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-kombu-3.0.36-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-kombu-3.0.36-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-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/async copying build/lib/kombu/async/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/async copying build/lib/kombu/async/debug.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/async copying build/lib/kombu/async/hub.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/async copying build/lib/kombu/async/semaphore.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/async copying build/lib/kombu/async/timer.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/async creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/async copying build/lib/kombu/tests/async/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/async copying build/lib/kombu/tests/async/test_hub.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/async copying build/lib/kombu/tests/async/test_semaphore.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/async creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/transport creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/transport/virtual copying build/lib/kombu/tests/transport/virtual/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/transport/virtual copying build/lib/kombu/tests/transport/virtual/test_base.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/transport/virtual copying build/lib/kombu/tests/transport/virtual/test_exchange.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/transport/virtual copying build/lib/kombu/tests/transport/virtual/test_scheduling.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/transport/virtual copying build/lib/kombu/tests/transport/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/transport copying build/lib/kombu/tests/transport/test_amqplib.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/transport copying build/lib/kombu/tests/transport/test_base.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/transport copying build/lib/kombu/tests/transport/test_filesystem.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/transport copying build/lib/kombu/tests/transport/test_librabbitmq.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/transport copying build/lib/kombu/tests/transport/test_memory.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/transport copying build/lib/kombu/tests/transport/test_mongodb.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/transport copying build/lib/kombu/tests/transport/test_pyamqp.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/transport copying build/lib/kombu/tests/transport/test_qpid.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/transport copying build/lib/kombu/tests/transport/test_redis.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/transport copying build/lib/kombu/tests/transport/test_sqlalchemy.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/transport copying build/lib/kombu/tests/transport/test_SQS.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/transport copying build/lib/kombu/tests/transport/test_transport.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/transport creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/utils copying build/lib/kombu/tests/utils/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/utils copying build/lib/kombu/tests/utils/test_amq_manager.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/utils copying build/lib/kombu/tests/utils/test_debug.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/utils copying build/lib/kombu/tests/utils/test_encoding.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/utils copying build/lib/kombu/tests/utils/test_functional.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/utils copying build/lib/kombu/tests/utils/test_utils.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests/utils copying build/lib/kombu/tests/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests copying build/lib/kombu/tests/case.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests copying build/lib/kombu/tests/mocks.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests copying build/lib/kombu/tests/test_clocks.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests copying build/lib/kombu/tests/test_common.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests copying build/lib/kombu/tests/test_compat.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests copying build/lib/kombu/tests/test_compression.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests copying build/lib/kombu/tests/test_connection.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests copying build/lib/kombu/tests/test_entities.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests copying build/lib/kombu/tests/test_log.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests copying build/lib/kombu/tests/test_messaging.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests copying build/lib/kombu/tests/test_mixins.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests copying build/lib/kombu/tests/test_pidbox.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests copying build/lib/kombu/tests/test_pools.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests copying build/lib/kombu/tests/test_serialization.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests copying build/lib/kombu/tests/test_simple.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests copying build/lib/kombu/tests/test_syn.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/tests creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/django creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/django/management creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/django/management/commands copying build/lib/kombu/transport/django/management/commands/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/django/management/commands copying build/lib/kombu/transport/django/management/commands/clean_kombu_messages.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/django/management/commands copying build/lib/kombu/transport/django/management/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/django/management creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/django/migrations copying build/lib/kombu/transport/django/migrations/0001_initial.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/django/migrations copying build/lib/kombu/transport/django/migrations/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/django/migrations creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/django/south_migrations copying build/lib/kombu/transport/django/south_migrations/0001_initial.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/django/south_migrations copying build/lib/kombu/transport/django/south_migrations/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/django/south_migrations copying build/lib/kombu/transport/django/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/django copying build/lib/kombu/transport/django/managers.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/django copying build/lib/kombu/transport/django/models.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/django creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/sqlalchemy copying build/lib/kombu/transport/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/sqlalchemy copying build/lib/kombu/transport/sqlalchemy/models.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/sqlalchemy creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/virtual copying build/lib/kombu/transport/virtual/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/virtual copying build/lib/kombu/transport/virtual/exchange.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/virtual copying build/lib/kombu/transport/virtual/scheduling.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport/virtual copying build/lib/kombu/transport/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/amqplib.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/base.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/beanstalk.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/couchdb.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/filesystem.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/librabbitmq.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/memory.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/mongodb.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/pyamqp.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/pyro.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/qpid.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/redis.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/SLMQ.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/SQS.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/zmq.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/zookeeper.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/transport creating /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/amq_manager.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/compat.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/debug.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/encoding.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/eventio.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/functional.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/limits.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/text.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/url.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/__init__.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/abstract.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/clocks.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/common.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/compat.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/compression.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/connection.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/entity.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/exceptions.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/five.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/log.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/message.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/messaging.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/mixins.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/pidbox.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/pools.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/serialization.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/simple.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/syn.py -> /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu running install_egg_info running egg_info writing kombu.egg-info/PKG-INFO writing requirements to kombu.egg-info/requires.txt writing dependency_links to kombu.egg-info/dependency_links.txt writing top-level names to kombu.egg-info/top_level.txt reading manifest file 'kombu.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' writing manifest file 'kombu.egg-info/SOURCES.txt' Copying kombu.egg-info to /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/lib/python3.5/site-packages/kombu-3.0.36-py3.5.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/kombu-3.0.36 /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-kombu-3.0.36-1.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WPSrIL + umask 022 + cd /builddir/build/BUILD + cd kombu-3.0.36 + DOCDIR=/builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/share/doc/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/share/doc/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36 + cp -pr AUTHORS /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/share/doc/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36 + cp -pr Changelog /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/share/doc/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36 + cp -pr FAQ /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/share/doc/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36 + cp -pr LICENSE /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/share/doc/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36 + cp -pr README.rst /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/share/doc/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36 + cp -pr THANKS /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/share/doc/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36 + cp -pr TODO /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/share/doc/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36 + cp -pr examples/ /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64/opt/rh/pcreech17-pulp-scl-demo-python35/root/usr/share/doc/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36 + exit 0 Provides: pcreech17-pulp-scl-demo-python35-python-kombu = 3.0.36-1.el7.centos pcreech17-pulp-scl-demo-python35-python-kombu(x86-64) = 3.0.36-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: pcreech17-pulp-scl-demo-python35-python(abi) = 3.5 pcreech17-pulp-scl-demo-python35-runtime Processing files: pcreech17-pulp-scl-demo-python35-python-kombu-debuginfo-3.0.36-1.el7.centos.x86_64 Provides: scl-package(pcreech17-pulp-scl-demo-python35) pcreech17-pulp-scl-demo-python35-python-kombu-debuginfo = 3.0.36-1.el7.centos pcreech17-pulp-scl-demo-python35-python-kombu-debuginfo(x86-64) = 3.0.36-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-kombu-3.0.36-1.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-298719065.novalocal Wrote: /builddir/build/RPMS/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/pcreech17-pulp-scl-demo-python35-python-kombu-debuginfo-3.0.36-1.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xdhnpC + umask 022 + cd /builddir/build/BUILD + cd kombu-3.0.36 + rm -rf /builddir/build/BUILDROOT/pcreech17-pulp-scl-demo-python35-python-kombu-3.0.36-1.el7.centos.x86_64 + exit 0 Child return code was: 0