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-361703-60277/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=1599004800 Wrote: /builddir/build/SRPMS/ocaml-zip-1.10-8.fc33.1.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-361703-60277/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=1599004800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.uhRsKt + 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.wMnj3q + 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.6qikEs + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64 ++ dirname /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64 + cd camlzip-rel110 + mkdir -p /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64//usr/lib64/ocaml/zip + mkdir -p /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64//usr/lib64/ocaml/stublibs + export DESTDIR=/builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64 + DESTDIR=/builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64 + export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.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-8.fc33.1.riscv64/usr/lib64/ocaml/zip/zip.cmxs Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml/zip/zip.cmxa Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml/zip/zlib.cmx Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml/zip/zip.cmx Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml/zip/gzip.cmx Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml/zip/zip.cma Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml/zip/zlib.cmi Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml/zip/zip.cmi Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml/zip/gzip.cmi Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml/zip/zip.a Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml/zip/libcamlzip.a Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml/zip/zlib.mli Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml/zip/zip.mli Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml/zip/gzip.mli Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml/stublibs/dllcamlzip.so Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml/stublibs/dllcamlzip.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.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-8.fc33.1.riscv64/usr/lib64/ocaml/camlzip/META + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.10-8.fc33.1 --unique-debug-suffix -1.10-8.fc33.1.riscv64 --unique-debug-src-base ocaml-zip-1.10-8.fc33.1.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-8.fc33.1.riscv64/usr/lib64/ocaml/zip/zip.cmxs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml/stublibs/dllcamlzip.so extracting debug info from /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml/zip/zip.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/lib64/ocaml/stublibs/dllcamlzip.so original debug info size: 144kB, size after compression: 144kB /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 '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.FpDLkr + 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-8.fc33.1.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.AFhmIs + umask 022 + cd /builddir/build/BUILD + cd camlzip-rel110 + LICENSEDIR=/builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.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-8.fc33.1.riscv64/usr/share/licenses/ocaml-zip + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/share/licenses/ocaml-zip + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Gzip) = 778d327317d64602bbcccc6b311de605 ocaml(Zip) = 449a71c37f3c668f621b1446484e02e5 ocaml(Zlib) = 36e23720e9e6e0c0eff8e763ca98c6fe ocaml-zip = 1.10-8.fc33.1 ocaml-zip(riscv-64) = 1.10-8.fc33.1 ocamlx(Gzip) = b68182b1521cca47d2eaa0c859526b83 ocamlx(Zip) = cebc526134a1f0fdabd6a15c5b2817ee ocamlx(Zlib) = 4259badc064c417aa3b08c9573e539c1 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) = 3a3ca1838627f7762f49679ce0278ad1 ocaml(Stdlib) = c21c5d26416461b543321872a551ea0d ocaml(Stdlib__bigarray) = 8f51e488a7f2bd0c6137bb9ba75b530e ocaml(Stdlib__bytes) = 6f90f1d35d75f513a9ee53cebf3fbc27 ocaml(Stdlib__callback) = 1b88fbd71c9cf564eb0790c5709a779a ocaml(Stdlib__char) = cdee48235b2dbc08f40a0e2ec3824bc5 ocaml(Stdlib__complex) = 2221dce26021209ffd747f2125bf7f10 ocaml(Stdlib__hashtbl) = b762db4e3b71657dfcfd14539af9611a ocaml(Stdlib__int32) = 2e6c00c32474b3f4f0ca069a3eceab68 ocaml(Stdlib__int64) = 8da509b391e66cf2a7e37819728d5a15 ocaml(Stdlib__list) = 15cef02558cc6576c616c84f09d5b0ea ocaml(Stdlib__pervasives) = 76119ce30941328f65713c9e5efa6ead ocaml(Stdlib__seq) = d6a8de25c9eecf5ae9420a9f3f8b2e88 ocaml(Stdlib__string) = 9d02da014acaf1dfdd63872e707eaed9 ocaml(Stdlib__sys) = 794924b786d5c3059c545cb526394520 ocaml(Unix) = e6d191b089c68976347fa6524bb28048 ocaml(Zlib) = 36e23720e9e6e0c0eff8e763ca98c6fe ocamlx(Stdlib) = 5b1118fc938423037933e63643e9f671 ocamlx(Stdlib__bytes) = 09fe099de18a854118ae424d323d647d ocamlx(Stdlib__callback) = 8be8bbbb398fb67c5ac76dd97e4c8891 ocamlx(Stdlib__hashtbl) = 3a70d43892d6822a86672d0da0646fa3 ocamlx(Stdlib__int32) = 65ea537b9e025c26276d03df060a65f2 ocamlx(Stdlib__list) = 1f9660a314f1e6cb5f40359d9d3b2f29 ocamlx(Stdlib__pervasives) = 3e186c9579e482ae0dc6f498f79a0d37 ocamlx(Stdlib__string) = 9693062f8b4045a04e0d3ae8d45a36af ocamlx(Stdlib__sys) = 82cfd264b7875618ee810e8d1f8fa532 ocamlx(Unix) = 6ae341e93ce7dc9d984cb474111ecd75 ocamlx(Zlib) = 4259badc064c417aa3b08c9573e539c1 rtld(GNU_HASH) Processing files: ocaml-zip-devel-1.10-8.fc33.1.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.tEaS9t + umask 022 + cd /builddir/build/BUILD + cd camlzip-rel110 + DOCDIR=/builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.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-8.fc33.1.riscv64/usr/share/doc/ocaml-zip-devel + cp -pr Changes /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/share/doc/ocaml-zip-devel + cp -pr README /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/share/doc/ocaml-zip-devel + cp -pr doc /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64/usr/share/doc/ocaml-zip-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Gzip) = 778d327317d64602bbcccc6b311de605 ocaml(Zip) = 449a71c37f3c668f621b1446484e02e5 ocaml(Zlib) = 36e23720e9e6e0c0eff8e763ca98c6fe ocaml-zip-devel = 1.10-8.fc33.1 ocaml-zip-devel(riscv-64) = 1.10-8.fc33.1 ocamlx(Gzip) = b68182b1521cca47d2eaa0c859526b83 ocamlx(Zip) = cebc526134a1f0fdabd6a15c5b2817ee ocamlx(Zlib) = 4259badc064c417aa3b08c9573e539c1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = 3a3ca1838627f7762f49679ce0278ad1 ocaml(Stdlib) = c21c5d26416461b543321872a551ea0d ocaml(Stdlib__bigarray) = 8f51e488a7f2bd0c6137bb9ba75b530e ocaml(Stdlib__bytes) = 6f90f1d35d75f513a9ee53cebf3fbc27 ocaml(Stdlib__callback) = 1b88fbd71c9cf564eb0790c5709a779a ocaml(Stdlib__char) = cdee48235b2dbc08f40a0e2ec3824bc5 ocaml(Stdlib__complex) = 2221dce26021209ffd747f2125bf7f10 ocaml(Stdlib__hashtbl) = b762db4e3b71657dfcfd14539af9611a ocaml(Stdlib__int32) = 2e6c00c32474b3f4f0ca069a3eceab68 ocaml(Stdlib__int64) = 8da509b391e66cf2a7e37819728d5a15 ocaml(Stdlib__list) = 15cef02558cc6576c616c84f09d5b0ea ocaml(Stdlib__pervasives) = 76119ce30941328f65713c9e5efa6ead ocaml(Stdlib__seq) = d6a8de25c9eecf5ae9420a9f3f8b2e88 ocaml(Stdlib__string) = 9d02da014acaf1dfdd63872e707eaed9 ocaml(Stdlib__sys) = 794924b786d5c3059c545cb526394520 ocaml(Unix) = e6d191b089c68976347fa6524bb28048 ocaml(Zlib) = 36e23720e9e6e0c0eff8e763ca98c6fe ocamlx(Stdlib) = 5b1118fc938423037933e63643e9f671 ocamlx(Stdlib__bytes) = 09fe099de18a854118ae424d323d647d ocamlx(Stdlib__callback) = 8be8bbbb398fb67c5ac76dd97e4c8891 ocamlx(Stdlib__hashtbl) = 3a70d43892d6822a86672d0da0646fa3 ocamlx(Stdlib__int32) = 65ea537b9e025c26276d03df060a65f2 ocamlx(Stdlib__list) = 1f9660a314f1e6cb5f40359d9d3b2f29 ocamlx(Stdlib__pervasives) = 3e186c9579e482ae0dc6f498f79a0d37 ocamlx(Stdlib__string) = 9693062f8b4045a04e0d3ae8d45a36af ocamlx(Stdlib__sys) = 82cfd264b7875618ee810e8d1f8fa532 ocamlx(Unix) = 6ae341e93ce7dc9d984cb474111ecd75 ocamlx(Zlib) = 4259badc064c417aa3b08c9573e539c1 Processing files: ocaml-zip-debugsource-1.10-8.fc33.1.riscv64 Provides: ocaml-zip-debugsource = 1.10-8.fc33.1 ocaml-zip-debugsource(riscv-64) = 1.10-8.fc33.1 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-8.fc33.1.riscv64 Provides: debuginfo(build-id) = 346e8aba72bf8d87fa29883cdf61f7dbabbdba70 debuginfo(build-id) = 482ea2373f483e2c27a08723bd19ad8e7bb1595a ocaml-zip-debuginfo = 1.10-8.fc33.1 ocaml-zip-debuginfo(riscv-64) = 1.10-8.fc33.1 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-8.fc33.1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64 Wrote: /builddir/build/RPMS/ocaml-zip-debugsource-1.10-8.fc33.1.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-zip-debuginfo-1.10-8.fc33.1.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-zip-1.10-8.fc33.1.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-zip-devel-1.10-8.fc33.1.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.AsEWlr + umask 022 + cd /builddir/build/BUILD + cd camlzip-rel110 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-zip-1.10-8.fc33.1.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0