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-598008-67081/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=1606867200 Wrote: /builddir/build/SRPMS/ocaml-zmq-5.1.3-9.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-598008-67081/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=1606867200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.T84t0U + 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.oYdRBV + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + dune build -j4 gcc 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:26:1: note: expected 'void * restrict' but argument is of type 'const char *' 26 | __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.wQbIzV + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64 + cd zmq-5.1.3 + dune install --destdir=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64 Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/META Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/deferred.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/socket.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/socket.mli Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred.a Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cma Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmxa Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmxs Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Deferred.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Deferred.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Deferred.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Socket.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Socket.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Socket.cmti Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Socket.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/dune-package Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/libzmq_stubs.a Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/opam Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.a Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.cma Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.cmti Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.cmxa Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.cmxs Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.mli Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/doc/zmq/CHANGES.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/doc/zmq/LICENSE.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/doc/zmq/README.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/stublibs/dllzmq_stubs.so Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/META Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/deferred.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/deferred.mli Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/dune-package Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/opam Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt.a Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cma Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmxa Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmxs Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt__.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt__.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt__.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt__.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt__Deferred.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt__Deferred.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt__Deferred.cmti Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt__Deferred.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/doc/zmq-lwt/CHANGES.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/doc/zmq-lwt/LICENSE.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.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-9.fc33.riscv64/usr/lib64/ocaml -name '*.ml' -delete + rm -fr /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/doc + find /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.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-9.fc33 --unique-debug-suffix -5.1.3-9.fc33.riscv64 --unique-debug-src-base ocaml-zmq-5.1.3-9.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-9.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.cmxs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.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-9.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-9.fc33.riscv64/usr/lib64/ocaml/stublibs/dllzmq_stubs.so extracting debug info from /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/stublibs/dllzmq_stubs.so extracting debug info from /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/lib64/ocaml/zmq/zmq.cmxs original debug info size: 548kB, size after compression: 512kB /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 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 '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.7xzoqW + 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 Zmq.zmq_raise in file "zmq/src/zmq.ml", line 753, characters 2-11 Called from Zmq.Proxy.create in file "zmq/src/zmq.ml", line 557, characters 14-41 Called from Zmq.Proxy.create in file "zmq/src/zmq.ml", line 557, characters 14-41 Called from Zmq_test.test_proxy.proxy in file "zmq/test/zmq_test.ml", line 151, characters 6-31 Called from Thread.create.(fun) in file "thread.ml", line 39, characters 8-14 ....... Ran: 13 tests in: 1.52 seconds. OK test alias zmq-lwt/test/runtest ....... Ran: 7 tests in: 13.77 seconds. OK + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ocaml-zmq-5.1.3-9.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fFSCjV + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + DOCDIR=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.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-9.fc33.riscv64/usr/share/doc/ocaml-zmq + cp -pr CHANGES.md /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/share/doc/ocaml-zmq + cp -pr README.md /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/share/doc/ocaml-zmq + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ywfchW + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + LICENSEDIR=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.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-9.fc33.riscv64/usr/share/licenses/ocaml-zmq + cp -pr LICENSE.md /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/share/licenses/ocaml-zmq + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Zmq) = 0d1bb2bb790293968ee92bfe3c22f243 ocaml(Zmq_deferred) = 301b1a2ecc0c05847b97056ba3949a1c ocaml(Zmq_deferred__Deferred) = 0ce70e71d694b8e335376b126bde4045 ocaml(Zmq_deferred__Socket) = 9ae2f6417cfa69b91c0bba525fe01dc6 ocaml-zmq = 5.1.3-9.fc33 ocaml-zmq(riscv-64) = 5.1.3-9.fc33 ocamlx(Zmq) = 2d41e644993b1fff5fe59a6fb416d45a ocamlx(Zmq_deferred) = 6391919850f05f435e6a48c2b47171a3 ocamlx(Zmq_deferred__Deferred) = 760ada2883f5d5e190a11ce4308f4f81 ocamlx(Zmq_deferred__Socket) = 26145c4d545ccbb857b5269d69cef163 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) = 3a3ca1838627f7762f49679ce0278ad1 ocaml(Stdint) = 3ba9cb9c4674c72e75d22865ac8c5723 ocaml(Stdint__) = b5136502c8663b44699a729624b6c195 ocaml(Stdlib) = c21c5d26416461b543321872a551ea0d ocaml(Stdlib__bigarray) = 8f51e488a7f2bd0c6137bb9ba75b530e ocaml(Stdlib__buffer) = 234b61fa3906003822205287eb65a481 ocaml(Stdlib__bytes) = 6f90f1d35d75f513a9ee53cebf3fbc27 ocaml(Stdlib__callback) = 1b88fbd71c9cf564eb0790c5709a779a ocaml(Stdlib__complex) = 2221dce26021209ffd747f2125bf7f10 ocaml(Stdlib__format) = de2a0cc4d0ca0cc218de7447f48aaa41 ocaml(Stdlib__hashtbl) = b762db4e3b71657dfcfd14539af9611a ocaml(Stdlib__int32) = 2e6c00c32474b3f4f0ca069a3eceab68 ocaml(Stdlib__int64) = 8da509b391e66cf2a7e37819728d5a15 ocaml(Stdlib__list) = 15cef02558cc6576c616c84f09d5b0ea ocaml(Stdlib__nativeint) = 27bfaa776a5a329557cb5cebde7d21e0 ocaml(Stdlib__printf) = 5cec2efa6f5a2459d17f2788deb783f2 ocaml(Stdlib__queue) = dba3e985c9c4016dae4b6f6d2b228c73 ocaml(Stdlib__random) = d289c1fd5c5e6a54a142ac3ffe05ae8a ocaml(Stdlib__seq) = d6a8de25c9eecf5ae9420a9f3f8b2e88 ocaml(Stdlib__string) = 9d02da014acaf1dfdd63872e707eaed9 ocaml(Stdlib__uchar) = ab6f1df93abf9e800a3e0d1543523c96 ocaml(Unix) = e6d191b089c68976347fa6524bb28048 ocaml(Zmq) = 0d1bb2bb790293968ee92bfe3c22f243 ocaml(Zmq_deferred) = 301b1a2ecc0c05847b97056ba3949a1c ocaml(Zmq_deferred__Deferred) = 0ce70e71d694b8e335376b126bde4045 ocamlx(Stdlib) = 5b1118fc938423037933e63643e9f671 ocamlx(Stdlib__bigarray) = 6c47c2853718e7ae85ec33efbdc6182e ocamlx(Stdlib__callback) = 8be8bbbb398fb67c5ac76dd97e4c8891 ocamlx(Stdlib__hashtbl) = 3a70d43892d6822a86672d0da0646fa3 ocamlx(Stdlib__list) = 1f9660a314f1e6cb5f40359d9d3b2f29 ocamlx(Stdlib__printf) = ed32309c6fdb9909e2ec1cda5118b14c ocamlx(Stdlib__queue) = 432c45a2f2ee53c628fda5204d77ea19 ocamlx(Stdlib__random) = 26aa0b7dab96b9f2f4b12394b8da8138 ocamlx(Unix) = 6ae341e93ce7dc9d984cb474111ecd75 rtld(GNU_HASH) Processing files: ocaml-zmq-devel-5.1.3-9.fc33.riscv64 Provides: ocaml(Zmq) = 0d1bb2bb790293968ee92bfe3c22f243 ocaml(Zmq_deferred) = 301b1a2ecc0c05847b97056ba3949a1c ocaml(Zmq_deferred__Deferred) = 0ce70e71d694b8e335376b126bde4045 ocaml(Zmq_deferred__Socket) = 9ae2f6417cfa69b91c0bba525fe01dc6 ocaml-zmq-devel = 5.1.3-9.fc33 ocaml-zmq-devel(riscv-64) = 5.1.3-9.fc33 ocamlx(Zmq) = 2d41e644993b1fff5fe59a6fb416d45a ocamlx(Zmq_deferred) = 6391919850f05f435e6a48c2b47171a3 ocamlx(Zmq_deferred__Deferred) = 760ada2883f5d5e190a11ce4308f4f81 ocamlx(Zmq_deferred__Socket) = 26145c4d545ccbb857b5269d69cef163 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = 3a3ca1838627f7762f49679ce0278ad1 ocaml(Stdint) = 3ba9cb9c4674c72e75d22865ac8c5723 ocaml(Stdint__) = b5136502c8663b44699a729624b6c195 ocaml(Stdlib) = c21c5d26416461b543321872a551ea0d ocaml(Stdlib__bigarray) = 8f51e488a7f2bd0c6137bb9ba75b530e ocaml(Stdlib__buffer) = 234b61fa3906003822205287eb65a481 ocaml(Stdlib__bytes) = 6f90f1d35d75f513a9ee53cebf3fbc27 ocaml(Stdlib__callback) = 1b88fbd71c9cf564eb0790c5709a779a ocaml(Stdlib__complex) = 2221dce26021209ffd747f2125bf7f10 ocaml(Stdlib__format) = de2a0cc4d0ca0cc218de7447f48aaa41 ocaml(Stdlib__hashtbl) = b762db4e3b71657dfcfd14539af9611a ocaml(Stdlib__int32) = 2e6c00c32474b3f4f0ca069a3eceab68 ocaml(Stdlib__int64) = 8da509b391e66cf2a7e37819728d5a15 ocaml(Stdlib__list) = 15cef02558cc6576c616c84f09d5b0ea ocaml(Stdlib__nativeint) = 27bfaa776a5a329557cb5cebde7d21e0 ocaml(Stdlib__printf) = 5cec2efa6f5a2459d17f2788deb783f2 ocaml(Stdlib__queue) = dba3e985c9c4016dae4b6f6d2b228c73 ocaml(Stdlib__random) = d289c1fd5c5e6a54a142ac3ffe05ae8a ocaml(Stdlib__seq) = d6a8de25c9eecf5ae9420a9f3f8b2e88 ocaml(Stdlib__string) = 9d02da014acaf1dfdd63872e707eaed9 ocaml(Stdlib__uchar) = ab6f1df93abf9e800a3e0d1543523c96 ocaml(Unix) = e6d191b089c68976347fa6524bb28048 ocaml(Zmq) = 0d1bb2bb790293968ee92bfe3c22f243 ocaml(Zmq_deferred) = 301b1a2ecc0c05847b97056ba3949a1c ocaml(Zmq_deferred__Deferred) = 0ce70e71d694b8e335376b126bde4045 ocamlx(Stdlib) = 5b1118fc938423037933e63643e9f671 ocamlx(Stdlib__bigarray) = 6c47c2853718e7ae85ec33efbdc6182e ocamlx(Stdlib__callback) = 8be8bbbb398fb67c5ac76dd97e4c8891 ocamlx(Stdlib__hashtbl) = 3a70d43892d6822a86672d0da0646fa3 ocamlx(Stdlib__list) = 1f9660a314f1e6cb5f40359d9d3b2f29 ocamlx(Stdlib__printf) = ed32309c6fdb9909e2ec1cda5118b14c ocamlx(Stdlib__queue) = 432c45a2f2ee53c628fda5204d77ea19 ocamlx(Stdlib__random) = 26aa0b7dab96b9f2f4b12394b8da8138 ocamlx(Unix) = 6ae341e93ce7dc9d984cb474111ecd75 Processing files: ocaml-zmq-lwt-5.1.3-9.fc33.riscv64 Provides: ocaml(Zmq_lwt) = 9139e6c7f0c91a2857c856da965a4306 ocaml(Zmq_lwt__) = b2cbf62f095f0c185bdf9cfd534ef972 ocaml(Zmq_lwt__Deferred) = a7a288ad0813e7936322c65eed06e91c ocaml-zmq-lwt = 5.1.3-9.fc33 ocaml-zmq-lwt(riscv-64) = 5.1.3-9.fc33 ocamlx(Zmq_lwt) = bfa795a4a4e69b24ccd7ce89df9270d8 ocamlx(Zmq_lwt__) = 87e101b0492b24c0bc33a08e7f26bf2b ocamlx(Zmq_lwt__Deferred) = aa34b84178e0f2e3219f5b03f92609fe 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) = 3a3ca1838627f7762f49679ce0278ad1 ocaml(Lwt) = b996c4eaef572ed7dcd2eb9fcc856fed ocaml(Lwt_condition) = 3e3798930015f0d73b457d985990833f ocaml(Lwt_mutex) = 8956afa8e372dd8b629c6e6808fb8fca ocaml(Lwt_result) = f6f3a54fcbe15b822bcfb6aaa3ef11d7 ocaml(Lwt_sequence) = f00131b5b38c5e5804c80dae367d7296 ocaml(Lwt_stream) = 35cbc93eb59f1df04228fa278bdddae8 ocaml(Lwt_unix) = 6b417aed1ac4d053efbbdb00ae7254ae ocaml(Result) = 4d6ea4678412028edfe37044d43ffc1b ocaml(Seq) = c016f41547bad8175491c2fb9950ed71 ocaml(Stdlib) = c21c5d26416461b543321872a551ea0d ocaml(Stdlib__bigarray) = 8f51e488a7f2bd0c6137bb9ba75b530e ocaml(Stdlib__complex) = 2221dce26021209ffd747f2125bf7f10 ocaml(Stdlib__result) = 2ba42445465981713146b97d5e185dd5 ocaml(Stdlib__seq) = d6a8de25c9eecf5ae9420a9f3f8b2e88 ocaml(Unix) = e6d191b089c68976347fa6524bb28048 ocaml(Zmq) = 0d1bb2bb790293968ee92bfe3c22f243 ocaml(Zmq_deferred) = 301b1a2ecc0c05847b97056ba3949a1c ocaml(Zmq_deferred__Deferred) = 0ce70e71d694b8e335376b126bde4045 ocaml(Zmq_deferred__Socket) = 9ae2f6417cfa69b91c0bba525fe01dc6 ocaml(Zmq_lwt__) = b2cbf62f095f0c185bdf9cfd534ef972 ocaml(Zmq_lwt__Deferred) = a7a288ad0813e7936322c65eed06e91c ocamlx(Lwt) = 7dac1e7157b1bfbc5b1bf00b0afa82fb ocamlx(Lwt_condition) = 3a96e1b0c7524df1613ea3b68f137029 ocamlx(Lwt_result) = f407ed297b475156dbf4626590b606ee ocamlx(Lwt_unix) = 98b66522c27ac5924b28a67542903724 rtld(GNU_HASH) Processing files: ocaml-zmq-lwt-devel-5.1.3-9.fc33.riscv64 Provides: ocaml(Zmq_lwt) = 9139e6c7f0c91a2857c856da965a4306 ocaml(Zmq_lwt__) = b2cbf62f095f0c185bdf9cfd534ef972 ocaml(Zmq_lwt__Deferred) = a7a288ad0813e7936322c65eed06e91c ocaml-zmq-lwt-devel = 5.1.3-9.fc33 ocaml-zmq-lwt-devel(riscv-64) = 5.1.3-9.fc33 ocamlx(Zmq_lwt) = bfa795a4a4e69b24ccd7ce89df9270d8 ocamlx(Zmq_lwt__) = 87e101b0492b24c0bc33a08e7f26bf2b ocamlx(Zmq_lwt__Deferred) = aa34b84178e0f2e3219f5b03f92609fe Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = 3a3ca1838627f7762f49679ce0278ad1 ocaml(Lwt) = b996c4eaef572ed7dcd2eb9fcc856fed ocaml(Lwt_condition) = 3e3798930015f0d73b457d985990833f ocaml(Lwt_mutex) = 8956afa8e372dd8b629c6e6808fb8fca ocaml(Lwt_result) = f6f3a54fcbe15b822bcfb6aaa3ef11d7 ocaml(Lwt_sequence) = f00131b5b38c5e5804c80dae367d7296 ocaml(Lwt_stream) = 35cbc93eb59f1df04228fa278bdddae8 ocaml(Lwt_unix) = 6b417aed1ac4d053efbbdb00ae7254ae ocaml(Result) = 4d6ea4678412028edfe37044d43ffc1b ocaml(Seq) = c016f41547bad8175491c2fb9950ed71 ocaml(Stdlib) = c21c5d26416461b543321872a551ea0d ocaml(Stdlib__bigarray) = 8f51e488a7f2bd0c6137bb9ba75b530e ocaml(Stdlib__complex) = 2221dce26021209ffd747f2125bf7f10 ocaml(Stdlib__result) = 2ba42445465981713146b97d5e185dd5 ocaml(Stdlib__seq) = d6a8de25c9eecf5ae9420a9f3f8b2e88 ocaml(Unix) = e6d191b089c68976347fa6524bb28048 ocaml(Zmq) = 0d1bb2bb790293968ee92bfe3c22f243 ocaml(Zmq_deferred) = 301b1a2ecc0c05847b97056ba3949a1c ocaml(Zmq_deferred__Deferred) = 0ce70e71d694b8e335376b126bde4045 ocaml(Zmq_deferred__Socket) = 9ae2f6417cfa69b91c0bba525fe01dc6 ocaml(Zmq_lwt__) = b2cbf62f095f0c185bdf9cfd534ef972 ocaml(Zmq_lwt__Deferred) = a7a288ad0813e7936322c65eed06e91c ocamlx(Lwt) = 7dac1e7157b1bfbc5b1bf00b0afa82fb ocamlx(Lwt_condition) = 3a96e1b0c7524df1613ea3b68f137029 ocamlx(Lwt_result) = f407ed297b475156dbf4626590b606ee ocamlx(Lwt_unix) = 98b66522c27ac5924b28a67542903724 Processing files: ocaml-zmq-doc-5.1.3-9.fc33.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.1JfMCV + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + DOCDIR=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.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-9.fc33.riscv64/usr/share/doc/ocaml-zmq-doc + cp -pr _build/default/_doc/_html/ /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/share/doc/ocaml-zmq-doc + cp -pr _build/default/_doc/_mlds/ /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/share/doc/ocaml-zmq-doc + cp -pr _build/default/_doc/_odoc/ /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/share/doc/ocaml-zmq-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.55OaEW + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + LICENSEDIR=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.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-9.fc33.riscv64/usr/share/licenses/ocaml-zmq-doc + cp -pr LICENSE.md /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64/usr/share/licenses/ocaml-zmq-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml-zmq-doc = 5.1.3-9.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-9.fc33.riscv64 Provides: ocaml-zmq-debugsource = 5.1.3-9.fc33 ocaml-zmq-debugsource(riscv-64) = 5.1.3-9.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-9.fc33.riscv64 Provides: debuginfo(build-id) = 7244d59172a138b79f262fad4ddcff6b96ee942d debuginfo(build-id) = 8c7d3f0ee006aaf643befb148be03d6de070ca4e debuginfo(build-id) = c6f1ad81af5b232d83943c00b2c309bb8565adac ocaml-zmq-debuginfo = 5.1.3-9.fc33 ocaml-zmq-debuginfo(riscv-64) = 5.1.3-9.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-9.fc33 Processing files: ocaml-zmq-lwt-debuginfo-5.1.3-9.fc33.riscv64 Provides: debuginfo(build-id) = 5d24755cd0b8941b9169aaf4698806bba0737303 ocaml-zmq-lwt-debuginfo = 5.1.3-9.fc33 ocaml-zmq-lwt-debuginfo(riscv-64) = 5.1.3-9.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-9.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64 Wrote: /builddir/build/RPMS/ocaml-zmq-debuginfo-5.1.3-9.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-5.1.3-9.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-doc-5.1.3-9.fc33.noarch.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-lwt-devel-5.1.3-9.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-debugsource-5.1.3-9.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-lwt-5.1.3-9.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-lwt-debuginfo-5.1.3-9.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-devel-5.1.3-9.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.tBFtxT + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0