Mock Version: 2.15 Mock Version: 2.15 Mock Version: 2.15 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/entr.spec'], chrootPath='/var/lib/mock/f36-build-32432994-4394373/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 aarch64 --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: aarch64 Building for target aarch64 setting SOURCE_DATE_EPOCH=1642377600 Wrote: /builddir/build/SRPMS/entr-5.1-1.fc36.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/entr.spec'], chrootPath='/var/lib/mock/f36-build-32432994-4394373/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 aarch64 --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: aarch64 Building for target aarch64 setting SOURCE_DATE_EPOCH=1642377600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DSLPee + 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.Fyq0jv + 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 -mbranch-protection=standard -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 -mbranch-protection=standard -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1' + /usr/bin/make -O -j5 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 -mbranch-protection=standard -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 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.peZdLo + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/entr-5.1-1.fc36.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/entr-5.1-1.fc36.aarch64 ++ dirname /builddir/build/BUILDROOT/entr-5.1-1.fc36.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/entr-5.1-1.fc36.aarch64 + cd entr-5.1 + export PREFIX=/usr + PREFIX=/usr + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/entr-5.1-1.fc36.aarch64 'INSTALL=/usr/bin/install -p' install entr /builddir/build/BUILDROOT/entr-5.1-1.fc36.aarch64/usr/bin install -m 644 entr.1 /builddir/build/BUILDROOT/entr-5.1-1.fc36.aarch64/usr/share/man/man1 + /usr/bin/find-debuginfo -j5 --strict-build-id -m -i --build-id-seed 5.1-1.fc36 --unique-debug-suffix -5.1-1.fc36.aarch64 --unique-debug-src-base entr-5.1-1.fc36.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/entr-5.1 extracting debug info from /builddir/build/BUILDROOT/entr-5.1-1.fc36.aarch64/usr/bin/entr original debug info size: 68kB, size after compression: 68kB /usr/bin/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/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.OEKi2R + 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 -mbranch-protection=standard -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 -mbranch-protection=standard -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1' + 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 -mbranch-protection=standard -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 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 255 26 of 26 tests PASSED + RPM_EC=0 ++ jobs -p + exit 0 Processing files: entr-5.1-1.fc36.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.92FfVe + umask 022 + cd /builddir/build/BUILD + cd entr-5.1 + DOCDIR=/builddir/build/BUILDROOT/entr-5.1-1.fc36.aarch64/usr/share/doc/entr + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/entr-5.1-1.fc36.aarch64/usr/share/doc/entr + cp -pr NEWS /builddir/build/BUILDROOT/entr-5.1-1.fc36.aarch64/usr/share/doc/entr + cp -pr README.md /builddir/build/BUILDROOT/entr-5.1-1.fc36.aarch64/usr/share/doc/entr + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.oVgdL2 + umask 022 + cd /builddir/build/BUILD + cd entr-5.1 + LICENSEDIR=/builddir/build/BUILDROOT/entr-5.1-1.fc36.aarch64/usr/share/licenses/entr + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/entr-5.1-1.fc36.aarch64/usr/share/licenses/entr + cp -pr LICENSE /builddir/build/BUILDROOT/entr-5.1-1.fc36.aarch64/usr/share/licenses/entr + RPM_EC=0 ++ jobs -p + exit 0 Provides: entr = 5.1-1.fc36 entr(aarch-64) = 5.1-1.fc36 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) rtld(GNU_HASH) Processing files: entr-debugsource-5.1-1.fc36.aarch64 Provides: entr-debugsource = 5.1-1.fc36 entr-debugsource(aarch-64) = 5.1-1.fc36 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.fc36.aarch64 Provides: debuginfo(build-id) = f22db1cbcc30d171ef63f149931645d0ccb771e8 entr-debuginfo = 5.1-1.fc36 entr-debuginfo(aarch-64) = 5.1-1.fc36 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: entr-debugsource(aarch-64) = 5.1-1.fc36 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/entr-5.1-1.fc36.aarch64 Wrote: /builddir/build/RPMS/entr-debugsource-5.1-1.fc36.aarch64.rpm Wrote: /builddir/build/RPMS/entr-5.1-1.fc36.aarch64.rpm Wrote: /builddir/build/RPMS/entr-debuginfo-5.1-1.fc36.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.rLnXG8 + umask 022 + cd /builddir/build/BUILD + cd entr-5.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/entr-5.1-1.fc36.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0