Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ocaml-p3l.spec'], chrootPath='/var/lib/mock/f31-build-47135-26762/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=986gid=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 setting SOURCE_DATE_EPOCH=1561593600 Wrote: /builddir/build/SRPMS/ocaml-p3l-2.03-46.fc31.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/f31-build-47135-26762/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=986gid=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 setting SOURCE_DATE_EPOCH=1561593600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.K3pjOc + 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):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #1 (debian-02-install-mli.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #2 (ocamlp3l-2.03-fix-ocaml-marshal.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #3 (ocamlp3l-2.03-fix-warn-error.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #4 (ocamlp3l-2.03-kill-warn-error.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #5 (ocamlp3l-2.03-safe-string.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (debian-01-correct-href-to-gz-doc.patch): patching file doc/eng.htm patching file doc/fra.htm patching file doc/papers/eng.htm patching file doc/papers/fra.htm Patch #1 (debian-02-install-mli.patch): patching file Source/Makefile Patch #2 (ocamlp3l-2.03-fix-ocaml-marshal.patch): patching file Source/commlib.ml Patch #3 (ocamlp3l-2.03-fix-warn-error.patch): patching file makefile.application Patch #4 (ocamlp3l-2.03-kill-warn-error.patch): patching file makefile.application Patch #5 (ocamlp3l-2.03-safe-string.patch): patching file Source/commlib.ml patching file Source/commlib.mli Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Dav4Fc + umask 022 + cd /builddir/build/BUILD + cd ocamlp3l-2.03 + unset MAKEFLAGS + make configure + make 'CAMLCBIN=ocamlopt.opt -g' BUILDSTDERR: File "commlib.ml", line 241, characters 28-41: BUILDSTDERR: 241 | then let bigger=ref (String.create total_size) BUILDSTDERR: ^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "commlib.ml", line 370, characters 19-42: BUILDSTDERR: 370 | with Failure("inet_addr_of_string") -> BUILDSTDERR: ^^^^^^^^^^^^^^^^^^^^^^^ 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) BUILDSTDERR: File "template.ml", line 815, characters 10-22: BUILDSTDERR: 815 | let v = Array.create (List.length vl) (snd (List.hd vl)) in BUILDSTDERR: ^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.Array.create BUILDSTDERR: Use Array.make instead. BUILDSTDERR: File "commlib.ml", line 241, characters 28-41: BUILDSTDERR: 241 | then let bigger=ref (String.create total_size) BUILDSTDERR: ^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "commlib.ml", line 370, characters 19-42: BUILDSTDERR: 370 | with Failure("inet_addr_of_string") -> BUILDSTDERR: ^^^^^^^^^^^^^^^^^^^^^^^ 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) BUILDSTDERR: File "template.ml", line 815, characters 10-22: BUILDSTDERR: 815 | let v = Array.create (List.length vl) (snd (List.hd vl)) in BUILDSTDERR: ^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.Array.create BUILDSTDERR: Use Array.make instead. BUILDSTDERR: File "commlib.ml", line 241, characters 28-41: BUILDSTDERR: 241 | then let bigger=ref (String.create total_size) BUILDSTDERR: ^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "commlib.ml", line 370, characters 19-42: BUILDSTDERR: 370 | with Failure("inet_addr_of_string") -> BUILDSTDERR: ^^^^^^^^^^^^^^^^^^^^^^^ 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) BUILDSTDERR: File "template.ml", line 815, characters 10-22: BUILDSTDERR: 815 | let v = Array.create (List.length vl) (snd (List.hd vl)) in BUILDSTDERR: ^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.Array.create BUILDSTDERR: Use Array.make instead. 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' 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 ocamlc -g -c parp3l.mli ocamlc -g -c parp3l.ml ocamlc -g -c template.mli ocamlc -g -c template.ml 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 ocamlopt.opt -g -c parp3l.ml ocamlopt.opt -g -c template.ml 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 ocamlc -g -c parp3l.mli ocamlc -g -thread -c parp3l.ml ocamlc -g -c template.mli ocamlc -g -thread -c template.ml BUILDSTDERR: ocamlc File "commlib.ml", line 241, characters 28-41: BUILDSTDERR: 241 | then let bigger=ref (String.create total_size) BUILDSTDERR: ^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.create BUILDSTDERR: Use Bytes.create instead. BUILDSTDERR: File "commlib.ml", line 370, characters 19-42: BUILDSTDERR: 370 | with Failure("inet_addr_of_string") -> BUILDSTDERR: ^^^^^^^^^^^^^^^^^^^^^^^ 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) BUILDSTDERR: File "template.ml", line 815, characters 10-22: BUILDSTDERR: 815 | let v = Array.create (List.length vl) (snd (List.hd vl)) in BUILDSTDERR: ^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.Array.create BUILDSTDERR: Use Array.make instead. + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 -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 ocamlopt.opt -g -thread -c parp3l.ml ocamlopt.opt -g -thread -c template.ml 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' Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.QbuF1d + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.riscv64 + cd ocamlp3l-2.03 + mkdir -p /builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.riscv64/usr/lib64/ocaml + mkdir -p /builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.riscv64/usr/bin + make install CAMLLIBDIR=/builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.riscv64/usr/lib64/ocaml PREFIX=/builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.riscv64/usr + 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-46.fc31 --unique-debug-suffix -2.03-46.fc31.riscv64 --unique-debug-src-base ocaml-p3l-2.03-46.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/ocamlp3l-2.03 BUILDSTDERR: dwz: Error mmapping multi-file temporary files 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 + /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 for i in process thread; do \ (cd v$i; \ make install PACKAGELIBDIR=/builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.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-46.fc31.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-46.fc31.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-46.fc31.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-46.fc31.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-46.fc31.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-46.fc31.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-46.fc31.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-46.fc31.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-46.fc31.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-46.fc31.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-46.fc31.riscv64/usr/bin make[1]: Leaving directory '/builddir/build/BUILD/ocamlp3l-2.03/Tools' explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.riscv64/usr/bin/ocamlp3lc explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.riscv64/usr/bin/ocamlp3ltop explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.riscv64/usr/bin/ocamlp3lopt extracting debug info from /builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.riscv64/usr/bin/ocamlp3ltop extracting debug info from /builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.riscv64/usr/bin/ocamlp3lc extracting debug info from /builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.riscv64/usr/bin/ocamlp3lopt original debug info size: 2376kB, size after compression: 2380kB /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. Processing files: ocaml-p3l-2.03-46.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rsBoyd + umask 022 + cd /builddir/build/BUILD + cd ocamlp3l-2.03 + DOCDIR=/builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.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-46.fc31.riscv64/usr/share/doc/ocaml-p3l + cp -pr doc/LICENSE /builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.riscv64/usr/share/doc/ocaml-p3l + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: ocaml(Basedefs) = abba85bd0a9bb414c175c64e5d1833de ocaml(Command_options) = 3812c8a34922270f8d89d068cbc9919b ocaml(Commlib) = 286d791e19c3710e0515b293d9110436 ocaml(Grafp3l) = ca7dd8216fbce369f35df0b01a1b85b0 ocaml(Nodecode) = 587b18e38da20c52fc1c17e2f1bc921c ocaml(P3lstream) = 479310d99b48f643af810be442280801 ocaml(Parp3l) = 1904ae8ca3509b40c79fb68cca3e4ee7 ocaml(Seqp3l) = b55e949a1ca1b543749fcd5bb57df025 ocaml(Server) = 10e1aba8c806eb2130b5a77984ba3e9d ocaml(Streams) = bf4937c884856d94dcfc4ad04222722b ocaml(Template) = 5db6588218d5d1ea60d53e1daf206529 ocaml(Version) = eccd6478f0563f7f515a4ee346799912 ocaml-p3l = 2.03-46.fc31 ocaml-p3l(riscv-64) = 2.03-46.fc31 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) libc.so.6(GLIBC_2.28)(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) = abba85bd0a9bb414c175c64e5d1833de ocaml(CamlinternalFormatBasics) = a2b1a9d869fd05813beb35645bd9cd94 ocaml(CamlinternalLazy) = 32c2335718b9e6766271583b9840ffb3 ocaml(Command_options) = 3812c8a34922270f8d89d068cbc9919b ocaml(Commlib) = 286d791e19c3710e0515b293d9110436 ocaml(Graphics) = df3f5e64c27fca5beb61216a1e7c85ba ocaml(Mutex) = 67de043669536a7095b230fc90a74dc1 ocaml(P3lstream) = 479310d99b48f643af810be442280801 ocaml(Parp3l) = 1904ae8ca3509b40c79fb68cca3e4ee7 ocaml(Server) = 10e1aba8c806eb2130b5a77984ba3e9d ocaml(Stdlib) = ad45f251bbf98d3a0bf3b883546ecfc8 ocaml(Stdlib__arg) = 5946cffdb65af107c239a1dd5b0b22b7 ocaml(Stdlib__array) = 8412db19ee2dd682a114d363bf147818 ocaml(Stdlib__bigarray) = 56b39f6e9e6ff25dbcda6766a61888e0 ocaml(Stdlib__buffer) = 35866fa9f82ad0886b2ccd0a86f2e1e6 ocaml(Stdlib__bytes) = 6b7074af78d2fce4ff8323a7d4e5ea0d ocaml(Stdlib__complex) = 3e86422b431ff5c172197d51a2afdd52 ocaml(Stdlib__hashtbl) = 8a0f9b54a9d30b1aeff83f4bae88dfde ocaml(Stdlib__int32) = 9de27084a784cd13eb5e5552ddbd6b4e ocaml(Stdlib__int64) = 131e92719192bf020f99efe1afb0007c ocaml(Stdlib__lazy) = 31c662c7cda074a9799490137c4d7016 ocaml(Stdlib__list) = cdcc178ba2d8de0d62892e1a68bd0cfe ocaml(Stdlib__marshal) = 9bb0b41541bcb3287f866eecd2bb119e ocaml(Stdlib__nativeint) = 1299f64d64f7c776695f30edab0d4d78 ocaml(Stdlib__obj) = 9f725e74fc3209d50af4a35f74f18b53 ocaml(Stdlib__printexc) = 0385c022af1089101c5830e076b89d37 ocaml(Stdlib__printf) = b72a44ed259e7034497028c0b31e9fa1 ocaml(Stdlib__random) = f5b2df0d5c2778d59a9e52c34ea4c5c0 ocaml(Stdlib__seq) = 359c95515bb2842e5ad1497a5b684136 ocaml(Stdlib__string) = 89dc8c0e4f92ce704437ae3fafad684f ocaml(Stdlib__sys) = 13aa7b95294684724e198467fb7c3467 ocaml(Stdlib__uchar) = db24a5ebd1625809ae883920f16c2526 ocaml(Streams) = bf4937c884856d94dcfc4ad04222722b ocaml(Template) = 5db6588218d5d1ea60d53e1daf206529 ocaml(Thread) = 0cee19b03d3557b88af4a7da56efda79 ocaml(Unix) = 323356c8c72d73e9e59421c988efd3aa ocaml(runtime) = 4.08.0 rtld(GNU_HASH) Processing files: ocaml-p3l-devel-2.03-46.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.xaMt3b + umask 022 + cd /builddir/build/BUILD + cd ocamlp3l-2.03 + DOCDIR=/builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.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-46.fc31.riscv64/usr/share/doc/ocaml-p3l-devel + cp -pr README.Fedora /builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.riscv64/usr/share/doc/ocaml-p3l-devel + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: ocaml-p3l-devel = 2.03-46.fc31 ocaml-p3l-devel(riscv-64) = 2.03-46.fc31 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-46.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.F1ZgYb + umask 022 + cd /builddir/build/BUILD + cd ocamlp3l-2.03 + DOCDIR=/builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.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-46.fc31.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-46.fc31.riscv64/usr/share/doc/ocaml-p3l-doc + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: ocaml-p3l-doc = 2.03-46.fc31 ocaml-p3l-doc(riscv-64) = 2.03-46.fc31 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-46.fc31.riscv64 Provides: ocaml-p3l-debugsource = 2.03-46.fc31 ocaml-p3l-debugsource(riscv-64) = 2.03-46.fc31 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-46.fc31.riscv64 Provides: debuginfo(build-id) = 6927257f28d53de199775d67f9c174773d61a619 debuginfo(build-id) = 80df968cf6323fa45e2bcb378cfc27e0c3bd4d67 debuginfo(build-id) = fbaaec6e4944dc7b2e28ff90b7173cfd3dffb274 ocaml-p3l-debuginfo = 2.03-46.fc31 ocaml-p3l-debuginfo(riscv-64) = 2.03-46.fc31 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-46.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.riscv64 Wrote: /builddir/build/RPMS/ocaml-p3l-debugsource-2.03-46.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-p3l-devel-2.03-46.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-p3l-debuginfo-2.03-46.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-p3l-doc-2.03-46.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-p3l-2.03-46.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zQA9Cb + umask 022 + cd /builddir/build/BUILD + cd ocamlp3l-2.03 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-p3l-2.03-46.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0