Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/cowpatty.spec'], user='mockbuild'chrootPath='/var/lib/mock/f27-build-9385001-774111/root'nspawn_args=[]shell=FalseprintOutput=Falselogger=uid=1000gid=425timeout=172800env={'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'HOME': '/builddir'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/cowpatty.spec'] with env {'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'HOME': '/builddir'} and shell False Building target platforms: ppc64 Building for target ppc64 Wrote: /builddir/build/SRPMS/cowpatty-4.6-15.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/cowpatty.spec'], user='mockbuild'chrootPath='/var/lib/mock/f27-build-9385001-774111/root'nspawn_args=[]shell=FalseprintOutput=Falselogger=uid=1000gid=425timeout=172800env={'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'HOME': '/builddir'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/cowpatty.spec'] with env {'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'HOME': '/builddir'} and shell False Building target platforms: ppc64 Building for target ppc64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.trUpSU + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cowpatty-4.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/cowpatty-4.6.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cowpatty-4.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.bj7PjF + umask 022 + cd /builddir/build/BUILD + cd cowpatty-4.6 + make '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 -DOPENSSL' cc -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 -DOPENSSL -c -o md5.o md5.c cc -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 -DOPENSSL -c -o sha1.o sha1.c cc -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 -DOPENSSL -c -o utils.o utils.c cc -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 -DOPENSSL -c -o cowpatty.o cowpatty.c cowpatty.c: In function 'handle_dot1x': cowpatty.c:417:16: warning: variable 'index' set but not used [-Wunused-but-set-variable] int key_info, index; ^~~~~ cowpatty.c: In function 'hashfile_attack': cowpatty.c:691:6: warning: variable 'reclen' set but not used [-Wunused-but-set-variable] int reclen, wordlen; ^~~~~~ cowpatty.c: In function 'dictfile_attack': cowpatty.c:862:45: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] printf("Invalid passphrase length: %s (%u).\n", ~^ %lu passphrase, strlen(passphrase)); ~~~~~~~~~~~~~~~~~~ cc -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 -DOPENSSL -c -o genpmk.o genpmk.c genpmk.c: In function 'main': genpmk.c:249:45: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] printf("Invalid passphrase length: %s (%u).\n", ~^ %lu passphrase, strlen(passphrase)); ~~~~~~~~~~~~~~~~~~ genpmk.c:91:19: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int fret = 0, c, ret; ^~~ cc -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 -DOPENSSL cowpatty.c -o cowpatty utils.o md5.o sha1.o -lpcap -lcrypto cowpatty.c: In function 'handle_dot1x': cowpatty.c:417:16: warning: variable 'index' set but not used [-Wunused-but-set-variable] int key_info, index; ^~~~~ cowpatty.c: In function 'hashfile_attack': cowpatty.c:691:6: warning: variable 'reclen' set but not used [-Wunused-but-set-variable] int reclen, wordlen; ^~~~~~ cowpatty.c: In function 'dictfile_attack': cowpatty.c:862:45: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] printf("Invalid passphrase length: %s (%u).\n", ~^ %lu passphrase, strlen(passphrase)); ~~~~~~~~~~~~~~~~~~ cc -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 -DOPENSSL genpmk.c -o genpmk utils.o sha1.o -lpcap -lcrypto genpmk.c: In function 'main': genpmk.c:249:45: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] printf("Invalid passphrase length: %s (%u).\n", ~^ %lu passphrase, strlen(passphrase)); ~~~~~~~~~~~~~~~~~~ genpmk.c:91:19: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int fret = 0, c, ret; ^~~ + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.PuoWjq + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/cowpatty-4.6-15.fc27.ppc64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/cowpatty-4.6-15.fc27.ppc64 ++ dirname /builddir/build/BUILDROOT/cowpatty-4.6-15.fc27.ppc64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/cowpatty-4.6-15.fc27.ppc64 + cd cowpatty-4.6 + rm -rf /builddir/build/BUILDROOT/cowpatty-4.6-15.fc27.ppc64 + install -D -pm 755 cowpatty /builddir/build/BUILDROOT/cowpatty-4.6-15.fc27.ppc64/usr/bin/cowpatty + install -D -pm 755 genpmk /builddir/build/BUILDROOT/cowpatty-4.6-15.fc27.ppc64/usr/bin/genpmk + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 4.6-15.fc27 --unique-debug-suffix -4.6-15.fc27.ppc64 --unique-debug-src-base cowpatty-4.6-15.fc27.ppc64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/cowpatty-4.6 extracting debug info from /builddir/build/BUILDROOT/cowpatty-4.6-15.fc27.ppc64/usr/bin/cowpatty extracting debug info from /builddir/build/BUILDROOT/cowpatty-4.6-15.fc27.ppc64/usr/bin/genpmk /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 135 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 + /usr/lib/rpm/brp-python-hardlink Processing files: cowpatty-4.6-15.fc27.ppc64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kkESBb + umask 022 + cd /builddir/build/BUILD + cd cowpatty-4.6 + DOCDIR=/builddir/build/BUILDROOT/cowpatty-4.6-15.fc27.ppc64/usr/share/doc/cowpatty + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/cowpatty-4.6-15.fc27.ppc64/usr/share/doc/cowpatty + cp -pr AUTHORS /builddir/build/BUILDROOT/cowpatty-4.6-15.fc27.ppc64/usr/share/doc/cowpatty + cp -pr COPYING /builddir/build/BUILDROOT/cowpatty-4.6-15.fc27.ppc64/usr/share/doc/cowpatty + cp -pr README /builddir/build/BUILDROOT/cowpatty-4.6-15.fc27.ppc64/usr/share/doc/cowpatty + cp -pr FAQ /builddir/build/BUILDROOT/cowpatty-4.6-15.fc27.ppc64/usr/share/doc/cowpatty + cp -pr TODO /builddir/build/BUILDROOT/cowpatty-4.6-15.fc27.ppc64/usr/share/doc/cowpatty + cp -pr CHANGELOG /builddir/build/BUILDROOT/cowpatty-4.6-15.fc27.ppc64/usr/share/doc/cowpatty + exit 0 Provides: cowpatty = 4.6-15.fc27 cowpatty(ppc-64) = 4.6-15.fc27 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.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libpcap.so.1()(64bit) rtld(GNU_HASH) Processing files: cowpatty-debugsource-4.6-15.fc27.ppc64 Provides: cowpatty-debugsource = 4.6-15.fc27 cowpatty-debugsource(ppc-64) = 4.6-15.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cowpatty-debuginfo-4.6-15.fc27.ppc64 Provides: cowpatty-debuginfo = 4.6-15.fc27 cowpatty-debuginfo(ppc-64) = 4.6-15.fc27 debuginfo(build-id) = 70fe6b5d5ad05a928a8659099f79f4bae99500bf debuginfo(build-id) = c3f197fc3af6bcb08a0474baa22d69db5f353e18 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/cowpatty-4.6-15.fc27.ppc64 Wrote: /builddir/build/RPMS/cowpatty-4.6-15.fc27.ppc64.rpm Wrote: /builddir/build/RPMS/cowpatty-debugsource-4.6-15.fc27.ppc64.rpm Wrote: /builddir/build/RPMS/cowpatty-debuginfo-4.6-15.fc27.ppc64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.x1u40W + umask 022 + cd /builddir/build/BUILD + cd cowpatty-4.6 + rm -rf /builddir/build/BUILDROOT/cowpatty-4.6-15.fc27.ppc64 + exit 0 Child return code was: 0