Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ocaml-p3l.spec'], chrootPath='/var/lib/mock/f30-build-41685-23419/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=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ocaml-p3l.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 Wrote: /builddir/build/SRPMS/ocaml-p3l-2.03-43.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ocaml-p3l.spec'], chrootPath='/var/lib/mock/f30-build-41685-23419/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=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ocaml-p3l.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 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8RaY6d + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ocamlp3l-2.03 + /usr/bin/gzip -dc /builddir/build/SOURCES/ocamlp3l-2.03.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocamlp3l-2.03 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (debian-01-correct-href-to-gz-doc.patch):' Patch #0 (debian-01-correct-href-to-gz-doc.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file doc/eng.htm patching file doc/fra.htm patching file doc/papers/eng.htm patching file doc/papers/fra.htm + echo 'Patch #1 (debian-02-install-mli.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 Patch #1 (debian-02-install-mli.patch): patching file Source/Makefile Patch #2 (ocamlp3l-2.03-fix-ocaml-marshal.patch): + echo 'Patch #2 (ocamlp3l-2.03-fix-ocaml-marshal.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file Source/commlib.ml + echo 'Patch #3 (ocamlp3l-2.03-fix-warn-error.patch):' Patch #3 (ocamlp3l-2.03-fix-warn-error.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file makefile.application + echo 'Patch #4 (ocamlp3l-2.03-kill-warn-error.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 Patch #4 (ocamlp3l-2.03-kill-warn-error.patch): patching file makefile.application + echo 'Patch #5 (ocamlp3l-2.03-safe-string.patch):' Patch #5 (ocamlp3l-2.03-safe-string.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file Source/commlib.ml patching file Source/commlib.mli + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2g7l6z + umask 022 + cd /builddir/build/BUILD + cd ocamlp3l-2.03 + unset MAKEFLAGS + make configure mkdir -p vprocess vthread for i in vprocess vthread; do \ (cd Source; cp -pfr command_options.ml version.ml basedefs.ml commlib.ml streams.ml p3lstream.ml seqp3l.ml parp3l.ml grafp3l.ml template.ml nodecode.ml command_options.mli version.mli basedefs.mli commlib.mli streams.mli p3lstream.mli seqp3l.mli parp3l.mli grafp3l.mli template.mli nodecode.mli server_process.ml server_thread.ml server.mli Makefile ../$i); \ done for i in vprocess vthread; do \ touch $i/.depend; \ sleep 1; \ touch $i/.depend-rebuild; \ done; \ make depend make[1]: Entering directory '/builddir/build/BUILD/ocamlp3l-2.03' for i in process thread; do \ (cd v$i; \ make depend PACKAGELIBDIR="`ocamlc -where`"/ocamlp3l/v$i MODEL=$i); \ done make[2]: Entering directory '/builddir/build/BUILD/ocamlp3l-2.03/vprocess' if [ process = "process" ]; then \ cp -pfr server_process.ml server.ml; \ else \ cp -pfr server_thread.ml server.ml; \ fi ocamldep command_options.mli version.mli p3lstream.mli basedefs.mli server.mli commlib.mli parp3l.mli template.mli nodecode.mli streams.mli seqp3l.mli grafp3l.mli command_options.ml version.ml p3lstream.ml basedefs.ml server.ml commlib.ml parp3l.ml template.ml nodecode.ml streams.ml seqp3l.ml grafp3l.ml > .depend make[2]: Nothing to be done for 'depend'. make[2]: Leaving directory '/builddir/build/BUILD/ocamlp3l-2.03/vprocess' make[2]: Entering directory '/builddir/build/BUILD/ocamlp3l-2.03/vthread' if [ thread = "process" ]; then \ cp -pfr server_process.ml server.ml; \ else \ cp -pfr server_thread.ml server.ml; \ fi ocamldep command_options.mli version.mli p3lstream.mli basedefs.mli server.mli commlib.mli parp3l.mli template.mli nodecode.mli streams.mli seqp3l.mli grafp3l.mli command_options.ml version.ml p3lstream.ml basedefs.ml server.ml commlib.ml parp3l.ml template.ml nodecode.ml streams.ml seqp3l.ml grafp3l.ml > .depend make[2]: Nothing to be done for 'depend'. make[2]: Leaving directory '/builddir/build/BUILD/ocamlp3l-2.03/vthread' cd Tools; make depend make[2]: Entering directory '/builddir/build/BUILD/ocamlp3l-2.03/Tools' make[2]: Nothing to be done for 'depend'. make[2]: Leaving directory '/builddir/build/BUILD/ocamlp3l-2.03/Tools' make[1]: Leaving directory '/builddir/build/BUILD/ocamlp3l-2.03' + make 'CAMLCBIN=ocamlopt.opt -g' for i in process thread; do \ (cd v$i; \ make all PACKAGELIBDIR="`ocamlc -where`"/ocamlp3l/v$i MODEL=$i); \ done make[1]: Entering directory '/builddir/build/BUILD/ocamlp3l-2.03/vprocess' ocamlc -g -c command_options.mli ocamlc -g -c command_options.ml ocamlc -g -c version.mli ocamlc -g -c version.ml ocamlc -g -c p3lstream.mli ocamlc -g -c p3lstream.ml ocamlc -g -c basedefs.mli ocamlc -g -c basedefs.ml ocamlc -g -c server.mli ocamlc -g -c server.ml ocamlc -g -c commlib.mli ocamlc -g -c commlib.ml BUILDSTDERR: File "commlib.ml", line 241, characters 28-41: BUILDSTDERR: Warning 3: deprecated: Stdlib.String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "commlib.ml", line 370, characters 19-42: BUILDSTDERR: Warning 52: Code should not depend on the actual values of BUILDSTDERR: this constructor's arguments. They are only for information BUILDSTDERR: and may change in future versions. (See manual section 9.5) ocamlc -g -c parp3l.mli ocamlc -g -c parp3l.ml ocamlc -g -c template.mli ocamlc -g -c template.ml BUILDSTDERR: File "template.ml", line 815, characters 10-22: BUILDSTDERR: Warning 3: deprecated: Stdlib.Array.create BUILDSTDERR: Use Array.make instead. ocamlc -g -c nodecode.mli ocamlc -g -c nodecode.ml ocamlc -g -c streams.mli ocamlc -g -c streams.ml ocamlc -g -c seqp3l.mli ocamlc -g -c seqp3l.ml ocamlc -g -c grafp3l.mli ocamlc -g -c grafp3l.ml ocamlopt.opt -g -c command_options.ml ocamlopt.opt -g -c version.ml ocamlopt.opt -g -c p3lstream.ml ocamlopt.opt -g -c basedefs.ml ocamlopt.opt -g -c server.ml ocamlopt.opt -g -c commlib.ml BUILDSTDERR: File "commlib.ml", line 241, characters 28-41: BUILDSTDERR: Warning 3: deprecated: Stdlib.String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "commlib.ml", line 370, characters 19-42: BUILDSTDERR: Warning 52: Code should not depend on the actual values of BUILDSTDERR: this constructor's arguments. They are only for information BUILDSTDERR: and may change in future versions. (See manual section 9.5) ocamlopt.opt -g -c parp3l.ml ocamlopt.opt -g -c template.ml BUILDSTDERR: File "template.ml", line 815, characters 10-22: BUILDSTDERR: Warning 3: deprecated: Stdlib.Array.create BUILDSTDERR: Use Array.make instead. ocamlopt.opt -g -c nodecode.ml ocamlopt.opt -g -c streams.ml ocamlopt.opt -g -c seqp3l.ml ocamlopt.opt -g -c grafp3l.ml make[1]: Leaving directory '/builddir/build/BUILD/ocamlp3l-2.03/vprocess' make[1]: Entering directory '/builddir/build/BUILD/ocamlp3l-2.03/vthread' ocamlc -g -c command_options.mli ocamlc -g -thread -c command_options.ml ocamlc -g -c version.mli ocamlc -g -thread -c version.ml ocamlc -g -c p3lstream.mli ocamlc -g -thread -c p3lstream.ml ocamlc -g -c basedefs.mli ocamlc -g -thread -c basedefs.ml ocamlc -g -c server.mli ocamlc -g -thread -c server.ml ocamlc -g -c commlib.mli ocamlc -g -thread -c commlib.ml BUILDSTDERR: File "commlib.ml", line 241, characters 28-41: BUILDSTDERR: Warning 3: deprecated: Stdlib.String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "commlib.ml", line 370, characters 19-42: BUILDSTDERR: Warning 52: Code should not depend on the actual values of BUILDSTDERR: this constructor's arguments. They are only for information BUILDSTDERR: and may change in future versions. (See manual section 9.5) ocamlc -g -c parp3l.mli ocamlc -g -thread -c parp3l.ml ocamlc -g -c template.mli ocamlc -g -thread -c template.ml BUILDSTDERR: File "template.ml", line 815, characters 10-22: BUILDSTDERR: Warning 3: deprecated: Stdlib.Array.create BUILDSTDERR: Use Array.make instead. ocamlc -g -c nodecode.mli ocamlc -g -thread -c nodecode.ml ocamlc -g -c streams.mli ocamlc -g -thread -c streams.ml ocamlc -g -c seqp3l.mli ocamlc -g -thread -c seqp3l.ml ocamlc -g -c grafp3l.mli ocamlc -g -thread -c grafp3l.ml ocamlopt.opt -g -thread -c command_options.ml ocamlopt.opt -g -thread -c version.ml ocamlopt.opt -g -thread -c p3lstream.ml ocamlopt.opt -g -thread -c basedefs.ml ocamlopt.opt -g -thread -c server.ml ocamlopt.opt -g -thread -c commlib.ml BUILDSTDERR: File "commlib.ml", line 241, characters 28-41: BUILDSTDERR: Warning 3: deprecated: Stdlib.String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "commlib.ml", line 370, characters 19-42: BUILDSTDERR: Warning 52: Code should not depend on the actual values of BUILDSTDERR: this constructor's arguments. They are only for information BUILDSTDERR: and may change in future versions. (See manual section 9.5) ocamlopt.opt -g -thread -c parp3l.ml ocamlopt.opt -g -thread -c template.ml BUILDSTDERR: File "template.ml", line 815, characters 10-22: BUILDSTDERR: Warning 3: deprecated: Stdlib.Array.create BUILDSTDERR: Use Array.make instead. ocamlopt.opt -g -thread -c nodecode.ml ocamlopt.opt -g -thread -c streams.ml ocamlopt.opt -g -thread -c seqp3l.ml ocamlopt.opt -g -thread -c grafp3l.ml make[1]: Leaving directory '/builddir/build/BUILD/ocamlp3l-2.03/vthread' cd Tools; make all make[1]: Entering directory '/builddir/build/BUILD/ocamlp3l-2.03/Tools' ocamlopt.opt -g -c toolbase.ml ocamlopt.opt -g -c ocamlp3lc.ml ocamlopt.opt -g -o ocamlp3lc unix.cmxa toolbase.cmx ocamlp3lc.cmx ocamlopt.opt -g -c ocamlp3lopt.ml ocamlopt.opt -g -o ocamlp3lopt unix.cmxa toolbase.cmx ocamlp3lopt.cmx ocamlopt.opt -g -c ocamlp3ltop.ml ocamlopt.opt -g -o ocamlp3ltop unix.cmxa toolbase.cmx ocamlp3ltop.cmx make[1]: Leaving directory '/builddir/build/BUILD/ocamlp3l-2.03/Tools' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5oGfmF + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64 + cd ocamlp3l-2.03 + mkdir -p /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/lib64/ocaml + mkdir -p /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/bin + make install CAMLLIBDIR=/builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/lib64/ocaml PREFIX=/builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr for i in process thread; do \ (cd v$i; \ make install PACKAGELIBDIR=/builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/lib64/ocaml/ocamlp3l/v$i MODEL=$i); \ done make[1]: Entering directory '/builddir/build/BUILD/ocamlp3l-2.03/vprocess' mkdir -p /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/lib64/ocaml/ocamlp3l/vprocess cp -pfr command_options.mli version.mli p3lstream.mli basedefs.mli server.mli commlib.mli parp3l.mli template.mli nodecode.mli streams.mli seqp3l.mli grafp3l.mli /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/lib64/ocaml/ocamlp3l/vprocess cp -pfr command_options.cmi version.cmi p3lstream.cmi basedefs.cmi server.cmi commlib.cmi parp3l.cmi template.cmi nodecode.cmi streams.cmi seqp3l.cmi grafp3l.cmi /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/lib64/ocaml/ocamlp3l/vprocess cp -pfr command_options.cmo version.cmo p3lstream.cmo basedefs.cmo server.cmo commlib.cmo parp3l.cmo template.cmo nodecode.cmo streams.cmo seqp3l.cmo grafp3l.cmo /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/lib64/ocaml/ocamlp3l/vprocess cp -pfr command_options.cmx version.cmx p3lstream.cmx basedefs.cmx server.cmx commlib.cmx parp3l.cmx template.cmx nodecode.cmx streams.cmx seqp3l.cmx grafp3l.cmx command_options.o version.o p3lstream.o basedefs.o server.o commlib.o parp3l.o template.o nodecode.o streams.o seqp3l.o grafp3l.o /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/lib64/ocaml/ocamlp3l/vprocess make[1]: Leaving directory '/builddir/build/BUILD/ocamlp3l-2.03/vprocess' make[1]: Entering directory '/builddir/build/BUILD/ocamlp3l-2.03/vthread' mkdir -p /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/lib64/ocaml/ocamlp3l/vthread cp -pfr command_options.mli version.mli p3lstream.mli basedefs.mli server.mli commlib.mli parp3l.mli template.mli nodecode.mli streams.mli seqp3l.mli grafp3l.mli /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/lib64/ocaml/ocamlp3l/vthread cp -pfr command_options.cmi version.cmi p3lstream.cmi basedefs.cmi server.cmi commlib.cmi parp3l.cmi template.cmi nodecode.cmi streams.cmi seqp3l.cmi grafp3l.cmi /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/lib64/ocaml/ocamlp3l/vthread cp -pfr command_options.cmo version.cmo p3lstream.cmo basedefs.cmo server.cmo commlib.cmo parp3l.cmo template.cmo nodecode.cmo streams.cmo seqp3l.cmo grafp3l.cmo /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/lib64/ocaml/ocamlp3l/vthread cp -pfr command_options.cmx version.cmx p3lstream.cmx basedefs.cmx server.cmx commlib.cmx parp3l.cmx template.cmx nodecode.cmx streams.cmx seqp3l.cmx grafp3l.cmx command_options.o version.o p3lstream.o basedefs.o server.o commlib.o parp3l.o template.o nodecode.o streams.o seqp3l.o grafp3l.o /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/lib64/ocaml/ocamlp3l/vthread make[1]: Leaving directory '/builddir/build/BUILD/ocamlp3l-2.03/vthread' cd Tools; make install make[1]: Entering directory '/builddir/build/BUILD/ocamlp3l-2.03/Tools' cp -pfr ocamlp3lc ocamlp3lopt ocamlp3ltop /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/bin make[1]: Leaving directory '/builddir/build/BUILD/ocamlp3l-2.03/Tools' + rm doc/favicon.ico + cp /builddir/build/SOURCES/README.Fedora README.Fedora + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.03-43.fc30 --unique-debug-suffix -2.03-43.fc30.riscv64 --unique-debug-src-base ocaml-p3l-2.03-43.fc30.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/ocamlp3l-2.03 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/bin/ocamlp3ltop explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/bin/ocamlp3lc explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/bin/ocamlp3lopt extracting debug info from /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/bin/ocamlp3ltop extracting debug info from /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/bin/ocamlp3lc extracting debug info from /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/bin/ocamlp3lopt BUILDSTDERR: dwz: Error mmapping multi-file temporary files /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. BUILDSTDERR: cpio: Tools/filename.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: Tools/list.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: Tools/printf.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: Tools/stdlib.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: Tools/string.ml: Cannot stat: No such file or directory BUILDSTDERR: 35 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-p3l-2.03-43.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Q39NsT + umask 022 + cd /builddir/build/BUILD + cd ocamlp3l-2.03 + DOCDIR=/builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/share/doc/ocaml-p3l + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/share/doc/ocaml-p3l + cp -pr doc/LICENSE /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/share/doc/ocaml-p3l + exit 0 Provides: ocaml(Basedefs) = 79350deaaccd78616278ec25a81b10e5 ocaml(Command_options) = f31801385f43dd843f2e996a96108461 ocaml(Commlib) = 2e9f93d71b26a5abf430132b4b6deeaf ocaml(Grafp3l) = 51269002b4a818188f60c57325ccbe7e ocaml(Nodecode) = 6673e31228db5f8c2b56a20e15dd67b4 ocaml(P3lstream) = 1dc655947bcb30ddedb24901ef687371 ocaml(Parp3l) = 7519c1d45e1723f666aa5c41bbb6f2ea ocaml(Seqp3l) = 8f65c1f568d2e445fea176e2d6f8855b ocaml(Server) = 65f0b18f242b1282e33bcb026fe122b0 ocaml(Streams) = a85318d519e8d86200c3c0acbedaa513 ocaml(Template) = ef3d447085632c0f52210fa8a57d93c7 ocaml(Version) = 0ba33cdef30e5b027b2fbee458ba9154 ocaml-p3l = 2.03-43.fc30 ocaml-p3l(riscv-64) = 2.03-43.fc30 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) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.27)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) ocaml(Basedefs) = 79350deaaccd78616278ec25a81b10e5 ocaml(CamlinternalFormatBasics) = 7ea79e608e46b41c80c3251773e6fdf3 ocaml(CamlinternalLazy) = 3adca82482059421053701381ab2103c ocaml(Command_options) = f31801385f43dd843f2e996a96108461 ocaml(Commlib) = 2e9f93d71b26a5abf430132b4b6deeaf ocaml(Graphics) = e93ea32d8eed0871851c6c6d8d679f47 ocaml(Mutex) = e018a25020abb260cdb1f627690f21b7 ocaml(P3lstream) = 1dc655947bcb30ddedb24901ef687371 ocaml(Parp3l) = 7519c1d45e1723f666aa5c41bbb6f2ea ocaml(Server) = 65f0b18f242b1282e33bcb026fe122b0 ocaml(Stdlib) = 2812fae09b173a42800ce3b48328b9cb ocaml(Stdlib__arg) = 427a32ba894b2729b4053bd61ec3bc12 ocaml(Stdlib__array) = 8289b1b8bcdd29cc6a859bfa35d44a2e ocaml(Stdlib__bigarray) = fde4e26503108d041547c9eef855a5fa ocaml(Stdlib__buffer) = 10853d28756c7121334e6b9e3e83e1ba ocaml(Stdlib__bytes) = fe610140c1c3c7a45519f124966c164d ocaml(Stdlib__complex) = d4688bd6236fccf33550a083ea8e768f ocaml(Stdlib__hashtbl) = 682884027fa100c01983d89cfc4eaf69 ocaml(Stdlib__int32) = 78bd846191e02a88baa4e9a80ecf1cd6 ocaml(Stdlib__int64) = a454ce987e87f19475aaffc6390cdac3 ocaml(Stdlib__lazy) = e6d072b84e6160ffef0b04b417bf1f72 ocaml(Stdlib__list) = 0c0f6e8daa075e845d18d212dd78098f ocaml(Stdlib__marshal) = c911b03d32659414e14cc02734715916 ocaml(Stdlib__nativeint) = b902bb985d2fe122694f9825a3a50cf5 ocaml(Stdlib__obj) = a596d23956eb4b50fd382185fb87478a ocaml(Stdlib__printexc) = f94eb57f9995c6f95133374b31a2db08 ocaml(Stdlib__printf) = be9ae8643b5511d51db9c754b5ee4f74 ocaml(Stdlib__random) = 9e673e7e6fd158515a6d4ef4d5d75bc4 ocaml(Stdlib__seq) = 5c66a1fd18f6126043d7af46d32b4b53 ocaml(Stdlib__string) = da1db0058f6dfb66ed4d85c353dc9306 ocaml(Stdlib__sys) = 173c21e20f3d44e9b4f52694fd5addb3 ocaml(Stdlib__uchar) = 786699188e2f8c1fe32eb8363cd7655a ocaml(Streams) = a85318d519e8d86200c3c0acbedaa513 ocaml(Template) = ef3d447085632c0f52210fa8a57d93c7 ocaml(Thread) = 9c1f25193c96d88eaa7f60111de169c2 ocaml(Unix) = e5f3d189d40891229c2283728e203e8a ocaml(runtime) = 4.07.0 rtld(GNU_HASH) Processing files: ocaml-p3l-devel-2.03-43.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.eidBRE + umask 022 + cd /builddir/build/BUILD + cd ocamlp3l-2.03 + DOCDIR=/builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/share/doc/ocaml-p3l-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/share/doc/ocaml-p3l-devel + cp -pr README.Fedora /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/share/doc/ocaml-p3l-devel + exit 0 Provides: ocaml-p3l-devel = 2.03-43.fc30 ocaml-p3l-devel(riscv-64) = 2.03-43.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-p3l-doc-2.03-43.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wcllxJ + umask 022 + cd /builddir/build/BUILD + cd ocamlp3l-2.03 + DOCDIR=/builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/share/doc/ocaml-p3l-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/share/doc/ocaml-p3l-doc + cp -pr doc/COPYING doc/INSTALL doc/LICENSE doc/README doc/UserManual.dvi doc/UserManual.htm doc/UserManual.pdf doc/UserManual.ps doc/UserManual001.gif doc/UserManual002.gif doc/UserManual003.gif doc/UserManual004.gif doc/UserManual005.gif doc/UserManual006.gif doc/UserManual007.gif doc/UserManual008.gif doc/UserManual009.gif doc/UserManual010.gif doc/UserManual011.gif doc/copyright-eng.htm doc/copyright-fra.htm doc/eng.htm doc/fra.htm doc/imgs doc/index.htm doc/index.html doc/papers /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64/usr/share/doc/ocaml-p3l-doc + exit 0 Provides: ocaml-p3l-doc = 2.03-43.fc30 ocaml-p3l-doc(riscv-64) = 2.03-43.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-p3l-debugsource-2.03-43.fc30.riscv64 Provides: ocaml-p3l-debugsource = 2.03-43.fc30 ocaml-p3l-debugsource(riscv-64) = 2.03-43.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-p3l-debuginfo-2.03-43.fc30.riscv64 Provides: debuginfo(build-id) = 2d5c5d62cdff350d409d2946e1eed56770d6bd79 debuginfo(build-id) = 4a2c68305ef921cb0f98b2419dc89137cccabcba debuginfo(build-id) = c31583cf43932f2aa071c3981eb3083b29e2596c ocaml-p3l-debuginfo = 2.03-43.fc30 ocaml-p3l-debuginfo(riscv-64) = 2.03-43.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-p3l-debugsource(riscv-64) = 2.03-43.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64 Wrote: /builddir/build/RPMS/ocaml-p3l-2.03-43.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-p3l-devel-2.03-43.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-p3l-doc-2.03-43.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-p3l-debugsource-2.03-43.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-p3l-debuginfo-2.03-43.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Iv2juE + umask 022 + cd /builddir/build/BUILD + cd ocamlp3l-2.03 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-p3l-2.03-43.fc30.riscv64 + exit 0 Child return code was: 0