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-597388-66909/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=1619308800 Wrote: /builddir/build/SRPMS/ocaml-dbus-0.30-35.fc33.1.rvre0.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-597388-66909/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=1619308800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dCXBgp + 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.zwA2go + 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:26:1: note: expected 'void * restrict' but argument is of type 'const char *' 26 | __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.rsohQn + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64 ++ dirname /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64 + cd ocaml-dbus-0.30 + export DESTDIR=/builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64 + DESTDIR=/builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64 + export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64/usr/lib64/ocaml + mkdir -p /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64/usr/lib64/ocaml /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64/usr/lib64/ocaml/stublibs + make OCAMLDESTDIR=/builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.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-35.fc33.1.rvre0.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-35.fc33.1.rvre0.riscv64/usr/lib64/ocaml/dbus/dBus.cmx Installed /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64/usr/lib64/ocaml/dbus/libdbus_stubs.a Installed /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64/usr/lib64/ocaml/dbus/dBus.a Installed /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64/usr/lib64/ocaml/dbus/dBus.cmxa Installed /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64/usr/lib64/ocaml/dbus/dBus.cma Installed /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64/usr/lib64/ocaml/dbus/dBus.mli Installed /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64/usr/lib64/ocaml/dbus/dBus.cmi Installed /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64/usr/lib64/ocaml/stublibs/dlldbus_stubs.so Installed /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64/usr/lib64/ocaml/stublibs/dlldbus_stubs.so.owner Installed /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64/usr/lib64/ocaml/dbus/META + chrpath --delete /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.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-35.fc33.1.rvre0 --unique-debug-suffix -0.30-35.fc33.1.rvre0.riscv64 --unique-debug-src-base ocaml-dbus-0.30-35.fc33.1.rvre0.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-35.fc33.1.rvre0.riscv64/usr/lib64/ocaml/stublibs/dlldbus_stubs.so extracting debug info from /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64/usr/lib64/ocaml/stublibs/dlldbus_stubs.so original debug info size: 392kB, size after compression: 388kB /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 '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pcU6Rl + umask 022 + cd /builddir/build/BUILD + cd ocaml-dbus-0.30 + DOCDIR=/builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.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-35.fc33.1.rvre0.riscv64/usr/share/doc/ocaml-dbus + cp -pr README /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64/usr/share/doc/ocaml-dbus + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(DBus) = e6b2b95da5d1fb186494c341d38df0bd ocaml-dbus = 0.30-35.fc33.1.rvre0 ocaml-dbus(riscv-64) = 0.30-35.fc33.1.rvre0 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) = 3a3ca1838627f7762f49679ce0278ad1 ocaml(Stdlib) = c21c5d26416461b543321872a551ea0d ocaml(Stdlib__bigarray) = 8f51e488a7f2bd0c6137bb9ba75b530e ocaml(Stdlib__buffer) = 234b61fa3906003822205287eb65a481 ocaml(Stdlib__callback) = 1b88fbd71c9cf564eb0790c5709a779a ocaml(Stdlib__complex) = 2221dce26021209ffd747f2125bf7f10 ocaml(Stdlib__int32) = 2e6c00c32474b3f4f0ca069a3eceab68 ocaml(Stdlib__list) = 15cef02558cc6576c616c84f09d5b0ea ocaml(Stdlib__printf) = 5cec2efa6f5a2459d17f2788deb783f2 ocaml(Stdlib__seq) = d6a8de25c9eecf5ae9420a9f3f8b2e88 ocaml(Stdlib__string) = 9d02da014acaf1dfdd63872e707eaed9 ocaml(Stdlib__uchar) = ab6f1df93abf9e800a3e0d1543523c96 ocaml(Unix) = e6d191b089c68976347fa6524bb28048 rtld(GNU_HASH) Processing files: ocaml-dbus-devel-0.30-35.fc33.1.rvre0.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.TNEdPl + umask 022 + cd /builddir/build/BUILD + cd ocaml-dbus-0.30 + DOCDIR=/builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.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-35.fc33.1.rvre0.riscv64/usr/share/doc/ocaml-dbus-devel + cp -pr README /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64/usr/share/doc/ocaml-dbus-devel + cp -pr THANKS /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64/usr/share/doc/ocaml-dbus-devel + cp -pr example_avahi.ml /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64/usr/share/doc/ocaml-dbus-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(DBus) = e6b2b95da5d1fb186494c341d38df0bd ocaml-dbus-devel = 0.30-35.fc33.1.rvre0 ocaml-dbus-devel(riscv-64) = 0.30-35.fc33.1.rvre0 ocamlx(DBus) = f1c7194233b24258dd708a26a405fb2e Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = 3a3ca1838627f7762f49679ce0278ad1 ocaml(Stdlib) = c21c5d26416461b543321872a551ea0d ocaml(Stdlib__bigarray) = 8f51e488a7f2bd0c6137bb9ba75b530e ocaml(Stdlib__buffer) = 234b61fa3906003822205287eb65a481 ocaml(Stdlib__callback) = 1b88fbd71c9cf564eb0790c5709a779a ocaml(Stdlib__complex) = 2221dce26021209ffd747f2125bf7f10 ocaml(Stdlib__int32) = 2e6c00c32474b3f4f0ca069a3eceab68 ocaml(Stdlib__list) = 15cef02558cc6576c616c84f09d5b0ea ocaml(Stdlib__printf) = 5cec2efa6f5a2459d17f2788deb783f2 ocaml(Stdlib__seq) = d6a8de25c9eecf5ae9420a9f3f8b2e88 ocaml(Stdlib__string) = 9d02da014acaf1dfdd63872e707eaed9 ocaml(Stdlib__uchar) = ab6f1df93abf9e800a3e0d1543523c96 ocaml(Unix) = e6d191b089c68976347fa6524bb28048 ocamlx(Stdlib) = 5b1118fc938423037933e63643e9f671 ocamlx(Stdlib__callback) = 8be8bbbb398fb67c5ac76dd97e4c8891 ocamlx(Stdlib__list) = 1f9660a314f1e6cb5f40359d9d3b2f29 ocamlx(Stdlib__printf) = ed32309c6fdb9909e2ec1cda5118b14c ocamlx(Stdlib__string) = 9693062f8b4045a04e0d3ae8d45a36af Processing files: ocaml-dbus-debugsource-0.30-35.fc33.1.rvre0.riscv64 Provides: ocaml-dbus-debugsource = 0.30-35.fc33.1.rvre0 ocaml-dbus-debugsource(riscv-64) = 0.30-35.fc33.1.rvre0 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-35.fc33.1.rvre0.riscv64 Provides: debuginfo(build-id) = c68d5098d2cd3cb2a9938e1f7da795a31fec1127 ocaml-dbus-debuginfo = 0.30-35.fc33.1.rvre0 ocaml-dbus-debuginfo(riscv-64) = 0.30-35.fc33.1.rvre0 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-35.fc33.1.rvre0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64 Wrote: /builddir/build/RPMS/ocaml-dbus-debugsource-0.30-35.fc33.1.rvre0.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-dbus-debuginfo-0.30-35.fc33.1.rvre0.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-dbus-devel-0.30-35.fc33.1.rvre0.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Ifvh6n + umask 022 + cd /builddir/build/BUILD + cd ocaml-dbus-0.30 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-dbus-0.30-35.fc33.1.rvre0.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0