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/gap-pkg-json.spec'], chrootPath='/var/lib/mock/f33-build-345127-59240/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/gap-pkg-json.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=1595808000 Wrote: /builddir/build/SRPMS/gap-pkg-json-2.0.2-2.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/gap-pkg-json.spec'], chrootPath='/var/lib/mock/f33-build-345127-59240/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/gap-pkg-json.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=1595808000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.bQJxpp + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf json-2.0.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/json-2.0.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd json-2.0.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MINm1r + umask 022 + cd /builddir/build/BUILD + cd json-2.0.2 + export LC_ALL=C.UTF-8 + LC_ALL=C.UTF-8 + ./configure /usr/lib/gap Using settings from /usr/lib/gap/sysinfo.gap + /usr/bin/make -O -j4 V=1 VERBOSE=1 /usr/lib/gap/gac -d -p "-MQ "gen/src/json.lo" -MMD -MP -MF gen/src/json.d" -p "" -c src/json.cc -o gen/src/json.lo /bin/sh /usr/bin/libtool --mode=compile 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-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -MQ gen/src/json.lo -MMD -MP -MF gen/src/json.d -x c++ -o gen/src/json.lo -I/usr/lib/gap/gen -I/usr/lib/gap/src -I/usr/lib/gap -DHAVE_CONFIG_H -DSYS_DEFAULT_PATHS=/usr/lib/gap -c src/json.cc libtool: compile: 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-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -MQ gen/src/json.lo -MMD -MP -MF gen/src/json.d -x c++ -I/usr/lib/gap/gen -I/usr/lib/gap/src -I/usr/lib/gap -DHAVE_CONFIG_H -DSYS_DEFAULT_PATHS=/usr/lib/gap -c src/json.cc -fPIC -DPIC -o gen/src/.libs/json.o libtool: compile: 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-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -MQ gen/src/json.lo -MMD -MP -MF gen/src/json.d -x c++ -I/usr/lib/gap/gen -I/usr/lib/gap/src -I/usr/lib/gap -DHAVE_CONFIG_H -DSYS_DEFAULT_PATHS=/usr/lib/gap -c src/json.cc -o gen/src/json.o >/dev/null 2>&1 In file included from src/json.cc:10: src/picojson/gap-traits.h: In static member function ‘static std::pair gap_val::from_str(const string&)’: src/picojson/gap-traits.h:80:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 80 | if(loc == std::string::npos) | ~~~~^~~~~~~~~~~~~~~~~~~~ src/picojson/gap-traits.h:101:24: warning: catching polymorphic type ‘class std::invalid_argument’ by value [-Wcatch-value=] 101 | catch(std::invalid_argument) | ^~~~~~~~~~~~~~~~ src/json.cc: In function ‘UInt** JsonToGap(const gmp_value&)’: src/json.cc:36:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector, std::allocator > >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 36 | for(int i = 1; i <= a.size(); ++i) | ~~^~~~~~~~~~~ In file included from src/json.cc:9: src/picojson/picojson.h: In function ‘bool picojson::_parse_array(Context&, picojson::input&) [with Context = picojson::default_parse_context_t; Iter = GapStringToInputIterator]’: src/picojson/picojson.h:322:7: warning: ‘.picojson::value_t::u_’ may be used uninitialized in this function [-Wmaybe-uninitialized] 322 | u_ = x.u_; | ^~ src/picojson/picojson.h: In function ‘bool picojson::_parse_array(Context&, picojson::input&) [with Context = picojson::default_parse_context_t; Iter = GapStreamToInputIterator]’: src/picojson/picojson.h:322:7: warning: ‘.picojson::value_t::u_’ may be used uninitialized in this function [-Wmaybe-uninitialized] 322 | u_ = x.u_; | ^~ /usr/lib/gap/gac -d -p "-MQ "bin/riscv64-redhat-linux-gnu-default64-kv7/json.so" -MMD -MP -MF bin/riscv64-redhat-linux-gnu-default64-kv7/.d" -P "-lstdc++" gen/src/json.lo -o bin/riscv64-redhat-linux-gnu-default64-kv7/json.so /bin/sh /usr/bin/libtool --mode=link gcc -module -avoid-version -rpath /usr/lib64 -Wl,-z,relro -Wl,--as-needed -lstdc++ -o bin/riscv64-redhat-linux-gnu-default64-kv7/json.so gen/src/json.lo libtool: link: gcc -shared -fPIC -DPIC gen/src/.libs/json.o -lstdc++ -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-soname -Wl,json.so -o bin/riscv64-redhat-linux-gnu-default64-kv7/.libs/json.so libtool: link: ar cru bin/riscv64-redhat-linux-gnu-default64-kv7/.libs/json.a gen/src/json.o libtool: link: ranlib bin/riscv64-redhat-linux-gnu-default64-kv7/.libs/json.a libtool: link: ( cd "bin/riscv64-redhat-linux-gnu-default64-kv7/.libs" && rm -f "json.la" && ln -s "../json.la" "json.la" ) rm -f + gap ┌───────┐ GAP 4.11.0 of 29-Feb-2020 │ GAP │ https://www.gap-system.org └───────┘ Architecture: riscv64-redhat-linux-gnu-default64-kv7 Configuration: gmp 6.2.0, GASMAN, readline Loading the library and packages ... #I autpgrp package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I alnuth package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I crisp package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I ctbllib package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I factint package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I fga package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I irredsol package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I laguna package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I polenta package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I polycyclic package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I resclasses package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I sophus package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I tomlib package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') Packages: GAPDoc 1.6.4, PrimGrp 3.4.1, SmallGrp 1.4.1, TransGrp 3.0 Try '??help' for help. See also '?copyright', '?cite' and '?authors' gap> gap> gap> gap> gap> gap> ───────────────────────────────────────────────────────────────────────────── Loading AutoDoc 2020.08.11 (Generate documentation from GAP source code) by Sebastian Gutsche (https://algebra.mathematik.uni-siegen.de/gutsche/) and Max Horn (https://www.quendi.de/math). with contributions by: Mohamed Barakat, Markus Pfeiffer, Øystein Skartsæterhagen, Chris Wensley, Glen Whitney, and Fabian Zickgraf. Homepage: https://gap-packages.github.io/AutoDoc Report issues at https://github.com/gap-packages/AutoDoc/issues ───────────────────────────────────────────────────────────────────────────── > > gap> gap> Generating documentation in Directory("./doc/") #I Composing XML document . . . #I Parsing XML document . . . #I Checking XML structure . . . #I Text version (also produces labels for hyperlinks): #I First run, collecting cross references, index, toc, bib and so on . . . #I Table of contents complete. #I Producing the index . . . #I Second run through document . . . #I Producing simplified search strings and labels for hyperlinks . . . #I Constructing LaTeX version and calling pdflatex: #I Writing LaTeX file, 4 x pdflatex with bibtex and makeindex, #I Writing manual.six file ... #I Finally the HTML version . . . #I First run, collecting cross references, index, toc, bib and so on . . . #I Table of contents complete. #I Producing the index . . . #I Second run through document . . . #I - also HTML version for MathJax . . . #I First run, collecting cross references, index, toc, bib and so on . . . #I Table of contents complete. #I Producing the index . . . #I Second run through document . . . #I File: ./doc/manual.lab written. true gap> gap> + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.oBl4iq + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64 + cd json-2.0.2 + mkdir -p /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/gap/pkg/json-2.0.2 + cp -a bin doc gap tst PackageInfo.g init.g makedoc.g read.g /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/gap/pkg/json-2.0.2 + rm -fr /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/gap/pkg/json-2.0.2/bin/riscv64-redhat-linux-gnu-default64-kv7/.libs /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/gap/pkg/json-2.0.2/bin/riscv64-redhat-linux-gnu-default64-kv7/json.la + rm -f /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/gap/pkg/json-2.0.2/doc/json.aux /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/gap/pkg/json-2.0.2/doc/json.bbl /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/gap/pkg/json-2.0.2/doc/json.blg /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/gap/pkg/json-2.0.2/doc/json.idx /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/gap/pkg/json-2.0.2/doc/json.ilg /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/gap/pkg/json-2.0.2/doc/json.ind /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/gap/pkg/json-2.0.2/doc/json.log /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/gap/pkg/json-2.0.2/doc/json.out /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/gap/pkg/json-2.0.2/doc/json.pnr /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/gap/pkg/json-2.0.2/doc/json.tex + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.0.2-2.fc33 --unique-debug-suffix -2.0.2-2.fc33.riscv64 --unique-debug-src-base gap-pkg-json-2.0.2-2.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/json-2.0.2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/gap/pkg/json-2.0.2/bin/riscv64-redhat-linux-gnu-default64-kv7/json.so extracting debug info from /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/gap/pkg/json-2.0.2/bin/riscv64-redhat-linux-gnu-default64-kv7/json.so original debug info size: 684kB, size after compression: 660kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 113 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.b7WrDq + umask 022 + cd /builddir/build/BUILD + cd json-2.0.2 + export LC_ALL=C.UTF-8 + LC_ALL=C.UTF-8 + gap -l '/builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/gap;/usr/lib/gap' ┌───────┐ GAP 4.11.0 of 29-Feb-2020 │ GAP │ https://www.gap-system.org └───────┘ Architecture: riscv64-redhat-linux-gnu-default64-kv7 Configuration: gmp 6.2.0, GASMAN, readline Loading the library and packages ... #I autpgrp package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I alnuth package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I crisp package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I ctbllib package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I factint package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I fga package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I irredsol package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I laguna package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I polenta package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I polycyclic package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I resclasses package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I sophus package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') #I tomlib package is not available. Check that the name is correct #I and it is present in one of the GAP root directories (see '??RootPaths') Packages: GAPDoc 1.6.4, PrimGrp 3.4.1, SmallGrp 1.4.1, TransGrp 3.0 Try '??help' for help. See also '?copyright', '?cite' and '?authors' gap> gap> gap> gap> gap> gap> gap> ─────────────��─────────────���──────────────────────────��─────────────���──────── Loading json 2.0.2 (Reading and Writing JSON) by Christopher Jefferson (http://caj.host.cs.st-andrews.ac.uk/). Homepage: https://gap-packages.github.io/json/ Report issues at https://github.com/gap-packages/json/issues ───────────────────────────────────────────────────────────────────────────── true gap> gap> > Architecture: riscv64-redhat-linux-gnu-default64-kv7 testing: /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/g\ ap/pkg/json-2.0.2/tst/test_hard.tst 60 ms (0 ms GC) and 364KB allocated for test_hard.tst testing: /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/g\ ap/pkg/json-2.0.2/tst/test_loop.tst 590396 ms (5771 ms GC) and 801MB allocated for test_loop.tst testing: /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/g\ ap/pkg/json-2.0.2/tst/test_parse.tst 106 ms (0 ms GC) and 114KB allocated for test_parse.tst testing: /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/lib/g\ ap/pkg/json-2.0.2/tst/test_stream.tst 28 ms (0 ms GC) and 40.1KB allocated for test_stream.tst ----------------------------------- total 590590 ms (5771 ms GC) and 801MB allocated 0 failures in 4 files #I No errors detected while testing + RPM_EC=0 ++ jobs -p + exit 0 Processing files: gap-pkg-json-2.0.2-2.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pETszs + umask 022 + cd /builddir/build/BUILD + cd json-2.0.2 + DOCDIR=/builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/share/doc/gap-pkg-json + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/share/doc/gap-pkg-json + cp -pr HISTORY /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/share/doc/gap-pkg-json + cp -pr README /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/share/doc/gap-pkg-json + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.0QvOVp + umask 022 + cd /builddir/build/BUILD + cd json-2.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/share/licenses/gap-pkg-json + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/share/licenses/gap-pkg-json + cp -pr LICENSE /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64/usr/share/licenses/gap-pkg-json + RPM_EC=0 ++ jobs -p + exit 0 Provides: bundled(picojson-devel) = 1.1.1 gap-pkg-json = 2.0.2-2.fc33 gap-pkg-json(riscv-64) = 2.0.2-2.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) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) rtld(GNU_HASH) Processing files: gap-pkg-json-doc-2.0.2-2.fc33.noarch Provides: gap-pkg-json-doc = 2.0.2-2.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: gap-pkg-json-debugsource-2.0.2-2.fc33.riscv64 Provides: gap-pkg-json-debugsource = 2.0.2-2.fc33 gap-pkg-json-debugsource(riscv-64) = 2.0.2-2.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: gap-pkg-json-debuginfo-2.0.2-2.fc33.riscv64 Provides: debuginfo(build-id) = a68cc25b041160f217d4ad140992de773630e457 gap-pkg-json-debuginfo = 2.0.2-2.fc33 gap-pkg-json-debuginfo(riscv-64) = 2.0.2-2.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: gap-pkg-json-debugsource(riscv-64) = 2.0.2-2.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64 Wrote: /builddir/build/RPMS/gap-pkg-json-debugsource-2.0.2-2.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/gap-pkg-json-doc-2.0.2-2.fc33.noarch.rpm Wrote: /builddir/build/RPMS/gap-pkg-json-2.0.2-2.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/gap-pkg-json-debuginfo-2.0.2-2.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xPASPp + umask 022 + cd /builddir/build/BUILD + cd json-2.0.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/gap-pkg-json-2.0.2-2.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0