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-calendar.spec'], chrootPath='/var/lib/mock/f33-build-361834-60319/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-calendar.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-calendar-2.04-35.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-calendar.spec'], chrootPath='/var/lib/mock/f33-build-361834-60319/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-calendar.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.czYali + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf calendar-2.04 + /usr/bin/gzip -dc /builddir/build/SOURCES/calendar-2.04.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd calendar-2.04 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (calendar-2.03.2-enable-debug.patch):' Patch #1 (calendar-2.03.2-enable-debug.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file Makefile.in + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fGyptk + umask 022 + cd /builddir/build/BUILD + cd calendar-2.04 + ./configure --libdir=/usr/lib64 checking for ocamlc... ocamlc ocaml version is 4.11.1: Good! ocaml library path is /usr/lib64/ocaml checking for ocamlopt... ocamlopt checking ocamlopt version... ok checking for ocamlc.opt... ocamlc.opt checking ocamlc.opt version... ok checking for ocamlopt.opt... ocamlopt.opt checking ocamlc.opt version... ok checking for ocamldep... ocamldep checking for ocamlfind... ocamlfind checking for ocamldoc... ocamldoc checking for ocamlweb... ocamlweb checking for ocamlwc... ocamlwc checking for ocamldot... ocamldot checking platform... linux checking extension for object files... .o checking extension for library files... .a checking for /usr/lib64/ocaml/dynlink.cmxa... yes native dynlink works fine. Great. configure: creating ./config.status config.status: creating Makefile + make echo "let version = \"2.04\"" > src/version.ml echo "let date = \"`date`\"" >> src/version.ml rm -f .depend ocamldep -I src -I tests src/*.ml src/*.mli tests/*.ml tests/*.mli \ > .depend ocamlc.opt -g -I src -I target -I tests -c src/period.mli ocamlc.opt -g -I src -I target -I tests -c src/date_sig.mli ocamlc.opt -g -I src -I target -I tests -c src/time_Zone.mli ocamlc.opt -g -I src -I target -I tests -c src/time_sig.mli ocamlc.opt -g -I src -I target -I tests -c src/calendar_sig.mli ocamlc.opt -g -I src -I target -I tests -c src/utils.mli ocamlc.opt -g -I src -I target -I tests -c src/utils.ml File "src/utils.ml", line 32, characters 14-28: 32 | let equal = Pervasives.(=) ^^^^^^^^^^^^^^ 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 "src/utils.ml", line 33, characters 16-34: 33 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ 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 ocamlc.opt -g -I src -I target -I tests -c src/time_Zone.ml ocamlc.opt -g -I src -I target -I tests -c src/time.mli ocamlc.opt -g -I src -I target -I tests -c src/time.ml ocamlc.opt -g -I src -I target -I tests -c src/ftime.mli ocamlc.opt -g -I src -I target -I tests -c src/ftime.ml ocamlc.opt -g -I src -I target -I tests -c src/date.mli ocamlc.opt -g -I src -I target -I tests -c src/date.ml File "src/date.ml", line 73, characters 2-20: 73 | Pervasives.compare d1 d2 < 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 "src/date.ml", line 254, characters 12-30: 254 | let n = Pervasives.compare x.m y.m 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 "src/date.ml", line 255, characters 18-36: 255 | if n = 0 then Pervasives.compare x.d y.d else n ^^^^^^^^^^^^^^^^^^ 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 ocamlc.opt -g -I src -I target -I tests -c src/calendar_builder.mli ocamlc.opt -g -I src -I target -I tests -c src/calendar_builder.ml ocamlc.opt -g -I src -I target -I tests -c src/calendar.mli ocamlc.opt -g -I src -I target -I tests -c src/calendar.ml ocamlc.opt -g -I src -I target -I tests -c src/fcalendar.mli ocamlc.opt -g -I src -I target -I tests -c src/fcalendar.ml ocamlc.opt -g -I src -I target -I tests -c src/printer.mli ocamlc.opt -g -I src -I target -I tests -c src/printer.ml File "src/printer.ml", line 184, characters 16-32: 184 | | Uppercase -> String.uppercase s ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "src/printer.ml", line 239, characters 33-49: 239 | Format.pp_print_string fmt (String.lowercase (Lazy.force apm)) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. ocamlc.opt -g -I src -I target -I tests -c src/version.mli ocamlc.opt -g -I src -I target -I tests -c src/version.ml mkdir -p target ocamlfind ocamlc -g -I src -I target -I tests -pack -o target/calendarLib.cmo \ src/period.cmi src/date_sig.cmi src/time_sig.cmi src/calendar_sig.cmi src/utils.cmo src/time_Zone.cmo src/time.cmo src/ftime.cmo src/date.cmo src/calendar_builder.cmo src/calendar.cmo src/fcalendar.cmo src/printer.cmo src/version.cmo ocamlfind ocamlc -g -I src -I target -I tests -a -o target/calendarLib.cma target/calendarLib.cmo ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/utils.ml File "src/utils.ml", line 32, characters 14-28: 32 | let equal = Pervasives.(=) ^^^^^^^^^^^^^^ 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 "src/utils.ml", line 33, characters 16-34: 33 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ 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 ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/time_Zone.ml ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/time.ml ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/ftime.ml ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/date.ml File "src/date.ml", line 73, characters 2-20: 73 | Pervasives.compare d1 d2 < 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 "src/date.ml", line 254, characters 12-30: 254 | let n = Pervasives.compare x.m y.m 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 "src/date.ml", line 255, characters 18-36: 255 | if n = 0 then Pervasives.compare x.d y.d else n ^^^^^^^^^^^^^^^^^^ 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 ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/calendar_builder.ml ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/calendar.ml ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/fcalendar.ml ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/printer.ml File "src/printer.ml", line 184, characters 16-32: 184 | | Uppercase -> String.uppercase s ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "src/printer.ml", line 239, characters 33-49: 239 | Format.pp_print_string fmt (String.lowercase (Lazy.force apm)) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. ocamlopt.opt -g -I src -I target -I tests -noassert -for-pack CalendarLib -c src/version.ml mkdir -p target ocamlfind ocamlopt -g -I src -I target -I tests -noassert -pack -o target/calendarLib.cmx \ src/period.cmi src/date_sig.cmi src/time_sig.cmi src/calendar_sig.cmi src/utils.cmx src/time_Zone.cmx src/time.cmx src/ftime.cmx src/date.cmx src/calendar_builder.cmx src/calendar.cmx src/fcalendar.cmx src/printer.cmx src/version.cmx ocamlfind ocamlopt -g -I src -I target -I tests -noassert -a -o target/calendarLib.cmxa target/calendarLib.cmx ocamlfind ocamlopt -I target -shared -linkall -o target/calendarLib.cmxs target/calendarLib.cmxa echo "name = \"calendar\"" > META echo "description = \"calendar library\"" >> META echo "version = \"2.04\"" >> META echo "archive(byte) = \"calendarLib.cma\"" >> META echo "archive(native) = \"calendarLib.cmxa\"" >> META echo "requires = \"unix str\"" >> META + make doc cp utils/example.ml.4 utils/example.ml ocamlc.opt -I +ocamldoc -I utils -c utils/example.ml mkdir -p doc rm -f doc/* ocamldoc -g utils/example.cmo -colorize-code -I src -d doc \ src/utils.mli src/time_Zone.mli src/period.mli src/time_sig.mli src/time.mli src/ftime.mli src/date_sig.mli src/date.mli src/calendar_sig.mli src/calendar_builder.mli src/calendar.mli src/fcalendar.mli src/printer.mli src/version.mli src/utils.ml src/time_Zone.ml src/time.ml src/ftime.ml src/date.ml src/calendar_builder.ml src/calendar.ml src/fcalendar.ml src/printer.ml src/version.ml File "src/utils.ml", line 32, characters 14-28: 32 | let equal = Pervasives.(=) ^^^^^^^^^^^^^^ 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 "src/utils.ml", line 33, characters 16-34: 33 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ 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 "src/date.ml", line 73, characters 2-20: 73 | Pervasives.compare d1 d2 < 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 "src/date.ml", line 254, characters 12-30: 254 | let n = Pervasives.compare x.m y.m 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 "src/date.ml", line 255, characters 18-36: 255 | if n = 0 then Pervasives.compare x.d y.d else n ^^^^^^^^^^^^^^^^^^ 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 "src/printer.ml", line 184, characters 16-32: 184 | | Uppercase -> String.uppercase s ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "src/printer.ml", line 239, characters 33-49: 239 | Format.pp_print_string fmt (String.lowercase (Lazy.force apm)) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. + mv TODO TODO.old + iconv -f iso-8859-1 -t utf-8 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.hhHr8h + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64 ++ dirname /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64 + cd calendar-2.04 + export DESTDIR=/builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64 + DESTDIR=/builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64 + export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml + mkdir -p /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/stublibs + make install Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/calendarLib.a Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/calendarLib.o Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/version.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/printer.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/fcalendar.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/calendar.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/calendar_builder.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/calendar_sig.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/date.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/date_sig.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/ftime.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/time.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/time_sig.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/period.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/time_Zone.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/utils.mli Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/calendarLib.cmxs Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/calendarLib.cmxa Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/calendarLib.cmx Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/calendarLib.cmo Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/calendarLib.cmi Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/calendarLib.cma Installed /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/META + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.04-35.fc33.1 --unique-debug-suffix -2.04-35.fc33.1.riscv64 --unique-debug-src-base ocaml-calendar-2.04-35.fc33.1.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/calendar-2.04 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/calendarLib.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/lib64/ocaml/calendar/calendarLib.cmxs original debug info size: 124kB, size after compression: 128kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. cpio: buffer.ml: Cannot stat: No such file or directory cpio: bytes.ml: Cannot stat: No such file or directory cpio: format.ml: Cannot stat: No such file or directory cpio: stdlib.ml: Cannot stat: No such file or directory cpio: str.ml: Cannot stat: No such file or directory cpio: string.ml: Cannot stat: No such file or directory 131 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 Processing files: ocaml-calendar-2.04-35.fc33.1.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JmOqKj + umask 022 + cd /builddir/build/BUILD + cd calendar-2.04 + DOCDIR=/builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/share/doc/ocaml-calendar + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/share/doc/ocaml-calendar + cp -pr CHANGES /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/share/doc/ocaml-calendar + cp -pr README /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/share/doc/ocaml-calendar + cp -pr TODO /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/share/doc/ocaml-calendar + cp -pr LGPL /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/share/doc/ocaml-calendar + cp -pr COPYING /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/share/doc/ocaml-calendar + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(CalendarLib) = 530a0672cdbc3c78e5bc9c0fc2d8f575 ocaml-calendar = 2.04-35.fc33.1 ocaml-calendar(riscv-64) = 2.04-35.fc33.1 ocamlx(CalendarLib) = b350f56a7ff16429efcfa0708f684e96 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) ocaml(CamlinternalFormatBasics) = 3a3ca1838627f7762f49679ce0278ad1 ocaml(CamlinternalLazy) = 9a1263a7a1e44e1eb3fb6d0986f3063d ocaml(Stdlib) = c21c5d26416461b543321872a551ea0d ocaml(Stdlib__array) = 4528cb7f2202a96df7bc293599ce41ac ocaml(Stdlib__bigarray) = 8f51e488a7f2bd0c6137bb9ba75b530e ocaml(Stdlib__buffer) = 234b61fa3906003822205287eb65a481 ocaml(Stdlib__complex) = 2221dce26021209ffd747f2125bf7f10 ocaml(Stdlib__format) = de2a0cc4d0ca0cc218de7447f48aaa41 ocaml(Stdlib__hashtbl) = b762db4e3b71657dfcfd14539af9611a ocaml(Stdlib__lazy) = bad82b0dffc3f26083e1d1c8e5965818 ocaml(Stdlib__list) = 15cef02558cc6576c616c84f09d5b0ea ocaml(Stdlib__pervasives) = 76119ce30941328f65713c9e5efa6ead ocaml(Stdlib__seq) = d6a8de25c9eecf5ae9420a9f3f8b2e88 ocaml(Stdlib__string) = 9d02da014acaf1dfdd63872e707eaed9 ocaml(Stdlib__uchar) = ab6f1df93abf9e800a3e0d1543523c96 ocaml(Str) = 69ca4b460c685490ba2f5d32f57b1172 ocaml(Unix) = e6d191b089c68976347fa6524bb28048 ocamlx(CamlinternalLazy) = 036788d50a0586afbd43b3e007d70c70 ocamlx(Stdlib) = 5b1118fc938423037933e63643e9f671 ocamlx(Stdlib__buffer) = f22873239984f2016980d0036e303f3b ocamlx(Stdlib__format) = 85e26627e3e590997aa4b74d34d397ef ocamlx(Stdlib__hashtbl) = 3a70d43892d6822a86672d0da0646fa3 ocamlx(Stdlib__list) = 1f9660a314f1e6cb5f40359d9d3b2f29 ocamlx(Stdlib__string) = 9693062f8b4045a04e0d3ae8d45a36af ocamlx(Str) = e3cf254b9d6b10e0d30744d8875e4d29 ocamlx(Unix) = 6ae341e93ce7dc9d984cb474111ecd75 rtld(GNU_HASH) Processing files: ocaml-calendar-devel-2.04-35.fc33.1.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5XCalk + umask 022 + cd /builddir/build/BUILD + cd calendar-2.04 + DOCDIR=/builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/share/doc/ocaml-calendar-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/share/doc/ocaml-calendar-devel + cp -pr CHANGES /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/share/doc/ocaml-calendar-devel + cp -pr README /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/share/doc/ocaml-calendar-devel + cp -pr TODO /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/share/doc/ocaml-calendar-devel + cp -pr LGPL /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/share/doc/ocaml-calendar-devel + cp -pr COPYING /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/share/doc/ocaml-calendar-devel + cp -pr calendarFAQ-2.6.txt /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/share/doc/ocaml-calendar-devel + cp -pr doc/Calendar.Precise.html doc/Calendar.html doc/Calendar_builder.Make.html doc/Calendar_builder.Make_Precise.html doc/Calendar_builder.html doc/Calendar_sig.S.Date.html doc/Calendar_sig.S.Period.html doc/Calendar_sig.S.Time.html doc/Calendar_sig.S.html doc/Calendar_sig.html doc/Date.html doc/Date_sig.S.Period.html doc/Date_sig.S.html doc/Date_sig.html doc/Fcalendar.Precise.html doc/Fcalendar.html doc/Ftime.html doc/Period.S.html doc/Period.html doc/Printer.Calendar.html doc/Printer.CalendarPrinter.html doc/Printer.Date.html doc/Printer.DatePrinter.html doc/Printer.Fcalendar.html doc/Printer.Ftime.html doc/Printer.Precise_Calendar.html doc/Printer.Precise_Fcalendar.html doc/Printer.S.html doc/Printer.Time.html doc/Printer.TimePrinter.html doc/Printer.html doc/Time.html doc/Time_Zone.html doc/Time_sig.S.Period.html doc/Time_sig.S.Second.html doc/Time_sig.S.html doc/Time_sig.Second.html doc/Time_sig.html doc/Utils.Comparable.html doc/Utils.Float.html doc/Utils.Int.html doc/Utils.html doc/Version.html doc/index.html doc/index_attributes.html doc/index_class_types.html doc/index_classes.html doc/index_exceptions.html doc/index_extensions.html doc/index_methods.html doc/index_module_types.html doc/index_modules.html doc/index_types.html doc/index_values.html doc/style.css doc/type_Calendar.Precise.html doc/type_Calendar.html doc/type_Calendar_builder.Make.html doc/type_Calendar_builder.Make_Precise.html doc/type_Calendar_builder.html doc/type_Calendar_sig.S.Date.html doc/type_Calendar_sig.S.Period.html doc/type_Calendar_sig.S.Time.html doc/type_Calendar_sig.S.html doc/type_Calendar_sig.html doc/type_Date.html doc/type_Date_sig.S.Period.html doc/type_Date_sig.S.html doc/type_Date_sig.html doc/type_Fcalendar.Precise.html doc/type_Fcalendar.html doc/type_Ftime.html doc/type_Period.S.html doc/type_Period.html doc/type_Printer.Calendar.html doc/type_Printer.CalendarPrinter.html doc/type_Printer.Date.html doc/type_Printer.DatePrinter.html doc/type_Printer.Fcalendar.html doc/type_Printer.Ftime.html doc/type_Printer.Precise_Calendar.html doc/type_Printer.Precise_Fcalendar.html doc/type_Printer.S.html doc/type_Printer.Time.html doc/type_Printer.TimePrinter.html doc/type_Printer.html doc/type_Time.html doc/type_Time_Zone.html doc/type_Time_sig.S.Period.html doc/type_Time_sig.S.Second.html doc/type_Time_sig.S.html doc/type_Time_sig.Second.html doc/type_Time_sig.html doc/type_Utils.Comparable.html doc/type_Utils.Float.html doc/type_Utils.Int.html doc/type_Utils.html doc/type_Version.html /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64/usr/share/doc/ocaml-calendar-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(CalendarLib) = 530a0672cdbc3c78e5bc9c0fc2d8f575 ocaml-calendar-devel = 2.04-35.fc33.1 ocaml-calendar-devel(riscv-64) = 2.04-35.fc33.1 ocamlx(CalendarLib) = b350f56a7ff16429efcfa0708f684e96 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = 3a3ca1838627f7762f49679ce0278ad1 ocaml(CamlinternalLazy) = 9a1263a7a1e44e1eb3fb6d0986f3063d ocaml(Stdlib) = c21c5d26416461b543321872a551ea0d ocaml(Stdlib__array) = 4528cb7f2202a96df7bc293599ce41ac ocaml(Stdlib__bigarray) = 8f51e488a7f2bd0c6137bb9ba75b530e ocaml(Stdlib__buffer) = 234b61fa3906003822205287eb65a481 ocaml(Stdlib__complex) = 2221dce26021209ffd747f2125bf7f10 ocaml(Stdlib__format) = de2a0cc4d0ca0cc218de7447f48aaa41 ocaml(Stdlib__hashtbl) = b762db4e3b71657dfcfd14539af9611a ocaml(Stdlib__lazy) = bad82b0dffc3f26083e1d1c8e5965818 ocaml(Stdlib__list) = 15cef02558cc6576c616c84f09d5b0ea ocaml(Stdlib__pervasives) = 76119ce30941328f65713c9e5efa6ead ocaml(Stdlib__seq) = d6a8de25c9eecf5ae9420a9f3f8b2e88 ocaml(Stdlib__string) = 9d02da014acaf1dfdd63872e707eaed9 ocaml(Stdlib__uchar) = ab6f1df93abf9e800a3e0d1543523c96 ocaml(Str) = 69ca4b460c685490ba2f5d32f57b1172 ocaml(Unix) = e6d191b089c68976347fa6524bb28048 ocamlx(CamlinternalLazy) = 036788d50a0586afbd43b3e007d70c70 ocamlx(Stdlib) = 5b1118fc938423037933e63643e9f671 ocamlx(Stdlib__buffer) = f22873239984f2016980d0036e303f3b ocamlx(Stdlib__format) = 85e26627e3e590997aa4b74d34d397ef ocamlx(Stdlib__hashtbl) = 3a70d43892d6822a86672d0da0646fa3 ocamlx(Stdlib__list) = 1f9660a314f1e6cb5f40359d9d3b2f29 ocamlx(Stdlib__string) = 9693062f8b4045a04e0d3ae8d45a36af ocamlx(Str) = e3cf254b9d6b10e0d30744d8875e4d29 ocamlx(Unix) = 6ae341e93ce7dc9d984cb474111ecd75 Processing files: ocaml-calendar-debugsource-2.04-35.fc33.1.riscv64 Provides: ocaml-calendar-debugsource = 2.04-35.fc33.1 ocaml-calendar-debugsource(riscv-64) = 2.04-35.fc33.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-calendar-debuginfo-2.04-35.fc33.1.riscv64 Provides: debuginfo(build-id) = 71d6d0ad7ba82ccf5822743d1e336b291c5768df ocaml-calendar-debuginfo = 2.04-35.fc33.1 ocaml-calendar-debuginfo(riscv-64) = 2.04-35.fc33.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-calendar-debugsource(riscv-64) = 2.04-35.fc33.1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64 Wrote: /builddir/build/RPMS/ocaml-calendar-debugsource-2.04-35.fc33.1.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-calendar-debuginfo-2.04-35.fc33.1.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-calendar-devel-2.04-35.fc33.1.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-calendar-2.04-35.fc33.1.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.i4RJEl + umask 022 + cd /builddir/build/BUILD + cd calendar-2.04 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-calendar-2.04-35.fc33.1.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0