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-zip.spec'], chrootPath='/var/lib/mock/f33-build-190880-46345/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-zip.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=1587427200 Wrote: /builddir/build/SRPMS/ocaml-zip-1.10-4.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-zip.spec'], chrootPath='/var/lib/mock/f33-build-190880-46345/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-zip.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=1587427200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.bgGyC5 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf camlzip-rel110 + /usr/bin/gzip -dc /builddir/build/SOURCES/rel110.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd camlzip-rel110 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's,ocamlfind install,& -ldconf /builddir/build/BUILD/camlzip-rel110/ld.conf,' Makefile + sed -i 's/1\.09/1.10/' META-zip + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.f2IlK9 + umask 022 + cd /builddir/build/BUILD + cd camlzip-rel110 + make all ocamlfind ocamlc -g -safe-string -c -ccopt -g zlibstubs.c ocamlfind ocamlmklib -oc camlzip zlibstubs.o \ -lz ocamlfind ocamlc -g -safe-string -c zlib.mli ocamlfind ocamlc -g -safe-string -c zlib.ml ocamlfind ocamlc -g -safe-string -c zip.mli ocamlfind ocamlc -g -safe-string -c zip.ml File "zip.ml", line 62, characters 16-37: 62 | if_channel: Pervasives.in_channel; ^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "zip.ml", line 72, characters 16-38: 72 | of_channel: Pervasives.out_channel; ^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "zip.ml", line 221, characters 11-33: 221 | let ic = Pervasives.open_in_bin filename in ^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "zip.ml", line 234, characters 4-23: 234 | Pervasives.close_in ic; raise exn ^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "zip.ml", line 239, characters 2-21: 239 | Pervasives.close_in ifile.if_channel ^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "zip.ml", line 375, characters 17-40: 375 | of_channel = Pervasives.open_out_bin filename; ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "zip.ml", line 422, characters 2-22: 422 | Pervasives.close_out oc ^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "zip.ml", line 557, characters 4-23: 557 | Pervasives.close_in ic ^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "zip.ml", line 559, characters 4-23: 559 | Pervasives.close_in ic; raise x ^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlfind ocamlc -g -safe-string -c gzip.mli File "gzip.mli", line 29, characters 18-39: 29 | val open_in_chan: Pervasives.in_channel -> in_channel ^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.mli", line 89, characters 33-55: 89 | val open_out_chan: ?level:int -> Pervasives.out_channel -> out_channel ^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlfind ocamlc -g -safe-string -c gzip.ml File "gzip.ml", line 23, characters 13-34: 23 | { in_chan: Pervasives.in_channel; ^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 77, characters 11-33: 77 | let ic = Pervasives.open_in_bin filename in ^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 81, characters 4-23: 81 | Pervasives.close_in ic; raise exn ^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 85, characters 12-28: 85 | let n = Pervasives.input iz.in_chan iz.in_buffer 0 ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 111, characters 14-30: 111 | let n = Pervasives.input iz.in_chan iz.in_buffer 0 ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 169, characters 2-21: 169 | Pervasives.close_in iz.in_chan ^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 172, characters 14-36: 172 | { out_chan: Pervasives.out_channel; ^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 199, characters 24-47: 199 | open_out_chan ~level (Pervasives.open_out_bin filename) ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 202, characters 2-19: 202 | Pervasives.output oz.out_chan oz.out_buffer 0 oz.out_pos; ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 240, characters 4-26: 240 | Pervasives.output_byte oc (Int32.to_int !r); ^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 265, characters 2-18: 265 | Pervasives.flush oz.out_chan ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 278, characters 2-22: 278 | Pervasives.close_out oz.out_chan ^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmo zip.cmo gzip.cmo \ -lz + make allopt ocamlfind ocamlopt -safe-string -c zlib.ml ocamlfind ocamlopt -safe-string -c zip.ml File "zip.ml", line 62, characters 16-37: 62 | if_channel: Pervasives.in_channel; ^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "zip.ml", line 72, characters 16-38: 72 | of_channel: Pervasives.out_channel; ^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "zip.ml", line 221, characters 11-33: 221 | let ic = Pervasives.open_in_bin filename in ^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "zip.ml", line 234, characters 4-23: 234 | Pervasives.close_in ic; raise exn ^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "zip.ml", line 239, characters 2-21: 239 | Pervasives.close_in ifile.if_channel ^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "zip.ml", line 375, characters 17-40: 375 | of_channel = Pervasives.open_out_bin filename; ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "zip.ml", line 422, characters 2-22: 422 | Pervasives.close_out oc ^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "zip.ml", line 557, characters 4-23: 557 | Pervasives.close_in ic ^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "zip.ml", line 559, characters 4-23: 559 | Pervasives.close_in ic; raise x ^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlfind ocamlopt -safe-string -c gzip.ml File "gzip.ml", line 23, characters 13-34: 23 | { in_chan: Pervasives.in_channel; ^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 77, characters 11-33: 77 | let ic = Pervasives.open_in_bin filename in ^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 81, characters 4-23: 81 | Pervasives.close_in ic; raise exn ^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 85, characters 12-28: 85 | let n = Pervasives.input iz.in_chan iz.in_buffer 0 ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 111, characters 14-30: 111 | let n = Pervasives.input iz.in_chan iz.in_buffer 0 ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 169, characters 2-21: 169 | Pervasives.close_in iz.in_chan ^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 172, characters 14-36: 172 | { out_chan: Pervasives.out_channel; ^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 199, characters 24-47: 199 | open_out_chan ~level (Pervasives.open_out_bin filename) ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 202, characters 2-19: 202 | Pervasives.output oz.out_chan oz.out_buffer 0 oz.out_pos; ^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 240, characters 4-26: 240 | Pervasives.output_byte oc (Int32.to_int !r); ^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 265, characters 2-18: 265 | Pervasives.flush oz.out_chan ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.ml", line 278, characters 2-22: 278 | Pervasives.close_out oz.out_chan ^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlfind ocamlmklib -o zip -oc camlzip zlib.cmx zip.cmx gzip.cmx \ -lz ocamlfind ocamlopt -safe-string -shared -linkall -I ./ -o zip.cmxs zip.cmxa + make doc mkdir -p doc ocamldoc -d doc/ -html *.mli File "gzip.mli", line 29, characters 18-39: 29 | val open_in_chan: Pervasives.in_channel -> in_channel ^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "gzip.mli", line 89, characters 33-55: 89 | val open_out_chan: ?level:int -> Pervasives.out_channel -> out_channel ^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ++ ar t libcamlzip.a + ocamlmklib -g -ldopt '-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' -lz -o camlzip zlibstubs.o + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Zba0o5 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64 + cd camlzip-rel110 + mkdir -p /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64//usr/lib64/ocaml/zip + mkdir -p /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64//usr/lib64/ocaml/stublibs + export DESTDIR=/builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64 + DESTDIR=/builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64 + export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml + export EXT_DLL=.so + EXT_DLL=.so + touch ld.conf + make install cp META-zip META && \ ocamlfind install -ldconf /builddir/build/BUILD/camlzip-rel110/ld.conf zip META *.mli *.a *.cmi *.cma gzip.cmx zip.cmx zlib.cmx zip.cmxa zip.cmxs dllcamlzip.so && \ rm META Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/zip/zip.cmxs Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/zip/zip.cmxa Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/zip/zlib.cmx Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/zip/zip.cmx Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/zip/gzip.cmx Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/zip/zip.cma Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/zip/zlib.cmi Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/zip/zip.cmi Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/zip/gzip.cmi Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/zip/zip.a Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/zip/libcamlzip.a Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/zip/zlib.mli Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/zip/zip.mli Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/zip/gzip.mli Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/stublibs/dllcamlzip.so Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/stublibs/dllcamlzip.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/zip/META cp META-camlzip META && \ ocamlfind install -ldconf /builddir/build/BUILD/camlzip-rel110/ld.conf camlzip META && \ rm META Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/camlzip/META + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.10-4.fc33 --unique-debug-suffix -1.10-4.fc33.riscv64 --unique-debug-src-base ocaml-zip-1.10-4.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/camlzip-rel110 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/stublibs/dllcamlzip.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/zip/zip.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/stublibs/dllcamlzip.so extracting debug info from /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/lib64/ocaml/zip/zip.cmxs original debug info size: 100kB, size after compression: 104kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 13 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.l7c6K7 + umask 022 + cd /builddir/build/BUILD + cd camlzip-rel110 + export LD_LIBRARY_PATH=/builddir/build/BUILD/camlzip-rel110 + LD_LIBRARY_PATH=/builddir/build/BUILD/camlzip-rel110 + make -C test make: Entering directory '/builddir/build/BUILD/camlzip-rel110/test' ocamlc -ccopt -g -g -I .. -o minizip unix.cma ../zip.cma minizip.ml ocamlc -ccopt -g -g -I .. -o minigzip ../zip.cma minigzip.ml ocamlc -g -I .. -o testzlib ../zip.cma testzlib.ml make: Leaving directory '/builddir/build/BUILD/camlzip-rel110/test' + test/testzlib Makefile Makefile.gz + test/testzlib -d Makefile.gz Makefile.uncompressed + cmp Makefile Makefile.uncompressed + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ocaml-zip-1.10-4.fc33.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.aruKM6 + umask 022 + cd /builddir/build/BUILD + cd camlzip-rel110 + LICENSEDIR=/builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/share/licenses/ocaml-zip + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/share/licenses/ocaml-zip + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/share/licenses/ocaml-zip + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Gzip) = c43bb157da60c7ed3536c7b059b4e164 ocaml(Zip) = 53d04254f0d14dc47bcd486fc4d04b07 ocaml(Zlib) = f6f93bc8ad6971d70d26de6db7c79127 ocaml-zip = 1.10-4.fc33 ocaml-zip(riscv-64) = 1.10-4.fc33 ocamlx(Gzip) = 393f513a7785efcf82066d3077448fa5 ocamlx(Zip) = f113d3230b29365efb60d9fa84bef9d4 ocamlx(Zlib) = b5e0ba77581872b0b6d921b5761947d4 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) libz.so.1()(64bit) ocaml(CamlinternalFormatBasics) = abb6a3e103af15618334f607881d2f6e ocaml(Stdlib) = 758bb07a9fe47ce2726d308103d8c6ac ocaml(Stdlib__bigarray) = 6753964e3fa1b4a43d82aa25d8b470f7 ocaml(Stdlib__bytes) = 8a4d804cf862eb9fcbbc77bc74d8d60d ocaml(Stdlib__callback) = 163655e158bea18bef01aa78b1eff19a ocaml(Stdlib__char) = e880cec0c71000a6af4116f0f30b8ec6 ocaml(Stdlib__complex) = 1bb63213f3e1f7d8188b2c4de5d4112f ocaml(Stdlib__hashtbl) = 6ba415b3504985a4f465c58f988c3d82 ocaml(Stdlib__int32) = 9084c02abc6ad1f2aec73b083db3921e ocaml(Stdlib__int64) = ed002463159e157ea3e45d12f5048981 ocaml(Stdlib__list) = 3a95348c023b83cf26ac8e0229a3caef ocaml(Stdlib__pervasives) = 5c561b71c495f928b9d9e972da260962 ocaml(Stdlib__seq) = aa29410d95f3c0bcbe4b1dc2a2661ed3 ocaml(Stdlib__string) = 0d19388e50e8e106b36c2865d3eda89a ocaml(Stdlib__sys) = 93b335947bb5110380711c8d8866e892 ocaml(Unix) = b2e90099b3b7ea80d565f58cd4840d0a ocaml(Zlib) = f6f93bc8ad6971d70d26de6db7c79127 ocamlx(Stdlib) = f35fed20d6a434bdcdc787ab8d2e7090 ocamlx(Stdlib__bytes) = 8771d692ff7204e1d5643910b61fa349 ocamlx(Stdlib__callback) = 751e26f94e3644aaa7aae6bd0485c67b ocamlx(Stdlib__hashtbl) = 930441fd4392dbe304bd79542e643636 ocamlx(Stdlib__int32) = 15d78d9b242a53ec4b31dafe70ce1ab8 ocamlx(Stdlib__list) = 00f0b803021241f2da62a3ac5db4e0a4 ocamlx(Stdlib__pervasives) = 5a99daa17516bb48c98810f898621491 ocamlx(Stdlib__string) = d50927574e9143235cb5aed9bc83f8e7 ocamlx(Stdlib__sys) = 412d0d0165356a092d2d01789aa342e0 ocamlx(Unix) = 84639ec8aa7ff37e0384f6051183baea ocamlx(Zlib) = b5e0ba77581872b0b6d921b5761947d4 rtld(GNU_HASH) Processing files: ocaml-zip-devel-1.10-4.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.bU4to9 + umask 022 + cd /builddir/build/BUILD + cd camlzip-rel110 + DOCDIR=/builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/share/doc/ocaml-zip-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/share/doc/ocaml-zip-devel + cp -pr Changes /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/share/doc/ocaml-zip-devel + cp -pr README /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/share/doc/ocaml-zip-devel + cp -pr doc /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64/usr/share/doc/ocaml-zip-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Gzip) = c43bb157da60c7ed3536c7b059b4e164 ocaml(Zip) = 53d04254f0d14dc47bcd486fc4d04b07 ocaml(Zlib) = f6f93bc8ad6971d70d26de6db7c79127 ocaml-zip-devel = 1.10-4.fc33 ocaml-zip-devel(riscv-64) = 1.10-4.fc33 ocamlx(Gzip) = 393f513a7785efcf82066d3077448fa5 ocamlx(Zip) = f113d3230b29365efb60d9fa84bef9d4 ocamlx(Zlib) = b5e0ba77581872b0b6d921b5761947d4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = abb6a3e103af15618334f607881d2f6e ocaml(Stdlib) = 758bb07a9fe47ce2726d308103d8c6ac ocaml(Stdlib__bigarray) = 6753964e3fa1b4a43d82aa25d8b470f7 ocaml(Stdlib__bytes) = 8a4d804cf862eb9fcbbc77bc74d8d60d ocaml(Stdlib__callback) = 163655e158bea18bef01aa78b1eff19a ocaml(Stdlib__char) = e880cec0c71000a6af4116f0f30b8ec6 ocaml(Stdlib__complex) = 1bb63213f3e1f7d8188b2c4de5d4112f ocaml(Stdlib__hashtbl) = 6ba415b3504985a4f465c58f988c3d82 ocaml(Stdlib__int32) = 9084c02abc6ad1f2aec73b083db3921e ocaml(Stdlib__int64) = ed002463159e157ea3e45d12f5048981 ocaml(Stdlib__list) = 3a95348c023b83cf26ac8e0229a3caef ocaml(Stdlib__pervasives) = 5c561b71c495f928b9d9e972da260962 ocaml(Stdlib__seq) = aa29410d95f3c0bcbe4b1dc2a2661ed3 ocaml(Stdlib__string) = 0d19388e50e8e106b36c2865d3eda89a ocaml(Stdlib__sys) = 93b335947bb5110380711c8d8866e892 ocaml(Unix) = b2e90099b3b7ea80d565f58cd4840d0a ocaml(Zlib) = f6f93bc8ad6971d70d26de6db7c79127 ocamlx(Stdlib) = f35fed20d6a434bdcdc787ab8d2e7090 ocamlx(Stdlib__bytes) = 8771d692ff7204e1d5643910b61fa349 ocamlx(Stdlib__callback) = 751e26f94e3644aaa7aae6bd0485c67b ocamlx(Stdlib__hashtbl) = 930441fd4392dbe304bd79542e643636 ocamlx(Stdlib__int32) = 15d78d9b242a53ec4b31dafe70ce1ab8 ocamlx(Stdlib__list) = 00f0b803021241f2da62a3ac5db4e0a4 ocamlx(Stdlib__pervasives) = 5a99daa17516bb48c98810f898621491 ocamlx(Stdlib__string) = d50927574e9143235cb5aed9bc83f8e7 ocamlx(Stdlib__sys) = 412d0d0165356a092d2d01789aa342e0 ocamlx(Unix) = 84639ec8aa7ff37e0384f6051183baea ocamlx(Zlib) = b5e0ba77581872b0b6d921b5761947d4 Processing files: ocaml-zip-debugsource-1.10-4.fc33.riscv64 Provides: ocaml-zip-debugsource = 1.10-4.fc33 ocaml-zip-debugsource(riscv-64) = 1.10-4.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-zip-debuginfo-1.10-4.fc33.riscv64 Provides: debuginfo(build-id) = 0e863b6be5c2305345dab1894f2ed0a8027ed3d9 debuginfo(build-id) = 7ed63e824dd1e70f32e70c5dd13b33f4ef69aa8d ocaml-zip-debuginfo = 1.10-4.fc33 ocaml-zip-debuginfo(riscv-64) = 1.10-4.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-zip-debugsource(riscv-64) = 1.10-4.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64 Wrote: /builddir/build/RPMS/ocaml-zip-debugsource-1.10-4.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-zip-debuginfo-1.10-4.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-zip-1.10-4.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-zip-devel-1.10-4.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.52lT18 + umask 022 + cd /builddir/build/BUILD + cd camlzip-rel110 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-zip-1.10-4.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0