Mock Version: 1.1.32 Mock Version: 1.1.32 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/py-bcrypt.spec'], False, '/var/lib/mock/f20-build-1792595-311550/root/', None, 86400, True, False, 500, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/py-bcrypt.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: buildvm-15.phx2.fedoraproject.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/py-bcrypt-0.3-2.fc20.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/py-bcrypt.spec'], False, '/var/lib/mock/f20-build-1792595-311550/root/', None, 86400, True, False, 500, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/py-bcrypt.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.2AToMI + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf py-bcrypt-0.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/py-bcrypt-0.3.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd py-bcrypt-0.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.I0AxfQ + umask 022 + cd /builddir/build/BUILD + cd py-bcrypt-0.3 + /usr/bin/python setup.py build running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/bcrypt copying bcrypt/__init__.py -> build/lib.linux-x86_64-2.7/bcrypt running build_ext building 'bcrypt._bcrypt' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/bcrypt gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c bcrypt/bcrypt_python.c -o build/temp.linux-x86_64-2.7/bcrypt/bcrypt_python.o bcrypt/bcrypt_python.c: In function 'bcrypt_encode_salt': bcrypt/bcrypt_python.c:56:2: warning: pointer targets in passing argument 2 of 'encode_salt' differ in signedness [-Wpointer-sign] encode_salt(ret, csalt, csaltlen, log_rounds); ^ bcrypt/bcrypt_python.c:29:6: note: expected 'u_int8_t *' but argument is of type 'char *' void encode_salt(char *, u_int8_t *, u_int16_t, u_int8_t); ^ gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c bcrypt/blowfish.c -o build/temp.linux-x86_64-2.7/bcrypt/blowfish.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c bcrypt/bcrypt.c -o build/temp.linux-x86_64-2.7/bcrypt/bcrypt.o gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/bcrypt/bcrypt_python.o build/temp.linux-x86_64-2.7/bcrypt/blowfish.o build/temp.linux-x86_64-2.7/bcrypt/bcrypt.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/bcrypt/_bcrypt.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.YCzXfZ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64 ++ dirname /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64 + cd py-bcrypt-0.3 + rm -rf /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64 + /usr/bin/python setup.py install -O1 --skip-build --root=/builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64 --prefix=/usr running install running install_lib creating /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64 creating /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64/usr creating /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64/usr/lib64/python2.7/site-packages/bcrypt copying build/lib.linux-x86_64-2.7/bcrypt/_bcrypt.so -> /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64/usr/lib64/python2.7/site-packages/bcrypt copying build/lib.linux-x86_64-2.7/bcrypt/__init__.py -> /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64/usr/lib64/python2.7/site-packages/bcrypt byte-compiling /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64/usr/lib64/python2.7/site-packages/bcrypt/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpEmGkQf.py' /usr/bin/python -O /tmp/tmpEmGkQf.py removing /tmp/tmpEmGkQf.py running install_egg_info Writing /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64/usr/lib64/python2.7/site-packages/py_bcrypt-0.3-py2.7.egg-info + /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/py-bcrypt-0.3 extracting debug info from /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64/usr/lib64/python2.7/site-packages/bcrypt/_bcrypt.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 66 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /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/py-bcrypt-0.3-2.fc20.x86_64/usr/lib64/python2.7/ using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: py-bcrypt-0.3-2.fc20.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ez5y7b + umask 022 + cd /builddir/build/BUILD + cd py-bcrypt-0.3 + DOCDIR=/builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64/usr/share/doc/py-bcrypt + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64/usr/share/doc/py-bcrypt + cp -pr LICENSE /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64/usr/share/doc/py-bcrypt + cp -pr MANIFEST.in /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64/usr/share/doc/py-bcrypt + cp -pr README /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64/usr/share/doc/py-bcrypt + cp -pr TODO /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64/usr/share/doc/py-bcrypt + exit 0 Provides: py-bcrypt = 0.3-2.fc20 py-bcrypt(x86-64) = 0.3-2.fc20 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: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(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: py-bcrypt-debuginfo-0.3-2.fc20.x86_64 Provides: py-bcrypt-debuginfo = 0.3-2.fc20 py-bcrypt-debuginfo(x86-64) = 0.3-2.fc20 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/py-bcrypt-0.3-2.fc20.x86_64 warning: Could not canonicalize hostname: buildvm-15.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/py-bcrypt-0.3-2.fc20.x86_64.rpm Wrote: /builddir/build/RPMS/py-bcrypt-debuginfo-0.3-2.fc20.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.w4zzuY + umask 022 + cd /builddir/build/BUILD + cd py-bcrypt-0.3 + rm -rf /builddir/build/BUILDROOT/py-bcrypt-0.3-2.fc20.x86_64 + exit 0 Child return code was: 0 LEAVE do -->