Mock Version: 1.3.4
ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-sabyenc.spec'], nspawn_args=[]timeout=0logger=<mockbuild.trace_decorator.getLog object at 0x7f6bc8732860>user='mockbuild'env={'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'TERM': 'vt100'}gid=135chrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-10481/root'uid=1001printOutput=Falseshell=False)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-sabyenc.spec'] with env {'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'TERM': 'vt100'} and shell False
sh: /usr/bin/python: No such file or directory
sh: /usr/bin/python: No such file or directory
Building target platforms: x86_64
Building for target x86_64
Wrote: /builddir/build/SRPMS/python-sabyenc-3.0.2-1.fc27.nuxref.src.rpm
Child return code was: 0
ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-sabyenc.spec'], nspawn_args=[]timeout=0logger=<mockbuild.trace_decorator.getLog object at 0x7f6bc8732860>user='mockbuild'env={'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'TERM': 'vt100'}gid=135chrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-10481/root'uid=1001printOutput=Falseshell=False)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-sabyenc.spec'] with env {'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'TERM': 'vt100'} and shell False
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.2DRm6O
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf sabyenc-3.0.2
+ /usr/bin/gzip -dc /builddir/build/SOURCES/sabyenc-3.0.2.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd sabyenc-3.0.2
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/rm -rf sabyenc.egg-info
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1bKdby
+ umask 022
+ cd /builddir/build/BUILD
+ cd sabyenc-3.0.2
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic'
+ /usr/bin/python setup.py build
running build
running build_ext
building 'sabyenc' extension
creating build
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/src
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fPIC -I/usr/include/python2.7 -c src/sabyenc.c -o build/temp.linux-x86_64-2.7/src/sabyenc.o -O2
creating build/lib.linux-x86_64-2.7
gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic build/temp.linux-x86_64-2.7/src/sabyenc.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/sabyenc.so
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nwJa9h
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64
++ dirname /builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64
+ cd sabyenc-3.0.2
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64
+ /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64 --prefix=/usr
running install
running install_lib
creating /builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64
creating /builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64/usr
creating /builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64/usr/lib64
creating /builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64/usr/lib64/python2.7
creating /builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64/usr/lib64/python2.7/site-packages
copying build/lib.linux-x86_64-2.7/sabyenc.so -> /builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64/usr/lib64/python2.7/site-packages
writing byte-compilation script '/tmp/tmp_7wx2A.py'
/usr/bin/python -O /tmp/tmp_7wx2A.py
removing /tmp/tmp_7wx2A.py
running install_egg_info
running egg_info
creating sabyenc.egg-info
writing sabyenc.egg-info/PKG-INFO
writing top-level names to sabyenc.egg-info/top_level.txt
writing dependency_links to sabyenc.egg-info/dependency_links.txt
writing manifest file 'sabyenc.egg-info/SOURCES.txt'
reading manifest file 'sabyenc.egg-info/SOURCES.txt'
writing manifest file 'sabyenc.egg-info/SOURCES.txt'
Copying sabyenc.egg-info to /builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64/usr/lib64/python2.7/site-packages/sabyenc-3.0.2-py2.7.egg-info
running install_scripts
+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --ver-rel 3.0.2-1.fc27.nuxref --unique-debug-arch x86_64 --unique-debug-src-base python-sabyenc --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/sabyenc-3.0.2
extracting debug info from /builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64/usr/lib64/python2.7/site-packages/sabyenc.so
dwz: Too few files for multifile optimization
/usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
cpio: blank line ignored
49 blocks
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/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-sabyenc-3.0.2-1.fc27.nuxref.x86_64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7
Bytecompiling .py files below /builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64/usr/lib64/python2.7 using /usr/bin/python2.7
+ /usr/lib/rpm/brp-python-hardlink
Processing files: python-sabyenc-3.0.2-1.fc27.nuxref.x86_64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DqPV12
+ umask 022
+ cd /builddir/build/BUILD
+ cd sabyenc-3.0.2
+ DOCDIR=/builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64/usr/share/doc/python-sabyenc
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64/usr/share/doc/python-sabyenc
+ cp -pr PKG-INFO /builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64/usr/share/doc/python-sabyenc
+ exit 0
Provides: python-sabyenc = 3.0.2-1.fc27.nuxref python-sabyenc(x86-64) = 3.0.2-1.fc27.nuxref python2.7dist(sabyenc) = 3.0.2 python2dist(sabyenc) = 3.0.2
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH)
Processing files: python-sabyenc-debuginfo-3.0.2-1.fc27.nuxref.x86_64
Provides: python-sabyenc-debuginfo = 3.0.2-1.fc27.nuxref python-sabyenc-debuginfo(x86-64) = 3.0.2-1.fc27.nuxref
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64
Wrote: /builddir/build/RPMS/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64.rpm
Wrote: /builddir/build/RPMS/python-sabyenc-debuginfo-3.0.2-1.fc27.nuxref.x86_64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.i9kLiQ
+ umask 022
+ cd /builddir/build/BUILD
+ cd sabyenc-3.0.2
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/python-sabyenc-3.0.2-1.fc27.nuxref.x86_64
+ exit 0
Child return code was: 0