Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-Text-Hunspell.spec'], chrootPath='/var/lib/mock/f31-build-65780-29761/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=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-Text-Hunspell.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 BUILDSTDERR: sh: perl: command not found Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564099200 Wrote: /builddir/build/SRPMS/perl-Text-Hunspell-2.14-17.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-Text-Hunspell.spec'], chrootPath='/var/lib/mock/f31-build-65780-29761/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=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-Text-Hunspell.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=1564099200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.WDJHey + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Text-Hunspell-2.14 + /usr/bin/gzip -dc /builddir/build/SOURCES/Text-Hunspell-2.14.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Text-Hunspell-2.14 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (Text-Hunspell-2.14-no-Alien.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 + sed -i -e 's|^#!/usr/bin/env perl|#!/usr/bin/perl|' examples/basic.pl + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #1 (Text-Hunspell-2.14-no-Alien.patch): patching file Makefile.PL patching file META.json patching file META.yml Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.NHdlJz + umask 022 + cd /builddir/build/BUILD + cd Text-Hunspell-2.14 + perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-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' + make -j4 BUILDSTDERR: Hunspell.c: In function 'void XS_Text__Hunspell_delete(PerlInterpreter*, CV*)': BUILDSTDERR: Hunspell.c:218:13: warning: variable 'h' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 218 | Hunspell * h; BUILDSTDERR: | ^ BUILDSTDERR: Hunspell.c:219:13: warning: variable 'THIS' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 219 | Hunspell * THIS; BUILDSTDERR: | ^~~~ BUILDSTDERR: Hunspell.xs: In function 'void XS_Text__Hunspell_check(PerlInterpreter*, CV*)': BUILDSTDERR: Hunspell.xs:69:33: warning: 'int Hunspell::spell(const char*, int*, char**)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 69 | RETVAL = THIS->spell(buf); BUILDSTDERR: | ^ BUILDSTDERR: In file included from Hunspell.xs:1: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:131:20: note: declared here BUILDSTDERR: 131 | H_DEPRECATED int spell(const char* word, int* info = NULL, char** root = NULL); BUILDSTDERR: | ^~~~~ BUILDSTDERR: Hunspell.xs: In function 'void XS_Text__Hunspell_suggest(PerlInterpreter*, CV*)': BUILDSTDERR: Hunspell.xs:81:40: warning: 'int Hunspell::suggest(char***, const char*)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 81 | val = THIS->suggest(&wlsti, buf); BUILDSTDERR: | ^ BUILDSTDERR: In file included from Hunspell.xs:1: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:141:20: note: declared here BUILDSTDERR: 141 | H_DEPRECATED int suggest(char*** slst, const char* word); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: Hunspell.xs:85:29: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 85 | THIS->free_list(&wlsti, val); BUILDSTDERR: | ^ BUILDSTDERR: In file included from Hunspell.xs:1: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here BUILDSTDERR: 155 | H_DEPRECATED void free_list(char*** slst, int n); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: Hunspell.xs:79:6: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: 79 | int i, val; BUILDSTDERR: | ^ BUILDSTDERR: Hunspell.xs: In function 'void XS_Text__Hunspell_analyze(PerlInterpreter*, CV*)': BUILDSTDERR: Hunspell.xs:94:40: warning: 'int Hunspell::analyze(char***, const char*)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 94 | val = THIS->analyze(&wlsti, buf); BUILDSTDERR: | ^ BUILDSTDERR: In file included from Hunspell.xs:1: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:164:20: note: declared here BUILDSTDERR: 164 | H_DEPRECATED int analyze(char*** slst, const char* word); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: Hunspell.xs:98:29: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 98 | THIS->free_list(&wlsti, val); BUILDSTDERR: | ^ BUILDSTDERR: In file included from Hunspell.xs:1: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here BUILDSTDERR: 155 | H_DEPRECATED void free_list(char*** slst, int n); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: Hunspell.xs: In function 'void XS_Text__Hunspell_stem(PerlInterpreter*, CV*)': BUILDSTDERR: Hunspell.xs:108:37: warning: 'int Hunspell::stem(char***, const char*)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 108 | val = THIS->stem(&wlsti, buf); BUILDSTDERR: | ^ BUILDSTDERR: In file included from Hunspell.xs:1: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:168:20: note: declared here BUILDSTDERR: 168 | H_DEPRECATED int stem(char*** slst, const char* word); BUILDSTDERR: | ^~~~ BUILDSTDERR: Hunspell.xs:112:29: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 112 | THIS->free_list(&wlsti, val); BUILDSTDERR: | ^ BUILDSTDERR: In file included from Hunspell.xs:1: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here BUILDSTDERR: 155 | H_DEPRECATED void free_list(char*** slst, int n); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: Hunspell.xs:106:6: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: 106 | int i, val; BUILDSTDERR: | ^ BUILDSTDERR: Hunspell.xs: In function 'void XS_Text__Hunspell_generate(PerlInterpreter*, CV*)': BUILDSTDERR: Hunspell.xs:123:49: warning: 'int Hunspell::generate(char***, const char*, const char*)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 123 | val = THIS->generate(&wlsti, buf, sample); BUILDSTDERR: | ^ BUILDSTDERR: In file included from Hunspell.xs:1: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:181:20: note: declared here BUILDSTDERR: 181 | H_DEPRECATED int generate(char*** slst, const char* word, const char* word2); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: Hunspell.xs:127:29: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 127 | THIS->free_list(&wlsti, val); BUILDSTDERR: | ^ BUILDSTDERR: In file included from Hunspell.xs:1: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here BUILDSTDERR: 155 | H_DEPRECATED void free_list(char*** slst, int n); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: Hunspell.xs:121:6: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: 121 | int i, val; BUILDSTDERR: | ^ BUILDSTDERR: Hunspell.xs: In function 'void XS_Text__Hunspell_generate2(PerlInterpreter*, CV*)': BUILDSTDERR: Hunspell.xs:152:54: warning: 'int Hunspell::generate(char***, const char*, char**, int)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 152 | val = THIS->generate(&wlsti, buf, array, len); BUILDSTDERR: | ^ BUILDSTDERR: In file included from Hunspell.xs:1: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:191:20: note: declared here BUILDSTDERR: 191 | H_DEPRECATED int generate(char*** slst, const char* word, char** desc, int n); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: Hunspell.xs:157:29: warning: 'void Hunspell::free_list(char***, int)' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 157 | THIS->free_list(&wlsti, val); BUILDSTDERR: | ^ BUILDSTDERR: In file included from Hunspell.xs:1: BUILDSTDERR: /usr/include/hunspell/hunspell.hxx:155:21: note: declared here BUILDSTDERR: 155 | H_DEPRECATED void free_list(char*** slst, int n); BUILDSTDERR: | ^~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Text::Hunspell Running Mkbootstrap for Hunspell () "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -C++ -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/Text-Hunspell-2.14/perlobject.map' -typemap '/builddir/build/BUILD/Text-Hunspell-2.14/typemap' -typemap '/builddir/build/BUILD/Text-Hunspell-2.14/typemap' Hunspell.xs > Hunspell.xsc chmod 644 "Hunspell.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hunspell.bs blib/arch/auto/Text/Hunspell/Hunspell.bs 644 cp Hunspell.pm blib/lib/Text/Hunspell.pm mv Hunspell.xsc Hunspell.c c++ -c -D_REENTRANT -D_GNU_SOURCE -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 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/hunspell -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 -DVERSION=\"2.14\" -DXS_VERSION=\"2.14\" -fPIC "-I/usr/lib64/perl5/CORE" Hunspell.c rm -f blib/arch/auto/Text/Hunspell/Hunspell.so c++ -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong Hunspell.o -o blib/arch/auto/Text/Hunspell/Hunspell.so \ -lhunspell-1.7 -lperl \ chmod 755 blib/arch/auto/Text/Hunspell/Hunspell.so Manifying 1 pod document Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JKurTz + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64 + cd Text-Hunspell-2.14 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64 + find /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64 -type f -name .packlist -delete + find /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64 -type f -name '*.bs' -empty -delete + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w -c /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.14-17.fc31 --unique-debug-suffix -2.14-17.fc31.riscv64 --unique-debug-src-base perl-Text-Hunspell-2.14-17.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Text-Hunspell-2.14 BUILDSTDERR: 38 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /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 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hunspell.bs blib/arch/auto/Text/Hunspell/Hunspell.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/Text/Hunspell/Hunspell.so Installing /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64/usr/lib64/perl5/vendor_perl/Text/Hunspell.pm Installing /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64/usr/share/man/man3/Text::Hunspell.3pm mode of '/builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64/usr/share/man/man3/Text::Hunspell.3pm' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of '/builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/Text/Hunspell/Hunspell.so' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x) mode of '/builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64/usr/lib64/perl5/vendor_perl/Text/Hunspell.pm' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/Text/Hunspell/Hunspell.so extracting debug info from /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/Text/Hunspell/Hunspell.so original debug info size: 184kB, size after compression: 176kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.RZgjcz Processing files: perl-Text-Hunspell-2.14-17.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.voo8Ty + umask 022 + cd /builddir/build/BUILD + cd Text-Hunspell-2.14 + DOCDIR=/builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64/usr/share/doc/perl-Text-Hunspell + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64/usr/share/doc/perl-Text-Hunspell + cp -pr Changes /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64/usr/share/doc/perl-Text-Hunspell + cp -pr README /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64/usr/share/doc/perl-Text-Hunspell + cp -pr examples/ /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64/usr/share/doc/perl-Text-Hunspell + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: perl(Text::Hunspell) = 2.14 perl-Text-Hunspell = 2.14-17.fc31 perl-Text-Hunspell(riscv-64) = 2.14-17.fc31 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) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libhunspell-1.7.so.0()(64bit) libperl.so.5.30()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) perl(DynaLoader) perl(vars) rtld(GNU_HASH) Processing files: perl-Text-Hunspell-debugsource-2.14-17.fc31.riscv64 Provides: perl-Text-Hunspell-debugsource = 2.14-17.fc31 perl-Text-Hunspell-debugsource(riscv-64) = 2.14-17.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Text-Hunspell-debuginfo-2.14-17.fc31.riscv64 Provides: debuginfo(build-id) = f2fed63d2712fcd124c49984a0dc299c602f9d83 perl-Text-Hunspell-debuginfo = 2.14-17.fc31 perl-Text-Hunspell-debuginfo(riscv-64) = 2.14-17.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Text-Hunspell-debugsource(riscv-64) = 2.14-17.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64 Wrote: /builddir/build/RPMS/perl-Text-Hunspell-2.14-17.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Text-Hunspell-debugsource-2.14-17.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Text-Hunspell-debuginfo-2.14-17.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.kOYTkz + umask 022 + cd /builddir/build/BUILD + cd Text-Hunspell-2.14 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Text-Hunspell-2.14-17.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0