Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-cbor2.spec'], chrootPath='/var/lib/mock/695334-epel-7-x86_64-1515171861.455795/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]printOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-cbor2.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: copr-builder-384007440.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-cbor2-4.0.1-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-cbor2.spec'], chrootPath='/var/lib/mock/695334-epel-7-x86_64-1515171861.455795/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]printOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-cbor2.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.pV9IzV + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cbor2-4.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/cbor2-4.0.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd cbor2-4.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/cbor2-hardcode-version.patch + /usr/bin/patch -s + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Jr1Jbd + umask 022 + cd /builddir/build/BUILD + cd cbor2-4.0.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/cbor2 copying cbor2/types.py -> build/lib/cbor2 copying cbor2/encoder.py -> build/lib/cbor2 copying cbor2/decoder.py -> build/lib/cbor2 copying cbor2/compat.py -> build/lib/cbor2 copying cbor2/__init__.py -> build/lib/cbor2 + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.zAH0Ry + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64 + cd cbor2-4.0.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr creating /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/cbor2 copying build/lib/cbor2/__init__.py -> /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/cbor2 copying build/lib/cbor2/compat.py -> /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/cbor2 copying build/lib/cbor2/decoder.py -> /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/cbor2 copying build/lib/cbor2/encoder.py -> /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/cbor2 copying build/lib/cbor2/types.py -> /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/cbor2 byte-compiling /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/cbor2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/cbor2/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/cbor2/decoder.py to decoder.pyc byte-compiling /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/cbor2/encoder.py to encoder.pyc byte-compiling /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/cbor2/types.py to types.pyc writing byte-compilation script '/tmp/tmpMNx6_3.py' /usr/bin/python2 -O /tmp/tmpMNx6_3.py removing /tmp/tmpMNx6_3.py running install_egg_info running egg_info writing requirements to cbor2.egg-info/requires.txt writing cbor2.egg-info/PKG-INFO writing top-level names to cbor2.egg-info/top_level.txt writing dependency_links to cbor2.egg-info/dependency_links.txt reading manifest file 'cbor2.egg-info/SOURCES.txt' writing manifest file 'cbor2.egg-info/SOURCES.txt' Copying cbor2.egg-info to /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/cbor2-4.0.1-py2.7.egg-info running install_scripts + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python2-cbor2-4.0.1-1.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fPDWvV + umask 022 + cd /builddir/build/BUILD + cd cbor2-4.0.1 + DOCDIR=/builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr/share/doc/python2-cbor2-4.0.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr/share/doc/python2-cbor2-4.0.1 + cp -pr README.rst /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64/usr/share/doc/python2-cbor2-4.0.1 + exit 0 Provides: python-cbor2 = 4.0.1-1.el7.centos python-cbor2(x86-64) = 4.0.1-1.el7.centos python2-cbor2 = 4.0.1-1.el7.centos python2-cbor2(x86-64) = 4.0.1-1.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-cbor2 < 4.0.1-1.el7.centos Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-384007440.novalocal Wrote: /builddir/build/RPMS/python2-cbor2-4.0.1-1.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.dybCQG + umask 022 + cd /builddir/build/BUILD + cd cbor2-4.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-cbor2-4.0.1-1.el7.centos.x86_64 + exit 0 Child return code was: 0