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/ocaml-dbus.spec'], chrootPath='/var/lib/mock/f33-build-199912-47970/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/ocaml-dbus.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=1588550400 Wrote: /builddir/build/SRPMS/ocaml-dbus-0.30-32.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/ocaml-dbus.spec'], chrootPath='/var/lib/mock/f33-build-199912-47970/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/ocaml-dbus.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=1588550400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.tDPf9R + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ocaml-dbus-0.30 + /usr/bin/gzip -dc /builddir/build/SOURCES/v0.30.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-dbus-0.30 + /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.CJ4CkS + umask 022 + cd /builddir/build/BUILD + cd ocaml-dbus-0.30 + make 'OCAMLC=ocamlc.opt -g' 'OCAMLOPT=ocamlopt.opt -g' 'OCAMLMKLIB=ocamlmklib -g' ocamlc.opt -g -c -o dBus.cmi dBus.mli ocamlc.opt -g -ccopt "-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include " -c -o dbus_stubs.o dbus_stubs.c dbus_stubs.c: In function 'raise_dbus_error': dbus_stubs.c:261:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 261 | dbus_err = caml_named_value("dbus.error"); | ^ dbus_stubs.c: In function 'raise_dbus_internal_error': dbus_stubs.c:272:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 272 | dbus_err = caml_named_value("dbus.internal_error"); | ^ dbus_stubs.c: In function 'raise_dbus_type_not_supported': dbus_stubs.c:281:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 281 | dbus_err = caml_named_value("dbus.type_not_supported"); | ^ In file included from dbus_stubs.c:23: dbus_stubs.c: In function 'stub_dbus_message_marshal': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ dbus_stubs.c:1789:9: note: in expansion of macro 'String_val' 1789 | memcpy(String_val(msgstr), c_msgstr, c_msglen); | ^~~~~~~~~~ In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdint.h:26, from /usr/lib/gcc/riscv64-redhat-linux/10/include/stdint.h:9, from dbus_stubs.c:17: /usr/include/bits/string_fortified.h:31:1: note: expected 'void * restrict' but argument is of type 'const char *' 31 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ ocamlmklib -g -o dbus_stubs -cclib "" -ldbus-1 dbus_stubs.o ocamlopt.opt -g -c -o dBus.cmx dBus.ml File "dBus.ml", line 290, characters 12-13: 290 | | SigByte _ | SigBool _ | SigInt16 _ | SigUInt16 _ | SigInt32 _ ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 290, characters 24-25: 290 | | SigByte _ | SigBool _ | SigInt16 _ | SigUInt16 _ | SigInt32 _ ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 290, characters 37-38: 290 | | SigByte _ | SigBool _ | SigInt16 _ | SigUInt16 _ | SigInt32 _ ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 290, characters 51-52: 290 | | SigByte _ | SigBool _ | SigInt16 _ | SigUInt16 _ | SigInt32 _ ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 290, characters 64-65: 290 | | SigByte _ | SigBool _ | SigInt16 _ | SigUInt16 _ | SigInt32 _ ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 291, characters 14-15: 291 | | SigUInt32 _ | SigInt64 _ | SigUInt64 _ | SigDouble _ ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 291, characters 27-28: 291 | | SigUInt32 _ | SigInt64 _ | SigUInt64 _ | SigDouble _ ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 291, characters 41-42: 291 | | SigUInt32 _ | SigInt64 _ | SigUInt64 _ | SigDouble _ ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 291, characters 55-56: 291 | | SigUInt32 _ | SigInt64 _ | SigUInt64 _ | SigDouble _ ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 292, characters 14-15: 292 | | SigString _ | SigObjectPath _ -> true ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 292, characters 32-33: 292 | | SigString _ | SigObjectPath _ -> true ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 295, characters 9-30: 295 | let rec is_sig_value_matching s v = ^^^^^^^^^^^^^^^^^^^^^ Warning 26: unused variable is_sig_value_matching. ocamlopt.opt -g -a -cclib -ldbus_stubs -cclib -ldbus-1 -o dBus.cmxa dBus.cmx ocamlc.opt -g -c -o dBus.cmo dBus.ml File "dBus.ml", line 290, characters 12-13: 290 | | SigByte _ | SigBool _ | SigInt16 _ | SigUInt16 _ | SigInt32 _ ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 290, characters 24-25: 290 | | SigByte _ | SigBool _ | SigInt16 _ | SigUInt16 _ | SigInt32 _ ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 290, characters 37-38: 290 | | SigByte _ | SigBool _ | SigInt16 _ | SigUInt16 _ | SigInt32 _ ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 290, characters 51-52: 290 | | SigByte _ | SigBool _ | SigInt16 _ | SigUInt16 _ | SigInt32 _ ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 290, characters 64-65: 290 | | SigByte _ | SigBool _ | SigInt16 _ | SigUInt16 _ | SigInt32 _ ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 291, characters 14-15: 291 | | SigUInt32 _ | SigInt64 _ | SigUInt64 _ | SigDouble _ ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 291, characters 27-28: 291 | | SigUInt32 _ | SigInt64 _ | SigUInt64 _ | SigDouble _ ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 291, characters 41-42: 291 | | SigUInt32 _ | SigInt64 _ | SigUInt64 _ | SigDouble _ ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 291, characters 55-56: 291 | | SigUInt32 _ | SigInt64 _ | SigUInt64 _ | SigDouble _ ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 292, characters 14-15: 292 | | SigString _ | SigObjectPath _ -> true ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 292, characters 32-33: 292 | | SigString _ | SigObjectPath _ -> true ^ Warning 28: wildcard pattern given as argument to a constant constructor File "dBus.ml", line 295, characters 9-30: 295 | let rec is_sig_value_matching s v = ^^^^^^^^^^^^^^^^^^^^^ Warning 26: unused variable is_sig_value_matching. ocamlc.opt -g -a -dllib dlldbus_stubs.so -cclib -ldbus_stubs -cclib -ldbus-1 -o dBus.cma dBus.cmo + test -f README + cat + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vqARQR + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64 + cd ocaml-dbus-0.30 + export DESTDIR=/builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64 + DESTDIR=/builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64 + export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/lib64/ocaml + mkdir -p /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/lib64/ocaml /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/lib64/ocaml/stublibs + make OCAMLDESTDIR=/builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/lib64/ocaml install ocamlopt -a -cclib -ldbus_stubs -cclib -ldbus-1 -o dBus.cmxa dBus.cmx ocamlfind install -destdir /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/lib64/ocaml -ldconf ignore dbus META dBus.cmi dBus.mli dBus.cma dBus.cmxa *.a *.so *.cmx Installed /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/lib64/ocaml/dbus/dBus.cmx Installed /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/lib64/ocaml/dbus/libdbus_stubs.a Installed /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/lib64/ocaml/dbus/dBus.a Installed /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/lib64/ocaml/dbus/dBus.cmxa Installed /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/lib64/ocaml/dbus/dBus.cma Installed /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/lib64/ocaml/dbus/dBus.mli Installed /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/lib64/ocaml/dbus/dBus.cmi Installed /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/lib64/ocaml/stublibs/dlldbus_stubs.so Installed /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/lib64/ocaml/stublibs/dlldbus_stubs.so.owner Installed /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/lib64/ocaml/dbus/META + chrpath --delete /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/lib64/ocaml/stublibs/dlldbus_stubs.so + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.30-32.fc33 --unique-debug-suffix -0.30-32.fc33.riscv64 --unique-debug-src-base ocaml-dbus-0.30-32.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/ocaml-dbus-0.30 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/lib64/ocaml/stublibs/dlldbus_stubs.so extracting debug info from /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/lib64/ocaml/stublibs/dlldbus_stubs.so original debug info size: 188kB, size after compression: 184kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 98 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 /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-dbus-0.30-32.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Prx1eS + umask 022 + cd /builddir/build/BUILD + cd ocaml-dbus-0.30 + DOCDIR=/builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/share/doc/ocaml-dbus + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/share/doc/ocaml-dbus + cp -pr README /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/share/doc/ocaml-dbus + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(DBus) = 7162f8323433c104fe192d04d2f04121 ocaml-dbus = 0.30-32.fc33 ocaml-dbus(riscv-64) = 0.30-32.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) libdbus-1.so.3()(64bit) libdbus-1.so.3(LIBDBUS_1_3)(64bit) ocaml(CamlinternalFormatBasics) = abb6a3e103af15618334f607881d2f6e ocaml(Stdlib) = 758bb07a9fe47ce2726d308103d8c6ac ocaml(Stdlib__bigarray) = 6753964e3fa1b4a43d82aa25d8b470f7 ocaml(Stdlib__buffer) = 62274dc59b2be3a60aa8ac3225e14d26 ocaml(Stdlib__callback) = 163655e158bea18bef01aa78b1eff19a ocaml(Stdlib__complex) = 1bb63213f3e1f7d8188b2c4de5d4112f ocaml(Stdlib__int32) = 9084c02abc6ad1f2aec73b083db3921e ocaml(Stdlib__list) = 3a95348c023b83cf26ac8e0229a3caef ocaml(Stdlib__printf) = 62e84bf0bef05cc9269eeeabae7fceb4 ocaml(Stdlib__seq) = aa29410d95f3c0bcbe4b1dc2a2661ed3 ocaml(Stdlib__string) = 0d19388e50e8e106b36c2865d3eda89a ocaml(Stdlib__uchar) = af48317d91d50bcd76019fb3dc0a0a7e ocaml(Unix) = b2e90099b3b7ea80d565f58cd4840d0a rtld(GNU_HASH) Processing files: ocaml-dbus-devel-0.30-32.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hht84S + umask 022 + cd /builddir/build/BUILD + cd ocaml-dbus-0.30 + DOCDIR=/builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/share/doc/ocaml-dbus-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/share/doc/ocaml-dbus-devel + cp -pr README /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/share/doc/ocaml-dbus-devel + cp -pr THANKS /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/share/doc/ocaml-dbus-devel + cp -pr example_avahi.ml /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64/usr/share/doc/ocaml-dbus-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(DBus) = 7162f8323433c104fe192d04d2f04121 ocaml-dbus-devel = 0.30-32.fc33 ocaml-dbus-devel(riscv-64) = 0.30-32.fc33 ocamlx(DBus) = 37357af767be74dc6844a2e43dfa7967 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = abb6a3e103af15618334f607881d2f6e ocaml(Stdlib) = 758bb07a9fe47ce2726d308103d8c6ac ocaml(Stdlib__bigarray) = 6753964e3fa1b4a43d82aa25d8b470f7 ocaml(Stdlib__buffer) = 62274dc59b2be3a60aa8ac3225e14d26 ocaml(Stdlib__callback) = 163655e158bea18bef01aa78b1eff19a ocaml(Stdlib__complex) = 1bb63213f3e1f7d8188b2c4de5d4112f ocaml(Stdlib__int32) = 9084c02abc6ad1f2aec73b083db3921e ocaml(Stdlib__list) = 3a95348c023b83cf26ac8e0229a3caef ocaml(Stdlib__printf) = 62e84bf0bef05cc9269eeeabae7fceb4 ocaml(Stdlib__seq) = aa29410d95f3c0bcbe4b1dc2a2661ed3 ocaml(Stdlib__string) = 0d19388e50e8e106b36c2865d3eda89a ocaml(Stdlib__uchar) = af48317d91d50bcd76019fb3dc0a0a7e ocaml(Unix) = b2e90099b3b7ea80d565f58cd4840d0a ocamlx(Stdlib) = d50bf5c337fbea2c5da706f061da5125 ocamlx(Stdlib__callback) = 7f310ba88c7f5a1aa21a0b1072c24a6f ocamlx(Stdlib__list) = 3a5298ac5099f046d6b27dfb3eb59ca0 ocamlx(Stdlib__printf) = bd2e60aaa72e2624867de92741eef4b2 ocamlx(Stdlib__string) = e91b030dd19dff9da325a8ca7e199786 Processing files: ocaml-dbus-debugsource-0.30-32.fc33.riscv64 Provides: ocaml-dbus-debugsource = 0.30-32.fc33 ocaml-dbus-debugsource(riscv-64) = 0.30-32.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-dbus-debuginfo-0.30-32.fc33.riscv64 Provides: debuginfo(build-id) = 4e22ab892823ecc76839e543b745ad8694423e89 ocaml-dbus-debuginfo = 0.30-32.fc33 ocaml-dbus-debuginfo(riscv-64) = 0.30-32.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-dbus-debugsource(riscv-64) = 0.30-32.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64 Wrote: /builddir/build/RPMS/ocaml-dbus-debugsource-0.30-32.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-dbus-0.30-32.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-dbus-debuginfo-0.30-32.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-dbus-devel-0.30-32.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.DNcahR + umask 022 + cd /builddir/build/BUILD + cd ocaml-dbus-0.30 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-dbus-0.30-32.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0