Mock Version: 1.2.13 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/bcrypt.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-26b3a3b0ea9062bbe2e8acb81d12316095b0ff64/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=995) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --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: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/bcrypt-1.1-12.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/bcrypt.spec '], chrootPath='/var/lib/mock/epel-1-armhfp-26b3a3b0ea9062bbe2e8acb81d12316095b0ff64/root'shell=Falseuid=995env={'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=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --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: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sc06iB + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf bcrypt-1.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/bcrypt-1.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd bcrypt-1.1 + /usr/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.S2fLH3 + umask 022 + cd /builddir/build/BUILD + cd bcrypt-1.1 + /usr/bin/make -j4 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c main.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c blowfish.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c rwfile.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c keys.c keys.c: In function 'mutateKey': keys.c:88:3: warning: pointer targets in passing argument 2 of 'Blowfish_Init' differ in signedness [-Wpointer-sign] Blowfish_Init(&ctx, *key, strlen(*key)); ^ In file included from functions.h:11:0, from keys.c:12: blowfish.h:15:6: note: expected 'unsigned char *' but argument is of type 'char *' void Blowfish_Init(BLOWFISH_CTX *ctx, unsigned char *key, int keyLen); ^ keys.c: In function 'getkey': keys.c:32:8: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(key, MAXKEYBYTES + 1, stdin); ^ keys.c:39:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(key, MAXKEYBYTES + 1, stdin); ^ keys.c:55:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(key2, MAXKEYBYTES + 1, stdin); ^ gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c wrapbf.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c endian.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -c wrapzl.c wrapbf.c: In function 'BFEncrypt': wrapbf.c:31:3: warning: pointer targets in passing argument 2 of 'Blowfish_Init' differ in signedness [-Wpointer-sign] Blowfish_Init (&ctx, key, MAXKEYBYTES); ^ In file included from functions.h:11:0, from wrapbf.c:12: blowfish.h:15:6: note: expected 'unsigned char *' but argument is of type 'char *' void Blowfish_Init(BLOWFISH_CTX *ctx, unsigned char *key, int keyLen); ^ wrapbf.c: In function 'BFDecrypt': wrapbf.c:84:3: warning: pointer targets in passing argument 2 of 'Blowfish_Init' differ in signedness [-Wpointer-sign] Blowfish_Init (&ctx, mykey, MAXKEYBYTES); ^ In file included from functions.h:11:0, from wrapbf.c:12: blowfish.h:15:6: note: expected 'unsigned char *' but argument is of type 'char *' void Blowfish_Init(BLOWFISH_CTX *ctx, unsigned char *key, int keyLen); ^ gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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.xDew7J + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/bcrypt-1.1-12.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/bcrypt-1.1-12.el7.arm ++ dirname /builddir/build/BUILDROOT/bcrypt-1.1-12.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/bcrypt-1.1-12.el7.arm + cd bcrypt-1.1 + rm -rf /builddir/build/BUILDROOT/bcrypt-1.1-12.el7.arm + /usr/bin/make install PREFIX=/builddir/build/BUILDROOT/bcrypt-1.1-12.el7.arm/usr mkdir -p /builddir/build/BUILDROOT/bcrypt-1.1-12.el7.arm/usr/bin;\ mkdir -p /builddir/build/BUILDROOT/bcrypt-1.1-12.el7.arm/usr/share/man/man1;\ cp bcrypt /builddir/build/BUILDROOT/bcrypt-1.1-12.el7.arm/usr/bin;\ cp bcrypt.1 /builddir/build/BUILDROOT/bcrypt-1.1-12.el7.arm/usr/share/man/man1;\ chmod 755 /builddir/build/BUILDROOT/bcrypt-1.1-12.el7.arm/usr/bin/bcrypt;\ chmod 644 /builddir/build/BUILDROOT/bcrypt-1.1-12.el7.arm/usr/share/man/man1/bcrypt.1 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/bcrypt-1.1 extracting debug info from /builddir/build/BUILDROOT/bcrypt-1.1-12.el7.arm/usr/bin/bcrypt dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 75 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 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: bcrypt-1.1-12.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.3Bf7kB + umask 022 + cd /builddir/build/BUILD + cd bcrypt-1.1 + DOCDIR=/builddir/build/BUILDROOT/bcrypt-1.1-12.el7.arm/usr/share/doc/bcrypt-1.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bcrypt-1.1-12.el7.arm/usr/share/doc/bcrypt-1.1 + cp -pr LICENSE /builddir/build/BUILDROOT/bcrypt-1.1-12.el7.arm/usr/share/doc/bcrypt-1.1 + cp -pr README /builddir/build/BUILDROOT/bcrypt-1.1-12.el7.arm/usr/share/doc/bcrypt-1.1 + exit 0 Provides: bcrypt = 1.1-12.el7 bcrypt(armv7hl-32) = 1.1-12.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libz.so.1 rtld(GNU_HASH) Processing files: bcrypt-debuginfo-1.1-12.el7.armv7hl Provides: bcrypt-debuginfo = 1.1-12.el7 bcrypt-debuginfo(armv7hl-32) = 1.1-12.el7 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/bcrypt-1.1-12.el7.arm Wrote: /builddir/build/RPMS/bcrypt-1.1-12.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/bcrypt-debuginfo-1.1-12.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.D6nWXR + umask 022 + cd /builddir/build/BUILD + cd bcrypt-1.1 + rm -rf /builddir/build/BUILDROOT/bcrypt-1.1-12.el7.arm + exit 0 Child return code was: 0 LEAVE do -->