Mock Version: 1.3.3 Mock Version: 1.3.3 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/entr.spec'], shell=Falselogger=printOutput=FalsechrootPath='/var/lib/mock/f26-build-7833197-702356/root'gid=425timeout=172800user='mockbuild'uid=1000env={'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/entr.spec'] with env {'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: armv7hl Building for target armv7hl 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 armv7hl --nodeps /builddir/build/SPECS/entr.spec'], shell=Falselogger=printOutput=Falseuser='mockbuild'gid=425private_network=Truetimeout=172800chrootPath='/var/lib/mock/f26-build-7833197-702356/root'uid=1000env={'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/entr.spec'] with env {'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6ps5nZ + 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.YZpcmP + 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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + 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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + 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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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.eprMo8 + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/entr-3.7-2.fc26.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/entr-3.7-2.fc26.arm ++ dirname /builddir/build/BUILDROOT/entr-3.7-2.fc26.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/entr-3.7-2.fc26.arm + cd entr-3.7 + export PREFIX=/usr + PREFIX=/usr + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/entr-3.7-2.fc26.arm install entr /builddir/build/BUILDROOT/entr-3.7-2.fc26.arm/usr/bin install -m 644 entr.1 /builddir/build/BUILDROOT/entr-3.7-2.fc26.arm/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.arm/usr/bin/entr 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.3DWk1Z + 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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + 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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + 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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.bUNukL + umask 022 + cd /builddir/build/BUILD + cd entr-3.7 + DOCDIR=/builddir/build/BUILDROOT/entr-3.7-2.fc26.arm/usr/share/doc/entr + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/entr-3.7-2.fc26.arm/usr/share/doc/entr + cp -pr NEWS /builddir/build/BUILDROOT/entr-3.7-2.fc26.arm/usr/share/doc/entr + cp -pr README.md /builddir/build/BUILDROOT/entr-3.7-2.fc26.arm/usr/share/doc/entr + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.vCkYZy + umask 022 + cd /builddir/build/BUILD + cd entr-3.7 + LICENSEDIR=/builddir/build/BUILDROOT/entr-3.7-2.fc26.arm/usr/share/licenses/entr + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/entr-3.7-2.fc26.arm/usr/share/licenses/entr + cp -pr LICENSE /builddir/build/BUILDROOT/entr-3.7-2.fc26.arm/usr/share/licenses/entr + exit 0 Provides: entr = 3.7-2.fc26 entr(armv7hl-32) = 3.7-2.fc26 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) rtld(GNU_HASH) Processing files: entr-debuginfo-3.7-2.fc26.armv7hl Provides: entr-debuginfo = 3.7-2.fc26 entr-debuginfo(armv7hl-32) = 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.arm Wrote: /builddir/build/RPMS/entr-3.7-2.fc26.armv7hl.rpm Wrote: /builddir/build/RPMS/entr-debuginfo-3.7-2.fc26.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XsXlNI + umask 022 + cd /builddir/build/BUILD + cd entr-3.7 + /usr/bin/rm -rf /builddir/build/BUILDROOT/entr-3.7-2.fc26.arm + exit 0 Child return code was: 0