Mock Version: 2.1 Mock Version: 2.1 Mock Version: 2.1 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/ocaml-zmq.spec'], chrootPath='/var/lib/mock/f32-build-19970574-1414251/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 s390x --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: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1581033600 Wrote: /builddir/build/SRPMS/ocaml-zmq-5.1.3-1.fc32.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/ocaml-zmq.spec'], chrootPath='/var/lib/mock/f32-build-19970574-1414251/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 s390x --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: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1581033600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.QIRvtH + 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.MK6hHI + 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.tQsELH + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x ++ dirname /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x + cd zmq-5.1.3 + dune install --destdir=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/META Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/deferred.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/socket.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/socket.mli Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/zmq_deferred.a Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cma Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmxa Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmxs Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/zmq_deferred.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Deferred.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Deferred.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Deferred.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Socket.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Socket.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Socket.cmti Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/zmq_deferred__Socket.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/dune-package Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/libzmq_stubs.a Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/opam Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/zmq.a Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/zmq.cma Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/zmq.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/zmq.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/zmq.cmti Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/zmq.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/zmq.cmxa Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/zmq.cmxs Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/zmq.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/zmq.mli Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/doc/zmq/CHANGES.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/doc/zmq/LICENSE.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/doc/zmq/README.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/stublibs/dllzmq_stubs.so Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/META Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/deferred.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/deferred.mli Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/dune-package Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/opam Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/zmq_lwt.a Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cma Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmxa Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmxs Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/zmq_lwt.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/zmq_lwt__.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/zmq_lwt__.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/zmq_lwt__.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/zmq_lwt__.ml Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/zmq_lwt__Deferred.cmi Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/zmq_lwt__Deferred.cmt Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/zmq_lwt__Deferred.cmti Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/zmq_lwt__Deferred.cmx Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/doc/zmq-lwt/CHANGES.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/doc/zmq-lwt/LICENSE.md Installing /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/doc/zmq-lwt/README.md + find _build/default/_doc/_html -name .dune-keep -delete + find /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml -name '*.ml' -delete + rm -fr /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/doc + find /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/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-1.fc32 --unique-debug-suffix -5.1.3-1.fc32.s390x --unique-debug-src-base ocaml-zmq-5.1.3-1.fc32.s390x --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-1.fc32.s390x/usr/lib64/ocaml/stublibs/dllzmq_stubs.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmxs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmxs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/zmq.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/stublibs/dllzmq_stubs.so extracting debug info from /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/deferred/zmq_deferred.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq/zmq.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/lib64/ocaml/zmq-lwt/zmq_lwt.cmxs Exception caught while booting Guile. /usr/bin/gdb.minimal: warning: Could not complete Guile gdb module initialization from: /usr/share/gdb/guile/gdb/boot.scm. Limited Guile support is available. Suggest passing --data-directory=/path/to/gdb/data-directory. Exception caught while booting Guile. /usr/bin/gdb.minimal: warning: Could not complete Guile gdb module initialization from: /usr/share/gdb/guile/gdb/boot.scm. Limited Guile support is available. Suggest passing --data-directory=/path/to/gdb/data-directory. Exception caught while booting Guile. /usr/bin/gdb.minimal: warning: Could not complete Guile gdb module initialization from: /usr/share/gdb/guile/gdb/boot.scm. Limited Guile support is available. Suggest passing --data-directory=/path/to/gdb/data-directory. Exception caught while booting Guile. /usr/bin/gdb.minimal: warning: Could not complete Guile gdb module initialization from: /usr/share/gdb/guile/gdb/boot.scm. Limited Guile support is available. Suggest passing --data-directory=/path/to/gdb/data-directory. Error in function "open-file": No such file or directory: "/usr/share/gdb/guile/gdb/boot.scm"Error in function "open-file": No such file or directory: "/usr/share/gdb/guile/gdb/boot.scm"Error in function "open-file": No such file or directory: "/usr/share/gdb/guile/gdb/boot.scm"Error in function "open-file": No such file or directory: "/usr/share/gdb/guile/gdb/boot.scm"original debug info size: 288kB, size after compression: 264kB /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/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.XyeT9J + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + dune runtest 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-1.fc32.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.IOAk8J + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + DOCDIR=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/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-1.fc32.s390x/usr/share/doc/ocaml-zmq + cp -pr CHANGES.md /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/share/doc/ocaml-zmq + cp -pr README.md /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/share/doc/ocaml-zmq + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.JcoWJJ + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + LICENSEDIR=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/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-1.fc32.s390x/usr/share/licenses/ocaml-zmq + cp -pr LICENSE.md /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/share/licenses/ocaml-zmq + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Zmq) = ea60a14819257a456776d6a501f3991a ocaml(Zmq_deferred) = c9e1e8023f81880330903ce520f3837c ocaml(Zmq_deferred__Deferred) = 4649817763d5805341958db620f8c489 ocaml(Zmq_deferred__Socket) = 7d65cf5f0c34391d664ec1c3f53d3984 ocaml-zmq = 5.1.3-1.fc32 ocaml-zmq(s390-64) = 5.1.3-1.fc32 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.2)(64bit) libc.so.6(GLIBC_2.4)(64bit) libzmq.so.5()(64bit) ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Stdint) = 036fc1aea3a7e3282be712c9e98c7ce0 ocaml(Stdint__) = 7f8226b3398b9e6b52773217203645fd ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__bigarray) = 33ee4c2e3aa5fb2f083dd780ce492c0b ocaml(Stdlib__buffer) = 28161e4effde5ea372547815f87193ec ocaml(Stdlib__bytes) = 772b4012f2db40e66e9c581c84cada7e ocaml(Stdlib__callback) = 05f106bfa8c02f2eefb8a3e3c18411af ocaml(Stdlib__complex) = 067e32179a81c1c8dbdd0a8d52b0c645 ocaml(Stdlib__format) = 06b0893cb3ef937aa19861955f132018 ocaml(Stdlib__hashtbl) = ae8edb4e1fa8a825285031ff0efc80c8 ocaml(Stdlib__int32) = aa83c6f44c2474e5227a6c8f103e87cf ocaml(Stdlib__int64) = 4214fced4b9c03c07eae7c7eb29450c4 ocaml(Stdlib__list) = 13989ef6fbcb7235b257d3df9a80253a ocaml(Stdlib__nativeint) = b4e3a7a1158f02cabeb08cb0c21793e7 ocaml(Stdlib__printf) = 908ae2bf186b4ad7c88e5443c57d73af ocaml(Stdlib__queue) = 03c7b1e419bb4f4383376912cbd6bf5a ocaml(Stdlib__random) = 85663246c4eb3a0a28aa7640de3ef2ce ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(Stdlib__uchar) = c51d7a295527e9500ba69b459f81d6b3 ocaml(Unix) = ba30fbe5ee87d3d4d5bd805af35f363b ocaml(Zmq) = ea60a14819257a456776d6a501f3991a ocaml(Zmq_deferred) = c9e1e8023f81880330903ce520f3837c ocaml(Zmq_deferred__Deferred) = 4649817763d5805341958db620f8c489 ocaml(runtime) = 4.10.0 rtld(GNU_HASH) Processing files: ocaml-zmq-devel-5.1.3-1.fc32.s390x Provides: ocaml-zmq-devel = 5.1.3-1.fc32 ocaml-zmq-devel(s390-64) = 5.1.3-1.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-zmq-lwt-5.1.3-1.fc32.s390x Provides: ocaml(Zmq_lwt) = 62d2a2369990aebb51745aa197858b64 ocaml(Zmq_lwt__) = e7af509a811b949417aed4d50e0b3590 ocaml(Zmq_lwt__Deferred) = 8f83cf4a4ec4e38f8ce9ec4507903737 ocaml-zmq-lwt = 5.1.3-1.fc32 ocaml-zmq-lwt(s390-64) = 5.1.3-1.fc32 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.2)(64bit) ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Lwt) = 633aa363bb046a6aa7368cc3e0499c4b ocaml(Lwt_condition) = a90961e949a2751f861a3ce0e078b63e ocaml(Lwt_mutex) = 5cfef03d834f1f5260c3efc2e0fc4daf ocaml(Lwt_result) = d3b427144bee930d922941180f199205 ocaml(Lwt_sequence) = 225ba7f37f0aafb5101a93bba781852c ocaml(Lwt_stream) = c56845f32001bc7e9c8849186654c67a ocaml(Lwt_unix) = 68f8703cbd2fa740cecc6792b0bf99e2 ocaml(Result) = 45b12a2d053383850294836b6928586b ocaml(Seq) = dc3295e9ea96a925b36fd1aa6033f7b3 ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__bigarray) = 33ee4c2e3aa5fb2f083dd780ce492c0b ocaml(Stdlib__complex) = 067e32179a81c1c8dbdd0a8d52b0c645 ocaml(Stdlib__pervasives) = b21448628d3d122ebdaa9995cac0ba7f ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Unix) = ba30fbe5ee87d3d4d5bd805af35f363b ocaml(Zmq) = ea60a14819257a456776d6a501f3991a ocaml(Zmq_deferred) = c9e1e8023f81880330903ce520f3837c ocaml(Zmq_deferred__Deferred) = 4649817763d5805341958db620f8c489 ocaml(Zmq_deferred__Socket) = 7d65cf5f0c34391d664ec1c3f53d3984 ocaml(Zmq_lwt__) = e7af509a811b949417aed4d50e0b3590 ocaml(Zmq_lwt__Deferred) = 8f83cf4a4ec4e38f8ce9ec4507903737 ocaml(runtime) = 4.10.0 rtld(GNU_HASH) Processing files: ocaml-zmq-lwt-devel-5.1.3-1.fc32.s390x Provides: ocaml-zmq-lwt-devel = 5.1.3-1.fc32 ocaml-zmq-lwt-devel(s390-64) = 5.1.3-1.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-zmq-doc-5.1.3-1.fc32.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.sNG99K + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + DOCDIR=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/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-1.fc32.s390x/usr/share/doc/ocaml-zmq-doc + cp -pr _build/default/_doc/_html/ /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/share/doc/ocaml-zmq-doc + cp -pr _build/default/_doc/_mlds/ /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/share/doc/ocaml-zmq-doc + cp -pr _build/default/_doc/_odoc/ /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/share/doc/ocaml-zmq-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.vafeDK + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + LICENSEDIR=/builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/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-1.fc32.s390x/usr/share/licenses/ocaml-zmq-doc + cp -pr LICENSE.md /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x/usr/share/licenses/ocaml-zmq-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml-zmq-doc = 5.1.3-1.fc32 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-1.fc32.s390x Provides: ocaml-zmq-debugsource = 5.1.3-1.fc32 ocaml-zmq-debugsource(s390-64) = 5.1.3-1.fc32 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-1.fc32.s390x Provides: debuginfo(build-id) = 3308911cf835acd94459ff8459784590e4a860a9 debuginfo(build-id) = 668c55000cbd0737ce98bbb9b1179c7b3af7254e debuginfo(build-id) = ddc6f6b74002569a44176944575d69a85eef2561 ocaml-zmq-debuginfo = 5.1.3-1.fc32 ocaml-zmq-debuginfo(s390-64) = 5.1.3-1.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-zmq-debugsource(s390-64) = 5.1.3-1.fc32 Processing files: ocaml-zmq-lwt-debuginfo-5.1.3-1.fc32.s390x Provides: debuginfo(build-id) = f44acdeabb71397883e464c6a619c07856f69d92 ocaml-zmq-lwt-debuginfo = 5.1.3-1.fc32 ocaml-zmq-lwt-debuginfo(s390-64) = 5.1.3-1.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-zmq-debugsource(s390-64) = 5.1.3-1.fc32 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x Wrote: /builddir/build/RPMS/ocaml-zmq-lwt-5.1.3-1.fc32.s390x.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-lwt-devel-5.1.3-1.fc32.s390x.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-5.1.3-1.fc32.s390x.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-debugsource-5.1.3-1.fc32.s390x.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-devel-5.1.3-1.fc32.s390x.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-lwt-debuginfo-5.1.3-1.fc32.s390x.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-debuginfo-5.1.3-1.fc32.s390x.rpm Wrote: /builddir/build/RPMS/ocaml-zmq-doc-5.1.3-1.fc32.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.3rr3PK + umask 022 + cd /builddir/build/BUILD + cd zmq-5.1.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-zmq-5.1.3-1.fc32.s390x + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0