Mock Version: 1.3.3 Mock Version: 1.3.3 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/entr.spec'], user='mockbuild'gid=425uid=1000timeout=172800logger=printOutput=Falseenv={'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}chrootPath='/var/lib/mock/f27-build-7833198-702364/root'shell=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/entr.spec'] with env {'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: ppc64 Building for target ppc64 Wrote: /builddir/build/SRPMS/entr-3.7-2.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/entr.spec'], user='mockbuild'uid=1000private_network=Truegid=425timeout=172800logger=printOutput=Falseenv={'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}chrootPath='/var/lib/mock/f27-build-7833198-702364/root'shell=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/entr.spec'] with env {'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: ppc64 Building for target ppc64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5XKeWD + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf entr-3.7 + /usr/bin/mkdir -p entr-3.7 + cd entr-3.7 + /usr/bin/gzip -dc /builddir/build/SOURCES/entr-3.7.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + mv eradman-entr-c5b62bde107d/LICENSE eradman-entr-c5b62bde107d/Makefile.bsd eradman-entr-c5b62bde107d/Makefile.linux eradman-entr-c5b62bde107d/Makefile.macos eradman-entr-c5b62bde107d/NEWS eradman-entr-c5b62bde107d/README.md eradman-entr-c5b62bde107d/configure eradman-entr-c5b62bde107d/data.h eradman-entr-c5b62bde107d/entr.1 eradman-entr-c5b62bde107d/entr.c eradman-entr-c5b62bde107d/entr_spec.c eradman-entr-c5b62bde107d/missing eradman-entr-c5b62bde107d/system_test.sh . + ln -s Makefile.linux Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CIZPVY + umask 022 + cd /builddir/build/BUILD + cd entr-3.7 + export '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' + 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' + export 'LDFLAGS=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/make -O -j4 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 -D_GNU_SOURCE -D_LINUX_PORT -Imissing -DRELEASE=\"3.7\" missing/strlcpy.c missing/kqueue_inotify.c entr.c -o entr -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld missing/kqueue_inotify.c: In function 'kevent': missing/kqueue_inotify.c:85:14: warning: unused variable 'sb' [-Wunused-variable] struct stat sb; ^~ entr.c: In function 'set_options': entr.c:313:19: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (argv[optind] == '\0') ^~ entr.c:313:6: note: did you mean to dereference the pointer? if (argv[optind] == '\0') ^ entr.c:315:42: warning: comparison between pointer and zero character constant [-Wpointer-compare] if ((shell_opt == 1) && (argv[optind+1] != '\0')) ^~ entr.c:315:27: note: did you mean to dereference the pointer? if ((shell_opt == 1) && (argv[optind+1] != '\0')) ^ entr.c: In function 'run_utility': entr.c:373:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] (void) system("/usr/bin/clear"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SST86j + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/entr-3.7-2.fc27.ppc64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/entr-3.7-2.fc27.ppc64 ++ dirname /builddir/build/BUILDROOT/entr-3.7-2.fc27.ppc64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/entr-3.7-2.fc27.ppc64 + cd entr-3.7 + export PREFIX=/usr + PREFIX=/usr + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/entr-3.7-2.fc27.ppc64 install entr /builddir/build/BUILDROOT/entr-3.7-2.fc27.ppc64/usr/bin install -m 644 entr.1 /builddir/build/BUILDROOT/entr-3.7-2.fc27.ppc64/usr/share/man/man1 + /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/entr-3.7 extracting debug info from /builddir/build/BUILDROOT/entr-3.7-2.fc27.ppc64/usr/bin/entr readelf: /builddir/build/BUILDROOT/entr-3.7-2.fc27.ppc64/usr/lib/debug/usr/bin/entr.debug: Error: the dynamic segment offset + size exceeds the size of the file dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 47 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 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.YBTaBF + umask 022 + cd /builddir/build/BUILD + cd entr-3.7 + export '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' + 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' + export 'LDFLAGS=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + make test 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 -D_GNU_SOURCE -D_LINUX_PORT -Imissing -DRELEASE=\"3.7\" missing/strlcpy.c missing/kqueue_inotify.c entr_spec.c -o entr_spec -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld missing/kqueue_inotify.c: In function 'kevent': missing/kqueue_inotify.c:85:14: warning: unused variable 'sb' [-Wunused-variable] struct stat sb; ^~ In file included from entr_spec.c:17:0: entr.c: In function 'set_options': entr.c:313:19: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (argv[optind] == '\0') ^~ entr.c:313:6: note: did you mean to dereference the pointer? if (argv[optind] == '\0') ^ entr.c:315:42: warning: comparison between pointer and zero character constant [-Wpointer-compare] if ((shell_opt == 1) && (argv[optind+1] != '\0')) ^~ entr.c:315:27: note: did you mean to dereference the pointer? if ((shell_opt == 1) && (argv[optind+1] != '\0')) ^ entr.c: In function 'run_utility': entr.c:373:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] (void) system("/usr/bin/clear"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Running unit tests 25 of 25 tests PASSED + exit 0 Processing files: entr-3.7-2.fc27.ppc64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.AeCXk2 + umask 022 + cd /builddir/build/BUILD + cd entr-3.7 + DOCDIR=/builddir/build/BUILDROOT/entr-3.7-2.fc27.ppc64/usr/share/doc/entr + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/entr-3.7-2.fc27.ppc64/usr/share/doc/entr + cp -pr NEWS /builddir/build/BUILDROOT/entr-3.7-2.fc27.ppc64/usr/share/doc/entr + cp -pr README.md /builddir/build/BUILDROOT/entr-3.7-2.fc27.ppc64/usr/share/doc/entr + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Ku114o + umask 022 + cd /builddir/build/BUILD + cd entr-3.7 + LICENSEDIR=/builddir/build/BUILDROOT/entr-3.7-2.fc27.ppc64/usr/share/licenses/entr + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/entr-3.7-2.fc27.ppc64/usr/share/licenses/entr + cp -pr LICENSE /builddir/build/BUILDROOT/entr-3.7-2.fc27.ppc64/usr/share/licenses/entr + exit 0 Provides: entr = 3.7-2.fc27 entr(ppc-64) = 3.7-2.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.4)(64bit) rtld(GNU_HASH) Processing files: entr-debuginfo-3.7-2.fc27.ppc64 Provides: entr-debuginfo = 3.7-2.fc27 entr-debuginfo(ppc-64) = 3.7-2.fc27 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/entr-3.7-2.fc27.ppc64 Wrote: /builddir/build/RPMS/entr-3.7-2.fc27.ppc64.rpm Wrote: /builddir/build/RPMS/entr-debuginfo-3.7-2.fc27.ppc64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.NVN5RL + umask 022 + cd /builddir/build/BUILD + cd entr-3.7 + /usr/bin/rm -rf /builddir/build/BUILDROOT/entr-3.7-2.fc27.ppc64 + exit 0 Child return code was: 0