Mock Version: 2.15 Mock Version: 2.15 Mock Version: 2.15 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/entr.spec'], chrootPath='/var/lib/mock/f34-build-32433000-4393943/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/entr.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1642377600 Wrote: /builddir/build/SRPMS/entr-5.1-1.fc34.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/entr.spec'], chrootPath='/var/lib/mock/f34-build-32433000-4393943/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/entr.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1642377600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fx02jB + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf entr-5.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/entr-5.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd entr-5.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + ln -s Makefile.linux Makefile + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.q00loF + umask 022 + cd /builddir/build/BUILD + cd entr-5.1 + export 'CFLAGS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + export 'LDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + /usr/bin/make -O -j2 V=1 VERBOSE=1 cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -D_LINUX_PORT -Imissing -DRELEASE=\"5.1\" -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld missing/strlcpy.c missing/kqueue_inotify.c entr.c -o entr entr.c: In function 'main': entr.c:110:23: warning: unused variable 'rl' [-Wunused-variable] 110 | struct rlimit rl; | ^~ missing/compat.h:9:8: warning: type of 'strlcpy' does not match original declaration [-Wlto-type-mismatch] 9 | size_t strlcpy(char *to, const char *from, int l); | ^ missing/strlcpy.c:28:1: note: type mismatch in parameter 3 28 | strlcpy(char *dst, const char *src, size_t siz) | ^ missing/strlcpy.c:28:1: note: type 'size_t' should match type 'int' missing/strlcpy.c:28:1: note: 'strlcpy' was previously declared here missing/strlcpy.c:28:1: note: code may be misoptimized unless '-fno-strict-aliasing' is used + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5m3OEo + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/entr-5.1-1.fc34.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/entr-5.1-1.fc34.s390x ++ dirname /builddir/build/BUILDROOT/entr-5.1-1.fc34.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/entr-5.1-1.fc34.s390x + cd entr-5.1 + export PREFIX=/usr + PREFIX=/usr + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/entr-5.1-1.fc34.s390x 'INSTALL=/usr/bin/install -p' install entr /builddir/build/BUILDROOT/entr-5.1-1.fc34.s390x/usr/bin install -m 644 entr.1 /builddir/build/BUILDROOT/entr-5.1-1.fc34.s390x/usr/share/man/man1 + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 5.1-1.fc34 --unique-debug-suffix -5.1-1.fc34.s390x --unique-debug-src-base entr-5.1-1.fc34.s390x --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/entr-5.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/entr-5.1-1.fc34.s390x/usr/bin/entr extracting debug info from /builddir/build/BUILDROOT/entr-5.1-1.fc34.s390x/usr/bin/entr original debug info size: 64kB, size after compression: 60kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 60 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.cndVXv + umask 022 + cd /builddir/build/BUILD + cd entr-5.1 + export 'CFLAGS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + export 'LDFLAGS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + make test cc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -D_LINUX_PORT -Imissing -DRELEASE=\"5.1\" -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld missing/strlcpy.c missing/kqueue_inotify.c entr_spec.c -o entr_spec In file included from entr_spec.c:17: entr.c: In function 'main': entr.c:110:23: warning: unused variable 'rl' [-Wunused-variable] 110 | struct rlimit rl; | ^~ entr_spec.c: In function 'set_options_08': entr_spec.c:804:13: warning: variable 'argv_offset' set but not used [-Wunused-but-set-variable] 804 | int argv_offset; | ^~~~~~~~~~~ missing/compat.h:9:8: warning: type of 'strlcpy' does not match original declaration [-Wlto-type-mismatch] 9 | size_t strlcpy(char *to, const char *from, int l); | ^ missing/strlcpy.c:28:1: note: type mismatch in parameter 3 28 | strlcpy(char *dst, const char *src, size_t siz) | ^ missing/strlcpy.c:28:1: note: type 'size_t' should match type 'int' missing/strlcpy.c:28:1: note: 'strlcpy' was previously declared here missing/strlcpy.c:28:1: note: code may be misoptimized unless '-fno-strict-aliasing' is used Running unit tests Xsh returned exit code 0 26 of 26 tests PASSED + RPM_EC=0 ++ jobs -p + exit 0 Processing files: entr-5.1-1.fc34.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vCx6hD + umask 022 + cd /builddir/build/BUILD + cd entr-5.1 + DOCDIR=/builddir/build/BUILDROOT/entr-5.1-1.fc34.s390x/usr/share/doc/entr + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/entr-5.1-1.fc34.s390x/usr/share/doc/entr + cp -pr NEWS /builddir/build/BUILDROOT/entr-5.1-1.fc34.s390x/usr/share/doc/entr + cp -pr README.md /builddir/build/BUILDROOT/entr-5.1-1.fc34.s390x/usr/share/doc/entr + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.d173ie + umask 022 + cd /builddir/build/BUILD + cd entr-5.1 + LICENSEDIR=/builddir/build/BUILDROOT/entr-5.1-1.fc34.s390x/usr/share/licenses/entr + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/entr-5.1-1.fc34.s390x/usr/share/licenses/entr + cp -pr LICENSE /builddir/build/BUILDROOT/entr-5.1-1.fc34.s390x/usr/share/licenses/entr + RPM_EC=0 ++ jobs -p + exit 0 Provides: entr = 5.1-1.fc34 entr(s390-64) = 5.1-1.fc34 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.16)(64bit) libc.so.6(GLIBC_2.2)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.4)(64bit) rtld(GNU_HASH) Processing files: entr-debugsource-5.1-1.fc34.s390x Provides: entr-debugsource = 5.1-1.fc34 entr-debugsource(s390-64) = 5.1-1.fc34 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: entr-debuginfo-5.1-1.fc34.s390x Provides: debuginfo(build-id) = afabd9ffcbe799ec6e676a0a0e35de0db0103737 entr-debuginfo = 5.1-1.fc34 entr-debuginfo(s390-64) = 5.1-1.fc34 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: entr-debugsource(s390-64) = 5.1-1.fc34 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/entr-5.1-1.fc34.s390x Wrote: /builddir/build/RPMS/entr-5.1-1.fc34.s390x.rpm Wrote: /builddir/build/RPMS/entr-debuginfo-5.1-1.fc34.s390x.rpm Wrote: /builddir/build/RPMS/entr-debugsource-5.1-1.fc34.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.FibeDf + umask 022 + cd /builddir/build/BUILD + cd entr-5.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/entr-5.1-1.fc34.s390x + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0