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-zmq.spec'], chrootPath='/var/lib/mock/f33-build-192130-46475/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-zmq.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=1587513600 Wrote: /builddir/build/SRPMS/ocaml-zmq-5.1.3-3.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-zmq.spec'], chrootPath='/var/lib/mock/f33-build-192130-46475/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-zmq.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=1587513600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VheTnd + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf zmq-5.1.3 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/zmq-5.1.3.tbz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd zmq-5.1.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -fr zmq-async zmq-async.opam + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.C5EvTa + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + dune build -j4 ocamlc zmq/src/caml_zmq_stubs.o In file included from caml_zmq_stubs.c:12: caml_zmq_stubs.c: In function 'caml_zmq_set_string_option': /usr/lib64/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ^ caml_zmq_stubs.c:222:26: note: in expansion of macro 'String_val' 222 | char *option_value = String_val(socket_option); | ^~~~~~~~~~ caml_zmq_stubs.c: In function 'caml_zmq_recv': /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)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ caml_zmq_stubs.c:476:13: note: in expansion of macro 'String_val' 476 | memcpy (String_val(message), zmq_msg_data (&msg), size); | ^~~~~~~~~~ In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from caml_zmq_stubs.c:5: /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, | ^~~~~ In file included from caml_zmq_stubs.c:12: caml_zmq_stubs.c: In function 'caml_z85_encode': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'zmq_z85_encode' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ caml_zmq_stubs.c:800:24: note: in expansion of macro 'String_val' 800 | if (zmq_z85_encode(String_val(result), (uint8_t*) String_val(source), length) == NULL) | ^~~~~~~~~~ In file included from caml_zmq_stubs.c:32: /usr/include/zmq.h:559:23: note: expected 'char *' but argument is of type 'const char *' 559 | zmq_z85_encode (char *dest_, const uint8_t *data_, size_t size_); | ~~~~~~^~~~~ In file included from caml_zmq_stubs.c:12: caml_zmq_stubs.c: In function 'caml_curve_keypair': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'zmq_curve_keypair' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ caml_zmq_stubs.c:828:36: note: in expansion of macro 'String_val' 828 | int result = zmq_curve_keypair(String_val(public), String_val(secret)); | ^~~~~~~~~~ In file included from caml_zmq_stubs.c:32: /usr/include/zmq.h:566:41: note: expected 'char *' but argument is of type 'const char *' 566 | ZMQ_EXPORT int zmq_curve_keypair (char *z85_public_key_, char *z85_secret_key_); | ~~~~~~^~~~~~~~~~~~~~~ In file included from caml_zmq_stubs.c:12: /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 2 of 'zmq_curve_keypair' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ caml_zmq_stubs.c:828:56: note: in expansion of macro 'String_val' 828 | int result = zmq_curve_keypair(String_val(public), String_val(secret)); | ^~~~~~~~~~ In file included from caml_zmq_stubs.c:32: /usr/include/zmq.h:566:64: note: expected 'char *' but argument is of type 'const char *' 566 | ZMQ_EXPORT int zmq_curve_keypair (char *z85_public_key_, char *z85_secret_key_); | ~~~~~~^~~~~~~~~~~~~~~ + dune build -j4 @doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bB505d + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64 + cd zmq-5.1.3 + dune install --destdir=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64 Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/META Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/deferred.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/socket.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/socket.mli Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred.a Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cma Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmxa Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmxs Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Deferred.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Deferred.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Deferred.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Socket.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Socket.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Socket.cmti Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Socket.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/dune-package Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/libzmq_stubs.a Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/opam Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.a Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.cma Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.cmti Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.cmxa Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.cmxs Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.mli Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/doc/zmq/CHANGES.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/doc/zmq/LICENSE.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/doc/zmq/README.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/stublibs/dllzmq_stubs.so Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/META Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/deferred.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/deferred.mli Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/dune-package Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/opam Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt.a Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cma Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmxa Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmxs Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt__.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt__.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt__.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt__.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt__Deferred.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt__Deferred.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt__Deferred.cmti Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt__Deferred.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/doc/zmq-lwt/CHANGES.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/doc/zmq-lwt/LICENSE.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/doc/zmq-lwt/README.md + find _build/default/_doc/_html -name .dune-keep -delete + find /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml -name '*.ml' -delete + rm -fr /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/doc + find /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml -name '*.cmxs' -exec chmod a+x '{}' + + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 5.1.3-3.fc33 --unique-debug-suffix -5.1.3-3.fc33.riscv64 --unique-debug-src-base ocaml-zmq-5.1.3-3.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/zmq-5.1.3 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmxs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmxs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.cmxs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/stublibs/dllzmq_stubs.so extracting debug info from /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/stublibs/dllzmq_stubs.so extracting debug info from /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmxs original debug info size: 300kB, size after compression: 276kB /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 1 CRC32s did match. cpio: _build/default/callback.ml: Cannot stat: No such file or directory cpio: _build/default/hashtbl.ml: Cannot stat: No such file or directory cpio: _build/default/list.ml: Cannot stat: No such file or directory cpio: _build/default/queue.ml: Cannot stat: No such file or directory cpio: _build/default/random.ml: Cannot stat: No such file or directory cpio: _build/default/src/core/lwt.ml: Cannot stat: No such file or directory 125 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 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.N6BZad + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + dune runtest test alias zmq/test/runtest ......Thread 1 killed on uncaught exception Zmq.ZMQ_exception(2, "Context was terminated") Raised at file "zmq/src/zmq.ml", line 753, characters 2-11 Called from file "zmq/src/zmq.ml", line 557, characters 14-41 Called from file "zmq/src/zmq.ml", line 557, characters 14-41 Called from file "zmq/test/zmq_test.ml", line 151, characters 6-31 Called from file "thread.ml", line 39, characters 8-14 ....... Ran: 13 tests in: 1.61 seconds. OK test alias zmq-lwt/test/runtest ....... Ran: 7 tests in: 16.94 seconds. OK + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ocaml-zmq-5.1.3-3.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.U8QTsb + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + DOCDIR=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/share/doc/ocaml-zmq + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/share/doc/ocaml-zmq + cp -pr CHANGES.md /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/share/doc/ocaml-zmq + cp -pr README.md /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/share/doc/ocaml-zmq + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.9iXTPa + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + LICENSEDIR=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/share/licenses/ocaml-zmq + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/share/licenses/ocaml-zmq + cp -pr LICENSE.md /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/share/licenses/ocaml-zmq + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Zmq) = 3ad8837a07e8a8fcdda2bf3fb8cfcfd4 ocaml(Zmq_deferred) = 3f568390b6138ce4414512c71846f163 ocaml(Zmq_deferred__Deferred) = 89deb17c594975fa995b4d7f997cc962 ocaml(Zmq_deferred__Socket) = 89f069f3e43a9f8785733d858add1ab8 ocaml-zmq = 5.1.3-3.fc33 ocaml-zmq(riscv-64) = 5.1.3-3.fc33 ocamlx(Zmq) = ed0a9127df9c75b067fbf1a09586ffd3 ocamlx(Zmq_deferred) = 7f5f6d1ff5ad6295625bc004fd93f80e ocamlx(Zmq_deferred__Deferred) = 4dcee380e9b66981f5e13439855d7271 ocamlx(Zmq_deferred__Socket) = af7a753beb936956214d33b5e8c7227f 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) libzmq.so.5()(64bit) ocaml(CamlinternalFormatBasics) = abb6a3e103af15618334f607881d2f6e ocaml(Stdint) = b442ca0f61a710f0a127b23ecf063b75 ocaml(Stdint__) = bc0cd3ad28cf1225e9e7c2b0953455e7 ocaml(Stdlib) = 758bb07a9fe47ce2726d308103d8c6ac ocaml(Stdlib__bigarray) = 6753964e3fa1b4a43d82aa25d8b470f7 ocaml(Stdlib__buffer) = 62274dc59b2be3a60aa8ac3225e14d26 ocaml(Stdlib__bytes) = 8a4d804cf862eb9fcbbc77bc74d8d60d ocaml(Stdlib__callback) = 163655e158bea18bef01aa78b1eff19a ocaml(Stdlib__complex) = 1bb63213f3e1f7d8188b2c4de5d4112f ocaml(Stdlib__format) = c5f72e9cf68719087633a822261f096a ocaml(Stdlib__hashtbl) = 6ba415b3504985a4f465c58f988c3d82 ocaml(Stdlib__int32) = 9084c02abc6ad1f2aec73b083db3921e ocaml(Stdlib__int64) = ed002463159e157ea3e45d12f5048981 ocaml(Stdlib__list) = 3a95348c023b83cf26ac8e0229a3caef ocaml(Stdlib__nativeint) = 3dfc3f10bf88570f7c6bc2ebfbc0f376 ocaml(Stdlib__printf) = 62e84bf0bef05cc9269eeeabae7fceb4 ocaml(Stdlib__queue) = c4d4900e920e325c90917ce7a18dc8ef ocaml(Stdlib__random) = 58acc50e2c9a8a709ca3a5f2b1a0b291 ocaml(Stdlib__seq) = aa29410d95f3c0bcbe4b1dc2a2661ed3 ocaml(Stdlib__string) = 0d19388e50e8e106b36c2865d3eda89a ocaml(Stdlib__uchar) = af48317d91d50bcd76019fb3dc0a0a7e ocaml(Unix) = b2e90099b3b7ea80d565f58cd4840d0a ocaml(Zmq) = 3ad8837a07e8a8fcdda2bf3fb8cfcfd4 ocaml(Zmq_deferred) = 3f568390b6138ce4414512c71846f163 ocaml(Zmq_deferred__Deferred) = 89deb17c594975fa995b4d7f997cc962 ocamlx(Stdlib) = f35fed20d6a434bdcdc787ab8d2e7090 ocamlx(Stdlib__bigarray) = 081e09d3d8780cd7de500110cb19f35c ocamlx(Stdlib__callback) = 751e26f94e3644aaa7aae6bd0485c67b ocamlx(Stdlib__hashtbl) = 930441fd4392dbe304bd79542e643636 ocamlx(Stdlib__list) = 00f0b803021241f2da62a3ac5db4e0a4 ocamlx(Stdlib__printf) = 80c38d46eaab96a59c130d985aa18edf ocamlx(Stdlib__queue) = 08c6b63f635146bbdea298509100fb2b ocamlx(Stdlib__random) = c19c37bc2ad336a3e206cc9b22b4d5ab ocamlx(Unix) = 84639ec8aa7ff37e0384f6051183baea rtld(GNU_HASH) Processing files: ocaml-zmq-devel-5.1.3-3.fc33.riscv64 Provides: ocaml(Zmq) = 3ad8837a07e8a8fcdda2bf3fb8cfcfd4 ocaml(Zmq_deferred) = 3f568390b6138ce4414512c71846f163 ocaml(Zmq_deferred__Deferred) = 89deb17c594975fa995b4d7f997cc962 ocaml(Zmq_deferred__Socket) = 89f069f3e43a9f8785733d858add1ab8 ocaml-zmq-devel = 5.1.3-3.fc33 ocaml-zmq-devel(riscv-64) = 5.1.3-3.fc33 ocamlx(Zmq) = ed0a9127df9c75b067fbf1a09586ffd3 ocamlx(Zmq_deferred) = 7f5f6d1ff5ad6295625bc004fd93f80e ocamlx(Zmq_deferred__Deferred) = 4dcee380e9b66981f5e13439855d7271 ocamlx(Zmq_deferred__Socket) = af7a753beb936956214d33b5e8c7227f Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = abb6a3e103af15618334f607881d2f6e ocaml(Stdint) = b442ca0f61a710f0a127b23ecf063b75 ocaml(Stdint__) = bc0cd3ad28cf1225e9e7c2b0953455e7 ocaml(Stdlib) = 758bb07a9fe47ce2726d308103d8c6ac ocaml(Stdlib__bigarray) = 6753964e3fa1b4a43d82aa25d8b470f7 ocaml(Stdlib__buffer) = 62274dc59b2be3a60aa8ac3225e14d26 ocaml(Stdlib__bytes) = 8a4d804cf862eb9fcbbc77bc74d8d60d ocaml(Stdlib__callback) = 163655e158bea18bef01aa78b1eff19a ocaml(Stdlib__complex) = 1bb63213f3e1f7d8188b2c4de5d4112f ocaml(Stdlib__format) = c5f72e9cf68719087633a822261f096a ocaml(Stdlib__hashtbl) = 6ba415b3504985a4f465c58f988c3d82 ocaml(Stdlib__int32) = 9084c02abc6ad1f2aec73b083db3921e ocaml(Stdlib__int64) = ed002463159e157ea3e45d12f5048981 ocaml(Stdlib__list) = 3a95348c023b83cf26ac8e0229a3caef ocaml(Stdlib__nativeint) = 3dfc3f10bf88570f7c6bc2ebfbc0f376 ocaml(Stdlib__printf) = 62e84bf0bef05cc9269eeeabae7fceb4 ocaml(Stdlib__queue) = c4d4900e920e325c90917ce7a18dc8ef ocaml(Stdlib__random) = 58acc50e2c9a8a709ca3a5f2b1a0b291 ocaml(Stdlib__seq) = aa29410d95f3c0bcbe4b1dc2a2661ed3 ocaml(Stdlib__string) = 0d19388e50e8e106b36c2865d3eda89a ocaml(Stdlib__uchar) = af48317d91d50bcd76019fb3dc0a0a7e ocaml(Unix) = b2e90099b3b7ea80d565f58cd4840d0a ocaml(Zmq) = 3ad8837a07e8a8fcdda2bf3fb8cfcfd4 ocaml(Zmq_deferred) = 3f568390b6138ce4414512c71846f163 ocaml(Zmq_deferred__Deferred) = 89deb17c594975fa995b4d7f997cc962 ocamlx(Stdlib) = f35fed20d6a434bdcdc787ab8d2e7090 ocamlx(Stdlib__bigarray) = 081e09d3d8780cd7de500110cb19f35c ocamlx(Stdlib__callback) = 751e26f94e3644aaa7aae6bd0485c67b ocamlx(Stdlib__hashtbl) = 930441fd4392dbe304bd79542e643636 ocamlx(Stdlib__list) = 00f0b803021241f2da62a3ac5db4e0a4 ocamlx(Stdlib__printf) = 80c38d46eaab96a59c130d985aa18edf ocamlx(Stdlib__queue) = 08c6b63f635146bbdea298509100fb2b ocamlx(Stdlib__random) = c19c37bc2ad336a3e206cc9b22b4d5ab ocamlx(Unix) = 84639ec8aa7ff37e0384f6051183baea Processing files: ocaml-zmq-lwt-5.1.3-3.fc33.riscv64 Provides: ocaml(Zmq_lwt) = c410e50df9b2053c9d3c11d22cc0fd17 ocaml(Zmq_lwt__) = 815490997ac1e6116b04fe2c74d14ec2 ocaml(Zmq_lwt__Deferred) = 5bb6ee14b562a172faeb6091d51460c0 ocaml-zmq-lwt = 5.1.3-3.fc33 ocaml-zmq-lwt(riscv-64) = 5.1.3-3.fc33 ocamlx(Zmq_lwt) = 528ca08e937d9eaffb4c1799c1f4b883 ocamlx(Zmq_lwt__) = 5ee045a3eb8e6511b2d00582b4e0b7d5 ocamlx(Zmq_lwt__Deferred) = f50718cdae844a2a6a0215de4fe5b961 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) ocaml(CamlinternalFormatBasics) = abb6a3e103af15618334f607881d2f6e ocaml(Lwt) = cd7b8aeda312e1f6c03235b8a9b513b9 ocaml(Lwt_condition) = 971048c3241dc1e341e8d755b2421239 ocaml(Lwt_mutex) = 261e1cdc70e50cbc27eb43ca7a060f75 ocaml(Lwt_result) = cadb2026127dd36a388e91e99f4c927f ocaml(Lwt_sequence) = d61bd339e949558b891bc6846fad3a36 ocaml(Lwt_stream) = d0d5a77f278ad76f9bb35dadf2c02d0d ocaml(Lwt_unix) = 936bb4454c4523f7f5f49d2aecf69cf3 ocaml(Result) = 7e302ff53426707d595a852b065dd13d ocaml(Seq) = e666181e513274b2cb26b359ce001dd2 ocaml(Stdlib) = 758bb07a9fe47ce2726d308103d8c6ac ocaml(Stdlib__bigarray) = 6753964e3fa1b4a43d82aa25d8b470f7 ocaml(Stdlib__complex) = 1bb63213f3e1f7d8188b2c4de5d4112f ocaml(Stdlib__pervasives) = 5c561b71c495f928b9d9e972da260962 ocaml(Stdlib__seq) = aa29410d95f3c0bcbe4b1dc2a2661ed3 ocaml(Unix) = b2e90099b3b7ea80d565f58cd4840d0a ocaml(Zmq) = 3ad8837a07e8a8fcdda2bf3fb8cfcfd4 ocaml(Zmq_deferred) = 3f568390b6138ce4414512c71846f163 ocaml(Zmq_deferred__Deferred) = 89deb17c594975fa995b4d7f997cc962 ocaml(Zmq_deferred__Socket) = 89f069f3e43a9f8785733d858add1ab8 ocaml(Zmq_lwt__) = 815490997ac1e6116b04fe2c74d14ec2 ocaml(Zmq_lwt__Deferred) = 5bb6ee14b562a172faeb6091d51460c0 ocamlx(Lwt) = 0e091c2710397bdb5eba4900e7b68903 ocamlx(Lwt_condition) = e3534a5059875cd6fad79d87fa22aa72 ocamlx(Lwt_result) = aff8b1f64df90735494042c37da93c28 ocamlx(Lwt_unix) = 7c2b0527ead629e5dc8503028ee714bd rtld(GNU_HASH) Processing files: ocaml-zmq-lwt-devel-5.1.3-3.fc33.riscv64 Provides: ocaml(Zmq_lwt) = c410e50df9b2053c9d3c11d22cc0fd17 ocaml(Zmq_lwt__) = 815490997ac1e6116b04fe2c74d14ec2 ocaml(Zmq_lwt__Deferred) = 5bb6ee14b562a172faeb6091d51460c0 ocaml-zmq-lwt-devel = 5.1.3-3.fc33 ocaml-zmq-lwt-devel(riscv-64) = 5.1.3-3.fc33 ocamlx(Zmq_lwt) = 528ca08e937d9eaffb4c1799c1f4b883 ocamlx(Zmq_lwt__) = 5ee045a3eb8e6511b2d00582b4e0b7d5 ocamlx(Zmq_lwt__Deferred) = f50718cdae844a2a6a0215de4fe5b961 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = abb6a3e103af15618334f607881d2f6e ocaml(Lwt) = cd7b8aeda312e1f6c03235b8a9b513b9 ocaml(Lwt_condition) = 971048c3241dc1e341e8d755b2421239 ocaml(Lwt_mutex) = 261e1cdc70e50cbc27eb43ca7a060f75 ocaml(Lwt_result) = cadb2026127dd36a388e91e99f4c927f ocaml(Lwt_sequence) = d61bd339e949558b891bc6846fad3a36 ocaml(Lwt_stream) = d0d5a77f278ad76f9bb35dadf2c02d0d ocaml(Lwt_unix) = 936bb4454c4523f7f5f49d2aecf69cf3 ocaml(Result) = 7e302ff53426707d595a852b065dd13d ocaml(Seq) = e666181e513274b2cb26b359ce001dd2 ocaml(Stdlib) = 758bb07a9fe47ce2726d308103d8c6ac ocaml(Stdlib__bigarray) = 6753964e3fa1b4a43d82aa25d8b470f7 ocaml(Stdlib__complex) = 1bb63213f3e1f7d8188b2c4de5d4112f ocaml(Stdlib__pervasives) = 5c561b71c495f928b9d9e972da260962 ocaml(Stdlib__seq) = aa29410d95f3c0bcbe4b1dc2a2661ed3 ocaml(Unix) = b2e90099b3b7ea80d565f58cd4840d0a ocaml(Zmq) = 3ad8837a07e8a8fcdda2bf3fb8cfcfd4 ocaml(Zmq_deferred) = 3f568390b6138ce4414512c71846f163 ocaml(Zmq_deferred__Deferred) = 89deb17c594975fa995b4d7f997cc962 ocaml(Zmq_deferred__Socket) = 89f069f3e43a9f8785733d858add1ab8 ocaml(Zmq_lwt__) = 815490997ac1e6116b04fe2c74d14ec2 ocaml(Zmq_lwt__Deferred) = 5bb6ee14b562a172faeb6091d51460c0 ocamlx(Lwt) = 0e091c2710397bdb5eba4900e7b68903 ocamlx(Lwt_condition) = e3534a5059875cd6fad79d87fa22aa72 ocamlx(Lwt_result) = aff8b1f64df90735494042c37da93c28 ocamlx(Lwt_unix) = 7c2b0527ead629e5dc8503028ee714bd Processing files: ocaml-zmq-doc-5.1.3-3.fc33.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.LpZ9Fb + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + DOCDIR=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/share/doc/ocaml-zmq-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/share/doc/ocaml-zmq-doc + cp -pr _build/default/_doc/_html/ /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/share/doc/ocaml-zmq-doc + cp -pr _build/default/_doc/_mlds/ /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/share/doc/ocaml-zmq-doc + cp -pr _build/default/_doc/_odoc/ /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/share/doc/ocaml-zmq-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.GgMqJa + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + LICENSEDIR=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/share/licenses/ocaml-zmq-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/share/licenses/ocaml-zmq-doc + cp -pr LICENSE.md /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64/usr/share/licenses/ocaml-zmq-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml-zmq-doc = 5.1.3-3.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-zmq-debugsource-5.1.3-3.fc33.riscv64 Provides: ocaml-zmq-debugsource = 5.1.3-3.fc33 ocaml-zmq-debugsource(riscv-64) = 5.1.3-3.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-zmq-debuginfo-5.1.3-3.fc33.riscv64 Provides: debuginfo(build-id) = 502d5f9c92c9157b4c15dda1f6a41106d3a5fa98 debuginfo(build-id) = e94d0c0eacff83f49758a5e6fee7ebf43559e6c8 debuginfo(build-id) = ec53ba52b460cab8dfeb88247f3745c33bf0667f ocaml-zmq-debuginfo = 5.1.3-3.fc33 ocaml-zmq-debuginfo(riscv-64) = 5.1.3-3.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-zmq-debugsource(riscv-64) = 5.1.3-3.fc33 Processing files: ocaml-zmq-lwt-debuginfo-5.1.3-3.fc33.riscv64 Provides: debuginfo(build-id) = bf68ceb91c50cb2a48ca6b21b62c278f853781c5 ocaml-zmq-lwt-debuginfo = 5.1.3-3.fc33 ocaml-zmq-lwt-debuginfo(riscv-64) = 5.1.3-3.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-zmq-debugsource(riscv-64) = 5.1.3-3.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64 Wrote: /builddir/build/RPMS/ocaml-zmq-lwt-5.1.3-3.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-lwt-devel-5.1.3-3.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-5.1.3-3.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-debugsource-5.1.3-3.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-lwt-debuginfo-5.1.3-3.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-debuginfo-5.1.3-3.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-doc-5.1.3-3.fc33.noarch.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-devel-5.1.3-3.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.mAGeGd + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-3.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0