Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-kombu.spec'], printOutput=FalsechrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-12859/root'uid=1001gid=135nspawn_args=[]timeout=0shell=Falseenv={'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'HOME': '/builddir'}logger=user='mockbuild') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-kombu.spec'] with env {'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'HOME': '/builddir'} and shell False warning: Could not canonicalize hostname: copr-builder-581220766.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/pulp-scl-python-kombu-4.0.2-3.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'], printOutput=FalsechrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-12859/root'uid=1001gid=135nspawn_args=[]timeout=0shell=Falseenv={'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'HOME': '/builddir'}logger=user='mockbuild') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-kombu.spec'] with env {'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'HOME': '/builddir'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wE5jri + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf kombu-4.0.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/kombu-4.0.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd kombu-4.0.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.X4k70V + umask 022 + cd /builddir/build/BUILD + cd kombu-4.0.2 + scl enable pulp-scl ' /opt/rh/rh-python35/root/usr/bin/python3 setup.py build ' running build running build_py creating build creating build/lib creating build/lib/kombu copying kombu/simple.py -> build/lib/kombu copying kombu/serialization.py -> build/lib/kombu copying kombu/resource.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/uuid.py -> build/lib/kombu/utils copying kombu/utils/url.py -> build/lib/kombu/utils copying kombu/utils/time.py -> build/lib/kombu/utils copying kombu/utils/text.py -> build/lib/kombu/utils copying kombu/utils/scheduling.py -> build/lib/kombu/utils copying kombu/utils/objects.py -> build/lib/kombu/utils copying kombu/utils/limits.py -> build/lib/kombu/utils copying kombu/utils/json.py -> build/lib/kombu/utils copying kombu/utils/imports.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/div.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/collections.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/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/etcd.py -> build/lib/kombu/transport copying kombu/transport/consul.py -> build/lib/kombu/transport copying kombu/transport/base.py -> build/lib/kombu/transport copying kombu/transport/__init__.py -> build/lib/kombu/transport 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 creating build/lib/kombu/transport/virtual copying kombu/transport/virtual/exchange.py -> build/lib/kombu/transport/virtual copying kombu/transport/virtual/base.py -> build/lib/kombu/transport/virtual copying kombu/transport/virtual/__init__.py -> build/lib/kombu/transport/virtual creating build/lib/kombu/async/http copying kombu/async/http/curl.py -> build/lib/kombu/async/http copying kombu/async/http/base.py -> build/lib/kombu/async/http copying kombu/async/http/__init__.py -> build/lib/kombu/async/http creating build/lib/kombu/async/aws copying kombu/async/aws/ext.py -> build/lib/kombu/async/aws copying kombu/async/aws/connection.py -> build/lib/kombu/async/aws copying kombu/async/aws/__init__.py -> build/lib/kombu/async/aws creating build/lib/kombu/async/aws/sqs copying kombu/async/aws/sqs/queue.py -> build/lib/kombu/async/aws/sqs copying kombu/async/aws/sqs/message.py -> build/lib/kombu/async/aws/sqs copying kombu/async/aws/sqs/ext.py -> build/lib/kombu/async/aws/sqs copying kombu/async/aws/sqs/connection.py -> build/lib/kombu/async/aws/sqs copying kombu/async/aws/sqs/__init__.py -> build/lib/kombu/async/aws/sqs + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.I1icFA + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64 + cd kombu-4.0.2 + scl enable pulp-scl ' /opt/rh/rh-python35/root/usr/bin/python3 setup.py install --no-compile --root /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64 --install-purelib /opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages ' running install running build running build_py running install_lib creating /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt creating /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp creating /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl creating /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root creating /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr creating /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib creating /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5 creating /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages creating /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu creating /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async creating /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async/aws creating /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async/aws/sqs copying build/lib/kombu/async/aws/sqs/__init__.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async/aws/sqs copying build/lib/kombu/async/aws/sqs/connection.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async/aws/sqs copying build/lib/kombu/async/aws/sqs/ext.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async/aws/sqs copying build/lib/kombu/async/aws/sqs/message.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async/aws/sqs copying build/lib/kombu/async/aws/sqs/queue.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async/aws/sqs copying build/lib/kombu/async/aws/__init__.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async/aws copying build/lib/kombu/async/aws/connection.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async/aws copying build/lib/kombu/async/aws/ext.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async/aws creating /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async/http copying build/lib/kombu/async/http/__init__.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async/http copying build/lib/kombu/async/http/base.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async/http copying build/lib/kombu/async/http/curl.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async/http copying build/lib/kombu/async/__init__.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async copying build/lib/kombu/async/debug.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async copying build/lib/kombu/async/hub.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async copying build/lib/kombu/async/semaphore.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async copying build/lib/kombu/async/timer.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/async creating /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport creating /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport/virtual copying build/lib/kombu/transport/virtual/__init__.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport/virtual copying build/lib/kombu/transport/virtual/base.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport/virtual copying build/lib/kombu/transport/virtual/exchange.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport/virtual copying build/lib/kombu/transport/__init__.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/base.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/consul.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/etcd.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/filesystem.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/librabbitmq.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/memory.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/mongodb.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/pyamqp.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/pyro.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/qpid.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/redis.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/SLMQ.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/SQS.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport copying build/lib/kombu/transport/zookeeper.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/transport creating /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/__init__.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/amq_manager.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/collections.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/compat.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/debug.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/div.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/encoding.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/eventio.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/functional.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/imports.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/json.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/limits.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/objects.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/scheduling.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/text.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/time.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/url.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/utils/uuid.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu/utils copying build/lib/kombu/__init__.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/abstract.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/clocks.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/common.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/compat.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/compression.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/connection.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/entity.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/exceptions.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/five.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/log.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/message.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/messaging.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/mixins.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/pidbox.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/pools.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/resource.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/serialization.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu copying build/lib/kombu/simple.py -> /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu running install_egg_info running egg_info writing kombu.egg-info/PKG-INFO writing top-level names to kombu.egg-info/top_level.txt writing dependency_links to kombu.egg-info/dependency_links.txt writing requirements to kombu.egg-info/requires.txt reading manifest file 'kombu.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' warning: no files found matching '*.py' under directory 'funtests' warning: no files found matching 'setup.cfg' under directory 'funtests' warning: no previously-included files matching '*' found under directory 'docs/_build' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no previously-included files matching '.*.sw*' found under directory '*' writing manifest file 'kombu.egg-info/SOURCES.txt' Copying kombu.egg-info to /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/lib/python3.5/site-packages/kombu-4.0.2-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-4.0.2 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-scl-compress /opt/pulp/pulp-scl/root + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + scl enable rh-python35 '/usr/lib/rpm/redhat/brp-python-bytecompile-with-scl-python-35 /opt/rh/rh-python35/root/usr/bin/python3 1 /opt/pulp/pulp-scl/root' + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Plle3i + umask 022 + cd /builddir/build/BUILD + cd kombu-4.0.2 + DOCDIR=/builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/share/doc/pulp-scl-python-kombu-4.0.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/share/doc/pulp-scl-python-kombu-4.0.2 + cp -pr AUTHORS /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/share/doc/pulp-scl-python-kombu-4.0.2 + cp -pr Changelog /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/share/doc/pulp-scl-python-kombu-4.0.2 + cp -pr FAQ /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/share/doc/pulp-scl-python-kombu-4.0.2 + cp -pr LICENSE /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/share/doc/pulp-scl-python-kombu-4.0.2 + cp -pr README.rst /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/share/doc/pulp-scl-python-kombu-4.0.2 + cp -pr THANKS /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/share/doc/pulp-scl-python-kombu-4.0.2 + cp -pr TODO /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/share/doc/pulp-scl-python-kombu-4.0.2 + cp -pr examples/ /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64/opt/pulp/pulp-scl/root/usr/share/doc/pulp-scl-python-kombu-4.0.2 + exit 0 Provides: pulp-scl-python-kombu = 4.0.2-3.el7.centos pulp-scl-python-kombu(x86-64) = 4.0.2-3.el7.centos scl-package(pulp-scl) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: pulp-scl-runtime rh-python35-python(abi) = 3.5 Processing files: pulp-scl-python-kombu-debuginfo-4.0.2-3.el7.centos.x86_64 Provides: scl-package(pulp-scl) pulp-scl-python-kombu-debuginfo = 4.0.2-3.el7.centos pulp-scl-python-kombu-debuginfo(x86-64) = 4.0.2-3.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/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-581220766.novalocal Wrote: /builddir/build/RPMS/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/pulp-scl-python-kombu-debuginfo-4.0.2-3.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8O2KGX + umask 022 + cd /builddir/build/BUILD + cd kombu-4.0.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pulp-scl-python-kombu-4.0.2-3.el7.centos.x86_64 + exit 0 Child return code was: 0