Mock Version: 2.6 Mock Version: 2.6 Mock Version: 2.6 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/ocaml-zmq.spec'], chrootPath='/var/lib/mock/f33-build-side-34777-24329206-2517698/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': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --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': 'C.UTF-8'} and shell False Building target platforms: i686 Building for target i686 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 i686 --nodeps /builddir/build/SPECS/ocaml-zmq.spec'], chrootPath='/var/lib/mock/f33-build-side-34777-24329206-2517698/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': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --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': 'C.UTF-8'} and shell False Building target platforms: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1606867200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.h7eVWz + 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.03rTDz + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + dune build -j6 ocamlopt zmq-deferred/src/zmq_deferred.cmxs /usr/bin/ld: zmq-deferred/src/zmq_deferred.a(zmq_deferred__Socket.o): warning: relocation in read-only section `.text' /usr/bin/ld: warning: creating DT_TEXTREL in a shared object ocamlopt zmq-lwt/src/zmq_lwt.cmxs /usr/bin/ld: zmq-lwt/src/zmq_lwt.a(zmq_lwt__Deferred.o): warning: relocation in read-only section `.text' /usr/bin/ld: warning: creating DT_TEXTREL in a shared object ocamlopt zmq/src/config/discover.exe /usr/bin/ld: zmq/src/config/.discover.eobjs/native/discover.o: warning: relocation in read-only section `.text' /usr/bin/ld: warning: creating DT_TEXTREL in a PIE 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/lib/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/lib/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/lib/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:569:23: note: expected 'char *' but argument is of type 'const char *' 569 | 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/lib/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:576:41: note: expected 'char *' but argument is of type 'const char *' 576 | ZMQ_EXPORT int zmq_curve_keypair (char *z85_public_key_, char *z85_secret_key_); | ~~~~~~^~~~~~~~~~~~~~~ In file included from caml_zmq_stubs.c:12: /usr/lib/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:576:64: note: expected 'char *' but argument is of type 'const char *' 576 | ZMQ_EXPORT int zmq_curve_keypair (char *z85_public_key_, char *z85_secret_key_); | ~~~~~~^~~~~~~~~~~~~~~ ocamlopt zmq/src/zmq.cmxs /usr/bin/ld: zmq/src/zmq.a(zmq.o): warning: relocation in read-only section `.text' /usr/bin/ld: warning: creating DT_TEXTREL in a shared object + dune build -j6 @doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.p0mdlw + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386 ++ dirname /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386 + cd zmq-5.1.3 + dune install --destdir=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386 Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/META Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/deferred.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/socket.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/socket.mli Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/zmq_deferred.a Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/zmq_deferred.cma Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/zmq_deferred.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/zmq_deferred.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/zmq_deferred.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/zmq_deferred.cmxa Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/zmq_deferred.cmxs Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/zmq_deferred.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/zmq_deferred__Deferred.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/zmq_deferred__Deferred.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/zmq_deferred__Deferred.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/zmq_deferred__Socket.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/zmq_deferred__Socket.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/zmq_deferred__Socket.cmti Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/zmq_deferred__Socket.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/dune-package Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/libzmq_stubs.a Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/opam Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/zmq.a Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/zmq.cma Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/zmq.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/zmq.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/zmq.cmti Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/zmq.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/zmq.cmxa Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/zmq.cmxs Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/zmq.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/zmq.mli Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/doc/zmq/CHANGES.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/doc/zmq/LICENSE.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/doc/zmq/README.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/stublibs/dllzmq_stubs.so Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/META Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/deferred.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/deferred.mli Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/dune-package Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/opam Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/zmq_lwt.a Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/zmq_lwt.cma Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/zmq_lwt.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/zmq_lwt.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/zmq_lwt.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/zmq_lwt.cmxa Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/zmq_lwt.cmxs Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/zmq_lwt.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/zmq_lwt__.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/zmq_lwt__.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/zmq_lwt__.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/zmq_lwt__.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/zmq_lwt__Deferred.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/zmq_lwt__Deferred.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/zmq_lwt__Deferred.cmti Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/zmq_lwt__Deferred.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/doc/zmq-lwt/CHANGES.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/doc/zmq-lwt/LICENSE.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/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.i386/usr/lib/ocaml -name '*.ml' -delete + rm -fr /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/doc + find /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml -name '*.cmxs' -exec chmod a+x '{}' + + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 5.1.3-9.fc33 --unique-debug-suffix -5.1.3-9.fc33.i386 --unique-debug-src-base ocaml-zmq-5.1.3-9.fc33.i386 --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.i386/usr/lib/ocaml/stublibs/dllzmq_stubs.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/zmq.cmxs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/zmq_lwt.cmxs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/zmq_deferred.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq-lwt/zmq_lwt.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/zmq.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/stublibs/dllzmq_stubs.so extracting debug info from /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/lib/ocaml/zmq/deferred/zmq_deferred.cmxs original debug info size: 228kB, size after compression: 188kB /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.JGeeow + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + dune runtest ocamlopt zmq/test/test.exe /usr/bin/ld: zmq/test/.test.eobjs/native/test.o: warning: relocation in read-only section `.text' /usr/bin/ld: warning: creating DT_TEXTREL in a PIE ocamlopt zmq-lwt/test/test.exe /usr/bin/ld: zmq-lwt/test/.test.eobjs/native/test.o: warning: relocation in read-only section `.text' /usr/bin/ld: warning: creating DT_TEXTREL in a PIE test alias zmq-lwt/test/runtest ....... Ran: 7 tests in: 0.12 seconds. OK test alias zmq/test/runtest ............. Ran: 13 tests in: 1.12 seconds. OK + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ocaml-zmq-5.1.3-9.fc33.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ZDNBDA + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + DOCDIR=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/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.i386/usr/share/doc/ocaml-zmq + cp -pr CHANGES.md /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/share/doc/ocaml-zmq + cp -pr README.md /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/share/doc/ocaml-zmq + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.noobpx + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + LICENSEDIR=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/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.i386/usr/share/licenses/ocaml-zmq + cp -pr LICENSE.md /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/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(x86-32) = 5.1.3-9.fc33 ocamlx(Zmq) = d35f23b4eae040a2575dbb9d36ec94df ocamlx(Zmq_deferred) = 6391919850f05f435e6a48c2b47171a3 ocamlx(Zmq_deferred__Deferred) = 760ada2883f5d5e190a11ce4308f4f81 ocamlx(Zmq_deferred__Socket) = d4ac9a68a0c5688d273695d60b53db89 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.4) libzmq.so.5 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) = e265559501934b122c70de8bbae32227 ocamlx(Stdlib__bigarray) = 680d9e6461fa8e913ec3bc42d578ad5e ocamlx(Stdlib__callback) = 98dbfe84d3b99d5cdfac7f3586a17f9d ocamlx(Stdlib__hashtbl) = 86d4160d3707cb034fa9dd6d15b700d2 ocamlx(Stdlib__list) = ee635cda5a9d1d969d1d0128daa995b6 ocamlx(Stdlib__printf) = 7b0d6695ad4af3eef7731952587512c2 ocamlx(Stdlib__queue) = 432c45a2f2ee53c628fda5204d77ea19 ocamlx(Stdlib__random) = f12eb0f8faf91c6b7ffe053cb0af4b0d ocamlx(Unix) = def44cff140f2c435a8301dc9d6c9703 rtld(GNU_HASH) Processing files: ocaml-zmq-devel-5.1.3-9.fc33.i686 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(x86-32) = 5.1.3-9.fc33 ocamlx(Zmq) = d35f23b4eae040a2575dbb9d36ec94df ocamlx(Zmq_deferred) = 6391919850f05f435e6a48c2b47171a3 ocamlx(Zmq_deferred__Deferred) = 760ada2883f5d5e190a11ce4308f4f81 ocamlx(Zmq_deferred__Socket) = d4ac9a68a0c5688d273695d60b53db89 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) = e265559501934b122c70de8bbae32227 ocamlx(Stdlib__bigarray) = 680d9e6461fa8e913ec3bc42d578ad5e ocamlx(Stdlib__callback) = 98dbfe84d3b99d5cdfac7f3586a17f9d ocamlx(Stdlib__hashtbl) = 86d4160d3707cb034fa9dd6d15b700d2 ocamlx(Stdlib__list) = ee635cda5a9d1d969d1d0128daa995b6 ocamlx(Stdlib__printf) = 7b0d6695ad4af3eef7731952587512c2 ocamlx(Stdlib__queue) = 432c45a2f2ee53c628fda5204d77ea19 ocamlx(Stdlib__random) = f12eb0f8faf91c6b7ffe053cb0af4b0d ocamlx(Unix) = def44cff140f2c435a8301dc9d6c9703 Processing files: ocaml-zmq-lwt-5.1.3-9.fc33.i686 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(x86-32) = 5.1.3-9.fc33 ocamlx(Zmq_lwt) = bfa795a4a4e69b24ccd7ce89df9270d8 ocamlx(Zmq_lwt__) = 87e101b0492b24c0bc33a08e7f26bf2b ocamlx(Zmq_lwt__Deferred) = 5824ffa447f293d9eb2a6f672bebdc77 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.1.3) 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) = 84280587203ac25485aa5682363dab24 ocamlx(Lwt_condition) = 984129b8e51c5a41ce226eca78712e7e ocamlx(Lwt_result) = bcd4e8310c2caabc7d66d9350c3d3042 ocamlx(Lwt_unix) = 155d47fdebf92f06ff191fc5f7c5a6e8 rtld(GNU_HASH) Processing files: ocaml-zmq-lwt-devel-5.1.3-9.fc33.i686 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(x86-32) = 5.1.3-9.fc33 ocamlx(Zmq_lwt) = bfa795a4a4e69b24ccd7ce89df9270d8 ocamlx(Zmq_lwt__) = 87e101b0492b24c0bc33a08e7f26bf2b ocamlx(Zmq_lwt__Deferred) = 5824ffa447f293d9eb2a6f672bebdc77 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) = 84280587203ac25485aa5682363dab24 ocamlx(Lwt_condition) = 984129b8e51c5a41ce226eca78712e7e ocamlx(Lwt_result) = bcd4e8310c2caabc7d66d9350c3d3042 ocamlx(Lwt_unix) = 155d47fdebf92f06ff191fc5f7c5a6e8 Processing files: ocaml-zmq-doc-5.1.3-9.fc33.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.yIMX2w + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + DOCDIR=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/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.i386/usr/share/doc/ocaml-zmq-doc + cp -pr _build/default/_doc/_html/ /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/share/doc/ocaml-zmq-doc + cp -pr _build/default/_doc/_mlds/ /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/share/doc/ocaml-zmq-doc + cp -pr _build/default/_doc/_odoc/ /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/usr/share/doc/ocaml-zmq-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.GvyRux + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + LICENSEDIR=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/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.i386/usr/share/licenses/ocaml-zmq-doc + cp -pr LICENSE.md /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-9.fc33.i386/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.i686 Provides: ocaml-zmq-debugsource = 5.1.3-9.fc33 ocaml-zmq-debugsource(x86-32) = 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.i686 Provides: debuginfo(build-id) = 1f14d5d6d75ba4858b73566d12cda64ec6419524 debuginfo(build-id) = 3448e69e6f61c5625f15fad464eb6f0ebf4e1acd debuginfo(build-id) = 9946c8cc8d236905a46386dc113ebe3dbc84d55a ocaml-zmq-debuginfo = 5.1.3-9.fc33 ocaml-zmq-debuginfo(x86-32) = 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(x86-32) = 5.1.3-9.fc33 Processing files: ocaml-zmq-lwt-debuginfo-5.1.3-9.fc33.i686 Provides: debuginfo(build-id) = b97ac3d579f280168999f5ae6ee66de14f082c50 ocaml-zmq-lwt-debuginfo = 5.1.3-9.fc33 ocaml-zmq-lwt-debuginfo(x86-32) = 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(x86-32) = 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.i386 Wrote: /builddir/build/RPMS/ocaml-zmq-debuginfo-5.1.3-9.fc33.i686.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-5.1.3-9.fc33.i686.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-doc-5.1.3-9.fc33.noarch.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-debugsource-5.1.3-9.fc33.i686.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-devel-5.1.3-9.fc33.i686.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-lwt-5.1.3-9.fc33.i686.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-lwt-devel-5.1.3-9.fc33.i686.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-lwt-debuginfo-5.1.3-9.fc33.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Qxxajx + 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.i386 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0