Mock Version: 1.2.13 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/apg.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-c9ae66a0655374d0a064e6d243527e4d3f91419b/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=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/apg.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: bogus date in %changelog: Fri Apr 7 2005 Michael Schwendt Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/apg-2.3.0b-24.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/apg.spec '], chrootPath='/var/lib/mock/epel-1-armhfp-c9ae66a0655374d0a064e6d243527e4d3f91419b/root'shell=Falseuid=996env={'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/apg.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: bogus date in %changelog: Fri Apr 7 2005 Michael Schwendt Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.HffTmh + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf apg-2.3.0b + /usr/bin/gzip -dc /builddir/build/SOURCES/apg-2.3.0b.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd apg-2.3.0b + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (apg-2.3.0b-gen_rand_pass.patch): + echo 'Patch #0 (apg-2.3.0b-gen_rand_pass.patch):' + /usr/bin/cat /builddir/build/SOURCES/apg-2.3.0b-gen_rand_pass.patch + /usr/bin/patch -p1 -b --suffix .gen_rand_pass --fuzz=0 patching file apg.c Patch #1 (apg-2.3.0b-null-crypt.patch): + echo 'Patch #1 (apg-2.3.0b-null-crypt.patch):' + /usr/bin/cat /builddir/build/SOURCES/apg-2.3.0b-null-crypt.patch + /usr/bin/patch -p1 --fuzz=0 patching file restrict.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xXUdvh + umask 022 + cd /builddir/build/BUILD + cd apg-2.3.0b + make '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' 'FLAGS=-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' -j4 cliserv 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 -DCLISERV -o apgd bloom.c ./sha/sha.c ./cast/cast.c rnd.c pronpass.c randpass.c restrict.c errors.c apg.c getopt.c convert.c -lm -lcrypt 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 -DAPGBFM -o apgbfm apgbfm.c bloom.c sha/sha.c errors.c getopt.c convert.c -lm apgbfm.c: In function 'main': apgbfm.c:82:7: warning: variable 'case_insensitive_flag' set but not used [-Wunused-but-set-variable] flag case_insensitive_flag = FALSE; /* -q */ ^ apgbfm.c:215:24: warning: 'word' may be used uninitialized in this function [-Wmaybe-uninitialized] switch(check_word (word, f_filter, filter_size, flt_mode)) ^ apgbfm.c:286:8: warning: 'filter' may be used uninitialized in this function [-Wmaybe-uninitialized] if( (f_filter = create_filter(filter, wc, flt_mode)) == NULL) ^ apgbfm.c:277:9: warning: 'dictfile' may be used uninitialized in this function [-Wmaybe-uninitialized] if ( (f_dictfile = fopen(dictfile,"r")) == NULL) ^ ./cast/cast.c: In function 'cast_setkey': ./cast/cast.c:170:23: warning: 'z[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] ^ ^ ./cast/cast.c:161:47: warning: 'z[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] t[0] = x[0] = z[2] ^ cast_sbox5[U8b(z[1])] ^ ^ ./cast/cast.c:167:23: warning: 'z[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] ^ ^ ./cast/cast.c:164:23: warning: 'z[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] ^ ^ ./cast/cast.c:129:5: warning: 't[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] u32 t[4], z[4], x[4]; ^ ./cast/cast.c:129:5: warning: 't[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] ./cast/cast.c:12:25: warning: 't[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] #define U8a(x) ( (u8) (x>>24) ) ^ ./cast/cast.c:129:5: note: 't[1]' was declared here u32 t[4], z[4], x[4]; ^ ./cast/cast.c:12:25: warning: 't[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] #define U8a(x) ( (u8) (x>>24) ) ^ ./cast/cast.c:129:5: note: 't[0]' was declared here u32 t[4], z[4], x[4]; ^ rnd.c: In function 'x917_setseed': rnd.c:196:4: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread( (void *)&drs[0], 8, 1, dr); ^ rnd.c:203:4: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread( (void *)&drs[0], 8, 1, dr); ^ apg.c: In function 'main': apg.c:421:12: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (0, (void*) out_pass, strlen(out_pass)); ^ apg.c:422:12: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (0, (void*)&delim[0],2); ^ apg.c:461:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (0, (void*) out_pass, strlen(out_pass)); ^ apg.c:462:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (0, (void*)&delim[0],2); ^ apg.c:535:12: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (0, (void*)pass_string, strlen(pass_string)); ^ apg.c:536:12: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (0, (void*)&delim[0],2); ^ apg.c:570:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (0, (void*)pass_string, strlen(pass_string)); ^ apg.c:571:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (0, (void*)&delim[0],2); ^ apg.c:512:24: warning: 'plain_restrictions_file' may be used uninitialized in this function [-Wmaybe-uninitialized] restrict_res = check_pass(pass_string, plain_restrictions_file); ^ apg.c:498:21: warning: 'restrictions_file' may be used uninitialized in this function [-Wmaybe-uninitialized] restrict_res = paranoid_bloom_check_pass(pass_string, restrictions_file, min_substr_len); ^ + make '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' 'FLAGS=-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' -j4 standalone 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 -DAPG_USE_CRYPT -o apg bloom.c ./sha/sha.c ./cast/cast.c rnd.c pronpass.c randpass.c restrict.c errors.c apg.c getopt.c convert.c -lm -lcrypt ./cast/cast.c: In function 'cast_setkey': ./cast/cast.c:170:23: warning: 'z[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] ^ ^ ./cast/cast.c:161:47: warning: 'z[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] t[0] = x[0] = z[2] ^ cast_sbox5[U8b(z[1])] ^ ^ ./cast/cast.c:167:23: warning: 'z[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] ^ ^ ./cast/cast.c:164:23: warning: 'z[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] ^ ^ ./cast/cast.c:129:5: warning: 't[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] u32 t[4], z[4], x[4]; ^ ./cast/cast.c:129:5: warning: 't[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] ./cast/cast.c:12:25: warning: 't[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] #define U8a(x) ( (u8) (x>>24) ) ^ ./cast/cast.c:129:5: note: 't[1]' was declared here u32 t[4], z[4], x[4]; ^ ./cast/cast.c:12:25: warning: 't[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] #define U8a(x) ( (u8) (x>>24) ) ^ ./cast/cast.c:129:5: note: 't[0]' was declared here u32 t[4], z[4], x[4]; ^ rnd.c: In function 'x917_setseed': rnd.c:196:4: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread( (void *)&drs[0], 8, 1, dr); ^ rnd.c:203:4: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] (void)fread( (void *)&drs[0], 8, 1, dr); ^ apg.c: In function 'main': apg.c:562:22: warning: 'spell_pass_string' may be used uninitialized in this function [-Wmaybe-uninitialized] spell_pass_string = spell_word(pass_string, spell_pass_string); ^ apg.c:512:24: warning: 'plain_restrictions_file' may be used uninitialized in this function [-Wmaybe-uninitialized] restrict_res = check_pass(pass_string, plain_restrictions_file); ^ apg.c:498:21: warning: 'restrictions_file' may be used uninitialized in this function [-Wmaybe-uninitialized] restrict_res = paranoid_bloom_check_pass(pass_string, restrictions_file, min_substr_len); ^ + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Ag0RBb + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm ++ dirname /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm + cd apg-2.3.0b + '[' /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm + install -D apg /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/bin/apg + install -D apgbfm /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/bin/apgbfm + install -D apgd /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/sbin/apgd + install -D -m 644 doc/man/apg.1 /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/share/man/man1/apg.1 + install -D -m 644 doc/man/apgbfm.1 /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/share/man/man1/apgbfm.1 + install -D -m 644 doc/man/apgd.8 /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/share/man/man8/apgd.8 + install -d -m 755 /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/lib/systemd/system + install -p -m 644 /builddir/build/SOURCES/apg.socket /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/lib/systemd/system/apg.socket + install -p -m 644 /builddir/build/SOURCES/apg@.service /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/lib/systemd/system/apg@.service + /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/apg-2.3.0b extracting debug info from /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/bin/apgbfm extracting debug info from /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/bin/apg extracting debug info from /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/sbin/apgd /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 458 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: apg-2.3.0b-24.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wHEbUO + umask 022 + cd /builddir/build/BUILD + cd apg-2.3.0b + DOCDIR=/builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/share/doc/apg-2.3.0b + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/share/doc/apg-2.3.0b + cp -pr CHANGES /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/share/doc/apg-2.3.0b + cp -pr COPYING /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/share/doc/apg-2.3.0b + cp -pr README /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/share/doc/apg-2.3.0b + cp -pr THANKS /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/share/doc/apg-2.3.0b + cp -pr TODO /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/share/doc/apg-2.3.0b + cp -pr doc/rfc0972.txt doc/rfc1750.txt /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm/usr/share/doc/apg-2.3.0b + exit 0 Provides: apg = 2.3.0b-24.el7 apg(armv7hl-32) = 2.3.0b-24.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh grep systemd-units Requires(preun): /bin/sh systemd-units Requires(postun): /bin/sh systemd-units Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libcrypt.so.1 libcrypt.so.1(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libm.so.6 libm.so.6(GLIBC_2.4) rtld(GNU_HASH) Processing files: apg-debuginfo-2.3.0b-24.el7.armv7hl Provides: apg-debuginfo = 2.3.0b-24.el7 apg-debuginfo(armv7hl-32) = 2.3.0b-24.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/apg-2.3.0b-24.el7.arm Wrote: /builddir/build/RPMS/apg-2.3.0b-24.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/apg-debuginfo-2.3.0b-24.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nPWcw8 + umask 022 + cd /builddir/build/BUILD + cd apg-2.3.0b + '[' /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/apg-2.3.0b-24.el7.arm + exit 0 Child return code was: 0 LEAVE do -->