Mock Version: 1.3.3 Mock Version: 1.3.3 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/entr.spec'], timeout=172800printOutput=Falseenv={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'TERM': 'vt100'}shell=FalsechrootPath='/var/lib/mock/f26-build-7833199-702356/root'logger=uid=1000gid=425user='mockbuild') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/entr.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'TERM': 'vt100'} and shell False Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/entr-3.7-2.fc26.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/entr.spec'], timeout=172800printOutput=Falseenv={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'TERM': 'vt100'}shell=FalsechrootPath='/var/lib/mock/f26-build-7833199-702356/root'private_network=Truelogger=uid=1000gid=425user='mockbuild') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/entr.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'TERM': 'vt100'} and shell False Building target platforms: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wy5eKZ + 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.D5md9s + 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 -mcpu=power8 -mtune=power8' + 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 -mcpu=power8 -mtune=power8' + 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 -mcpu=power8 -mtune=power8 -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"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.TCEiKW + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/entr-3.7-2.fc26.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/entr-3.7-2.fc26.ppc64le ++ dirname /builddir/build/BUILDROOT/entr-3.7-2.fc26.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/entr-3.7-2.fc26.ppc64le + cd entr-3.7 + export PREFIX=/usr + PREFIX=/usr + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/entr-3.7-2.fc26.ppc64le install entr /builddir/build/BUILDROOT/entr-3.7-2.fc26.ppc64le/usr/bin install -m 644 entr.1 /builddir/build/BUILDROOT/entr-3.7-2.fc26.ppc64le/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.fc26.ppc64le/usr/bin/entr readelf: /builddir/build/BUILDROOT/entr-3.7-2.fc26.ppc64le/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.YisYwq + 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 -mcpu=power8 -mtune=power8' + 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 -mcpu=power8 -mtune=power8' + 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 -mcpu=power8 -mtune=power8 -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.fc26.ppc64le Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ZNMNLV + umask 022 + cd /builddir/build/BUILD + cd entr-3.7 + DOCDIR=/builddir/build/BUILDROOT/entr-3.7-2.fc26.ppc64le/usr/share/doc/entr + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/entr-3.7-2.fc26.ppc64le/usr/share/doc/entr + cp -pr NEWS /builddir/build/BUILDROOT/entr-3.7-2.fc26.ppc64le/usr/share/doc/entr + cp -pr README.md /builddir/build/BUILDROOT/entr-3.7-2.fc26.ppc64le/usr/share/doc/entr + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.VF8Q0q + umask 022 + cd /builddir/build/BUILD + cd entr-3.7 + LICENSEDIR=/builddir/build/BUILDROOT/entr-3.7-2.fc26.ppc64le/usr/share/licenses/entr + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/entr-3.7-2.fc26.ppc64le/usr/share/licenses/entr + cp -pr LICENSE /builddir/build/BUILDROOT/entr-3.7-2.fc26.ppc64le/usr/share/licenses/entr + exit 0 Provides: entr = 3.7-2.fc26 entr(ppc-64) = 3.7-2.fc26 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.17)(64bit) rtld(GNU_HASH) Processing files: entr-debuginfo-3.7-2.fc26.ppc64le Provides: entr-debuginfo = 3.7-2.fc26 entr-debuginfo(ppc-64) = 3.7-2.fc26 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.fc26.ppc64le Wrote: /builddir/build/RPMS/entr-3.7-2.fc26.ppc64le.rpm Wrote: /builddir/build/RPMS/entr-debuginfo-3.7-2.fc26.ppc64le.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6qnBiW + umask 022 + cd /builddir/build/BUILD + cd entr-3.7 + /usr/bin/rm -rf /builddir/build/BUILDROOT/entr-3.7-2.fc26.ppc64le + exit 0 Child return code was: 0