Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/n2n.spec'], chrootPath='/var/lib/mock/f29-build-7794-1926/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=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/n2n.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 Wrote: /builddir/build/SRPMS/n2n-2.1.0-13.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/n2n.spec'], chrootPath='/var/lib/mock/f29-build-7794-1926/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=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/n2n.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 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.FYcwic + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf n2n-2.1.0 + /usr/bin/tar -xof - + /usr/bin/bzip2 -dc /builddir/build/SOURCES/n2n-2.1.0.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + cd n2n-2.1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.mzzzBo + umask 022 + cd /builddir/build/BUILD + cd n2n-2.1.0 + make 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' -j4 gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c n2n.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c n2n_keyfile.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c wire.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c minilzo.c BUILDSTDERR: n2n_keyfile.c: In function 'n2n_read_keyfile': BUILDSTDERR: n2n_keyfile.c:157:13: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets( line, N2N_KEYFILE_LINESIZE, fp ); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: n2n.c: In function 'hex2byte': BUILDSTDERR: n2n.c:384:8: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] BUILDSTDERR: char tmp[3]; BUILDSTDERR: ^~~ BUILDSTDERR: n2n.c: In function 'sock_to_cstr': BUILDSTDERR: n2n.c:417:9: warning: variable 'r' set but not used [-Wunused-but-set-variable] BUILDSTDERR: int r; BUILDSTDERR: ^ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c twofish.c BUILDSTDERR: n2n.c: In function 'traceEvent': BUILDSTDERR: n2n.c:125:59: warning: '%s' directive output may be truncated writing up to 2047 bytes into a region of size between 580 and 620 [-Wformat-truncation=] BUILDSTDERR: snprintf(out_buf, sizeof(out_buf), "%s [%11s:%4d] %s%s", theDate, file, line, extra_msg, buf); BUILDSTDERR: ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:861, BUILDSTDERR: from n2n.h:68, BUILDSTDERR: from n2n.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 21 or more bytes (assuming 2108) into a destination of size 640 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: n2n.c:122:45: warning: '%s' directive output may be truncated writing up to 2047 bytes into a region of size between 631 and 640 [-Wformat-truncation=] BUILDSTDERR: snprintf(out_buf, sizeof(out_buf), "%s%s", extra_msg, buf); BUILDSTDERR: ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:861, BUILDSTDERR: from n2n.h:68, BUILDSTDERR: from n2n.c:24: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 1 and 2057 bytes into a destination of size 640 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: wire.c: In function 'decode_sock': BUILDSTDERR: wire.c:219:9: warning: 'f' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: if( f & 0x8000 ) BUILDSTDERR: ^ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c transform_null.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c transform_tf.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c transform_aes.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c tuntap_freebsd.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c tuntap_netbsd.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c tuntap_linux.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c tuntap_osx.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DN2N_VERSION='"2.1.0"' -DN2N_OSNAME='"riscv64"' -c version.c BUILDSTDERR: tuntap_linux.c: In function 'tuntap_get_address': BUILDSTDERR: tuntap_linux.c:140:13: warning: variable 'nread' set but not used [-Wunused-but-set-variable] BUILDSTDERR: ssize_t nread=0; BUILDSTDERR: ^~~~~ BUILDSTDERR: tuntap_linux.c: In function 'tuntap_open': BUILDSTDERR: tuntap_linux.c:99:7: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: system(buf); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: tuntap_linux.c:114:3: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: system(buf); BUILDSTDERR: ^~~~~~~~~~~ gzip -c edge.8 > edge.8.gz gzip -c supernode.1 > supernode.1.gz gzip -c n2n_v2.7 > n2n_v2.7.gz ar rcs n2n.a n2n.o n2n_keyfile.o wire.o minilzo.o twofish.o transform_null.o transform_tf.o transform_aes.o tuntap_freebsd.o tuntap_netbsd.o tuntap_linux.o tuntap_osx.o version.o gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection edge.c n2n.a -lcrypto -o edge gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection sn.c n2n.a -o supernode BUILDSTDERR: edge.c: In function 'send_register': BUILDSTDERR: edge.c:559:13: warning: variable 'sent' set but not used [-Wunused-but-set-variable] BUILDSTDERR: ssize_t sent; BUILDSTDERR: ^~~~ BUILDSTDERR: edge.c: In function 'send_register_super': BUILDSTDERR: edge.c:594:13: warning: variable 'sent' set but not used [-Wunused-but-set-variable] BUILDSTDERR: ssize_t sent; BUILDSTDERR: ^~~~ BUILDSTDERR: edge.c: In function 'send_register_ack': BUILDSTDERR: edge.c:636:13: warning: variable 'sent' set but not used [-Wunused-but-set-variable] BUILDSTDERR: ssize_t sent; BUILDSTDERR: ^~~~ BUILDSTDERR: edge.c: In function 'send_PACKET': BUILDSTDERR: edge.c:1138:13: warning: variable 's' set but not used [-Wunused-but-set-variable] BUILDSTDERR: ssize_t s; BUILDSTDERR: ^ BUILDSTDERR: edge.c: In function 'readFromMgmtSocket': BUILDSTDERR: edge.c:1424:25: warning: variable 'sendlen' set but not used [-Wunused-but-set-variable] BUILDSTDERR: ssize_t sendlen; BUILDSTDERR: ^~~~~~~ BUILDSTDERR: edge.c: In function 'main': BUILDSTDERR: edge.c:2232:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: setuid( 0 ); BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: edge.c:2256:9: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: setreuid( userid, userid ); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: edge.c:2257:9: warning: ignoring return value of 'setregid', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: setregid( groupid, groupid ); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.DSG6Yz + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64 + cd n2n-2.1.0 + rm -rf /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64 + make 'INSTALL=install -p' install DESTDIR=/builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64 echo "MANDIR=/builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64/usr/share/man" MANDIR=/builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64/usr/share/man mkdir -p /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64/usr/sbin /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64/usr/share/man/man1 /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64/usr/share/man/man7 /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64/usr/share/man/man8 install -p -m755 supernode /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64/usr/sbin/ install -p -m755 edge /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64/usr/sbin/ install -p -m644 edge.8.gz /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64/usr/share/man/man8/ install -p -m644 supernode.1.gz /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64/usr/share/man/man1/ install -p -m644 n2n_v2.7.gz /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64/usr/share/man/man7/ + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.1.0-13.fc29 --unique-debug-suffix -2.1.0-13.fc29.riscv64 --unique-debug-src-base n2n-2.1.0-13.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/n2n-2.1.0 extracting debug info from /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64/usr/sbin/edge extracting debug info from /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64/usr/sbin/supernode /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. BUILDSTDERR: 746 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /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 + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: n2n-2.1.0-13.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Ia9iKz + umask 022 + cd /builddir/build/BUILD + cd n2n-2.1.0 + DOCDIR=/builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64/usr/share/doc/n2n + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64/usr/share/doc/n2n + cp -pr COPYING /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64/usr/share/doc/n2n + cp -pr README /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64/usr/share/doc/n2n + cp -pr HACKING /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64/usr/share/doc/n2n + exit 0 Provides: n2n = 2.1.0-13.fc29 n2n(riscv-64) = 2.1.0-13.fc29 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) libcrypto.so.1.1()(64bit) rtld(GNU_HASH) Processing files: n2n-debugsource-2.1.0-13.fc29.riscv64 Provides: n2n-debugsource = 2.1.0-13.fc29 n2n-debugsource(riscv-64) = 2.1.0-13.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: n2n-debuginfo-2.1.0-13.fc29.riscv64 Provides: debuginfo(build-id) = 54e816191e6148472bc3cae10cdab9d781c53971 debuginfo(build-id) = 5e06860d3bc4c728f20f36af0dd40835fce08a5e n2n-debuginfo = 2.1.0-13.fc29 n2n-debuginfo(riscv-64) = 2.1.0-13.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: n2n-debugsource(riscv-64) = 2.1.0-13.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64 Wrote: /builddir/build/RPMS/n2n-2.1.0-13.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/n2n-debugsource-2.1.0-13.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/n2n-debuginfo-2.1.0-13.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Ex49TE + umask 022 + cd /builddir/build/BUILD + cd n2n-2.1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/n2n-2.1.0-13.fc29.riscv64 + exit 0 Child return code was: 0