Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/entr.spec'], chrootPath='/var/lib/mock/f33-build-559371-65734/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': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --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': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1614556800 Wrote: /builddir/build/SRPMS/entr-4.8-1.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/entr.spec'], chrootPath='/var/lib/mock/f33-build-559371-65734/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': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --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': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1614556800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ILN0rQ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf entr-4.8 + /usr/bin/gzip -dc /builddir/build/SOURCES/entr-4.8.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd entr-4.8 + /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.G9rruU + umask 022 + cd /builddir/build/BUILD + cd entr-4.8 + 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 -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 -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 -j4 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 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -D_LINUX_PORT -Imissing -DRELEASE=\"4.8\" missing/strlcpy.c missing/kqueue_inotify.c entr.c -o entr -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld missing/kqueue_inotify.c: In function 'fs_sysctl': missing/kqueue_inotify.c:77:9: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] 77 | return value; | ^~~~~ 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.8X3viQ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/entr-4.8-1.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/entr-4.8-1.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/entr-4.8-1.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/entr-4.8-1.fc33.riscv64 + cd entr-4.8 + export PREFIX=/usr + PREFIX=/usr + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/entr-4.8-1.fc33.riscv64 'INSTALL=/usr/bin/install -p' install entr /builddir/build/BUILDROOT/entr-4.8-1.fc33.riscv64/usr/bin install -m 644 entr.1 /builddir/build/BUILDROOT/entr-4.8-1.fc33.riscv64/usr/share/man/man1 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 4.8-1.fc33 --unique-debug-suffix -4.8-1.fc33.riscv64 --unique-debug-src-base entr-4.8-1.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/entr-4.8 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/entr-4.8-1.fc33.riscv64/usr/bin/entr extracting debug info from /builddir/build/BUILDROOT/entr-4.8-1.fc33.riscv64/usr/bin/entr original debug info size: 172kB, size after compression: 172kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 59 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.sizXsS + umask 022 + cd /builddir/build/BUILD + cd entr-4.8 + 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 -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 -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 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -D_LINUX_PORT -Imissing -DRELEASE=\"4.8\" missing/strlcpy.c missing/kqueue_inotify.c entr_spec.c -o entr_spec -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld missing/kqueue_inotify.c: In function 'fs_sysctl': missing/kqueue_inotify.c:77:9: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] 77 | return value; | ^~~~~ entr_spec.c: In function 'set_options_08': entr_spec.c:804:6: 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-4.8-1.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.TgiS7S + umask 022 + cd /builddir/build/BUILD + cd entr-4.8 + DOCDIR=/builddir/build/BUILDROOT/entr-4.8-1.fc33.riscv64/usr/share/doc/entr + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/entr-4.8-1.fc33.riscv64/usr/share/doc/entr + cp -pr NEWS /builddir/build/BUILDROOT/entr-4.8-1.fc33.riscv64/usr/share/doc/entr + cp -pr README.md /builddir/build/BUILDROOT/entr-4.8-1.fc33.riscv64/usr/share/doc/entr + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ZINdSR + umask 022 + cd /builddir/build/BUILD + cd entr-4.8 + LICENSEDIR=/builddir/build/BUILDROOT/entr-4.8-1.fc33.riscv64/usr/share/licenses/entr + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/entr-4.8-1.fc33.riscv64/usr/share/licenses/entr + cp -pr LICENSE /builddir/build/BUILDROOT/entr-4.8-1.fc33.riscv64/usr/share/licenses/entr + RPM_EC=0 ++ jobs -p + exit 0 Provides: entr = 4.8-1.fc33 entr(riscv-64) = 4.8-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: entr-debugsource-4.8-1.fc33.riscv64 Provides: entr-debugsource = 4.8-1.fc33 entr-debugsource(riscv-64) = 4.8-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: entr-debuginfo-4.8-1.fc33.riscv64 Provides: debuginfo(build-id) = 41d378f8e86e2d36f6286ca2c5d2e4b3cec382b5 entr-debuginfo = 4.8-1.fc33 entr-debuginfo(riscv-64) = 4.8-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: entr-debugsource(riscv-64) = 4.8-1.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/entr-4.8-1.fc33.riscv64 Wrote: /builddir/build/RPMS/entr-debugsource-4.8-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/entr-4.8-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/entr-debuginfo-4.8-1.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.S5TH8S + umask 022 + cd /builddir/build/BUILD + cd entr-4.8 + /usr/bin/rm -rf /builddir/build/BUILDROOT/entr-4.8-1.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0