Mock Version: 1.2.12 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/bcrypt.spec'], chrootPath='/var/lib/mock/epel-6-x86_64-mockbuilder-2893/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/bcrypt.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: copr-builder-331167331.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/bcrypt-1.1-2.el6.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/bcrypt.spec '], chrootPath='/var/lib/mock/epel-6-x86_64-mockbuilder-2893/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/bcrypt.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ruYM2y + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf bcrypt-1.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/bcrypt-1.1.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd bcrypt-1.1 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/perl -pi.orig -e 's|\${PREFIX}/man/man1|\${PREFIX}/share/man/man1|g' Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.hT5xha + umask 022 + cd /builddir/build/BUILD + cd bcrypt-1.1 + LANG=C + export LANG + unset DISPLAY + /usr/bin/make -j2 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c main.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c blowfish.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c rwfile.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c keys.c rwfile.c: In function 'deletefile': rwfile.c:136: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result keys.c: In function 'getkey': keys.c:32: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result keys.c:39: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result keys.c:55: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result keys.c: In function 'mutateKey': keys.c:88: warning: pointer targets in passing argument 2 of 'Blowfish_Init' differ in signedness blowfish.h:15: note: expected 'unsigned char *' but argument is of type 'char *' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c wrapbf.c wrapbf.c: In function 'BFEncrypt': wrapbf.c:31: warning: pointer targets in passing argument 2 of 'Blowfish_Init' differ in signedness blowfish.h:15: note: expected 'unsigned char *' but argument is of type 'char *' wrapbf.c: In function 'BFDecrypt': wrapbf.c:84: warning: pointer targets in passing argument 2 of 'Blowfish_Init' differ in signedness blowfish.h:15: note: expected 'unsigned char *' but argument is of type 'char *' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c endian.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c wrapzl.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o bcrypt main.o blowfish.o rwfile.o keys.o wrapbf.o endian.o wrapzl.o -L/usr/local/lib -lz + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.iE7T7M + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/bcrypt-1.1-2.el6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/bcrypt-1.1-2.el6.x86_64 ++ dirname /builddir/build/BUILDROOT/bcrypt-1.1-2.el6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/bcrypt-1.1-2.el6.x86_64 + cd bcrypt-1.1 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/bcrypt-1.1-2.el6.x86_64 + /usr/bin/make install PREFIX=/builddir/build/BUILDROOT/bcrypt-1.1-2.el6.x86_64/usr mkdir -p /builddir/build/BUILDROOT/bcrypt-1.1-2.el6.x86_64/usr/bin;\ mkdir -p /builddir/build/BUILDROOT/bcrypt-1.1-2.el6.x86_64/usr/share/man/man1;\ cp bcrypt /builddir/build/BUILDROOT/bcrypt-1.1-2.el6.x86_64/usr/bin;\ cp bcrypt.1 /builddir/build/BUILDROOT/bcrypt-1.1-2.el6.x86_64/usr/share/man/man1;\ chmod 755 /builddir/build/BUILDROOT/bcrypt-1.1-2.el6.x86_64/usr/bin/bcrypt;\ chmod 644 /builddir/build/BUILDROOT/bcrypt-1.1-2.el6.x86_64/usr/share/man/man1/bcrypt.1 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/bcrypt-1.1 extracting debug info from /builddir/build/BUILDROOT/bcrypt-1.1-2.el6.x86_64/usr/bin/bcrypt 71 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/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: bcrypt-1.1-2.el6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.at1avq + umask 022 + cd /builddir/build/BUILD + cd bcrypt-1.1 + DOCDIR=/builddir/build/BUILDROOT/bcrypt-1.1-2.el6.x86_64/usr/share/doc/bcrypt-1.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/bcrypt-1.1-2.el6.x86_64/usr/share/doc/bcrypt-1.1 + /bin/mkdir -p /builddir/build/BUILDROOT/bcrypt-1.1-2.el6.x86_64/usr/share/doc/bcrypt-1.1 + cp -pr LICENSE README /builddir/build/BUILDROOT/bcrypt-1.1-2.el6.x86_64/usr/share/doc/bcrypt-1.1 + exit 0 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.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: bcrypt-debuginfo-1.1-2.el6.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/bcrypt-1.1-2.el6.x86_64 warning: Could not canonicalize hostname: copr-builder-331167331.novalocal Wrote: /builddir/build/RPMS/bcrypt-1.1-2.el6.x86_64.rpm Wrote: /builddir/build/RPMS/bcrypt-debuginfo-1.1-2.el6.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.jylz8l + umask 022 + cd /builddir/build/BUILD + cd bcrypt-1.1 + rm -rf /builddir/build/BUILDROOT/bcrypt-1.1-2.el6.x86_64 + exit 0 Child return code was: 0 LEAVE do -->