+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/ocaml-ulex.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.yVHF2f + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ulex-1.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/ulex-1.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ulex-1.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/ulex-1.1-fix-bytes.patch + sed -i 's/^OCAMLBUILD=.*-byte-plugin/& -cflag -g/' Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YKYlaw + umask 022 + cd /builddir/build/BUILD + cd ulex-1.1 + make all ocamlbuild -byte-plugin -cflag -g pa_ulex.cma ulexing.cma /usr/bin/ocamlc.opt unix.cma -I /usr/lib64/ocaml/ocamlbuild /usr/lib64/ocaml/ocamlbuild/ocamlbuildlib.cma myocamlbuild.ml /usr/lib64/ocaml/ocamlbuild/ocamlbuild.cmo -o myocamlbuild /usr/bin/ocamldep.opt -pp camlp4orf -modules pa_ulex.ml > pa_ulex.ml.depends /usr/bin/ocamldep.opt -modules cset.ml > cset.ml.depends /usr/bin/ocamldep.opt -modules ulex.mli > ulex.mli.depends /usr/bin/ocamlc.opt -c -g -o cset.cmo cset.ml /usr/bin/ocamlc.opt -c -g -o ulex.cmi ulex.mli /usr/bin/ocamlc.opt -c -g -I /usr/lib64/ocaml/camlp4 -pp camlp4orf -o pa_ulex.cmo pa_ulex.ml + /usr/bin/ocamlc.opt -c -g -I /usr/lib64/ocaml/camlp4 -pp camlp4orf -o pa_ulex.cmo pa_ulex.ml File "pa_ulex.ml", line 60, characters 11-23: Warning 3: deprecated: Array.create Use Array.make instead. /usr/bin/ocamldep.opt -modules ulex.ml > ulex.ml.depends /usr/bin/ocamlc.opt -c -g -o ulex.cmo ulex.ml /usr/bin/ocamlc.opt -a cset.cmo ulex.cmo pa_ulex.cmo -o pa_ulex.cma /usr/bin/ocamldep.opt -modules ulexing.mli > ulexing.mli.depends /usr/bin/ocamlc.opt -c -g -o ulexing.cmi ulexing.mli /usr/bin/ocamldep.opt -modules ulexing.ml > ulexing.ml.depends /usr/bin/ocamldep.opt -modules utf8.mli > utf8.mli.depends /usr/bin/ocamlc.opt -c -g -o utf8.cmi utf8.mli /usr/bin/ocamlc.opt -c -g -o ulexing.cmo ulexing.ml + /usr/bin/ocamlc.opt -c -g -o ulexing.cmo ulexing.ml File "ulexing.ml", line 45, characters 10-22: Warning 3: deprecated: Array.create Use Array.make instead. File "ulexing.ml", line 123, characters 19-31: Warning 3: deprecated: Array.create Use Array.make instead. File "ulexing.ml", line 190, characters 10-23: Warning 3: deprecated: String.create Use Bytes.create instead. File "ulexing.ml", line 191, characters 26-80: Warning 3: deprecated: String.set Use Bytes.set instead. /usr/bin/ocamldep.opt -modules utf8.ml > utf8.ml.depends /usr/bin/ocamlc.opt -c -g -o utf8.cmo utf8.ml + /usr/bin/ocamlc.opt -c -g -o utf8.cmo utf8.ml File "utf8.ml", line 92, characters 10-22: Warning 3: deprecated: Array.create Use Array.make instead. File "utf8.ml", line 113, characters 20-21: Warning 3: deprecated: Pervasives.& Use (&&) instead. /usr/bin/ocamlc.opt -a utf8.cmo ulexing.cmo -o ulexing.cma + make all.opt ocamlbuild -byte-plugin -cflag -g pa_ulex.cma ulexing.cma pa_ulex.cmxa ulexing.cmxa /usr/bin/ocamlopt.opt -c -g -o cset.cmx cset.ml /usr/bin/ocamlopt.opt -c -g -o ulex.cmx ulex.ml /usr/bin/ocamlopt.opt -c -g -I /usr/lib64/ocaml/camlp4 -pp camlp4orf -o pa_ulex.cmx pa_ulex.ml + /usr/bin/ocamlopt.opt -c -g -I /usr/lib64/ocaml/camlp4 -pp camlp4orf -o pa_ulex.cmx pa_ulex.ml File "pa_ulex.ml", line 60, characters 11-23: Warning 3: deprecated: Array.create Use Array.make instead. File "_none_", line 1: Warning 58: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque /usr/bin/ocamlopt.opt -a cset.cmx ulex.cmx pa_ulex.cmx -o pa_ulex.cmxa /usr/bin/ocamlopt.opt -c -g -o utf8.cmx utf8.ml + /usr/bin/ocamlopt.opt -c -g -o utf8.cmx utf8.ml File "utf8.ml", line 92, characters 10-22: Warning 3: deprecated: Array.create Use Array.make instead. File "utf8.ml", line 113, characters 20-21: Warning 3: deprecated: Pervasives.& Use (&&) instead. /usr/bin/ocamlopt.opt -c -g -o ulexing.cmx ulexing.ml + /usr/bin/ocamlopt.opt -c -g -o ulexing.cmx ulexing.ml File "ulexing.ml", line 45, characters 10-22: Warning 3: deprecated: Array.create Use Array.make instead. File "ulexing.ml", line 123, characters 19-31: Warning 3: deprecated: Array.create Use Array.make instead. File "ulexing.ml", line 190, characters 10-23: Warning 3: deprecated: String.create Use Bytes.create instead. File "ulexing.ml", line 191, characters 26-80: Warning 3: deprecated: String.set Use Bytes.set instead. /usr/bin/ocamlopt.opt -a utf8.cmx ulexing.cmx -o ulexing.cmxa + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZJ48Wo + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64 + cd ulex-1.1 + export DESTDIR=/builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64 + DESTDIR=/builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64 + export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/lib64/ocaml + mkdir -p /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/lib64/ocaml + make install ocamlbuild -byte-plugin -cflag -g pa_ulex.cma ulexing.cma cd _build && make -f ../Makefile realinstall make[1]: Entering directory '/builddir/build/BUILD/ulex-1.1/_build' ocamlfind install ulex ../META ulexing.mli utf8.mli ulexing.cmi utf8.cmi ulexing.cmx utf8.cmx pa_ulex.cma ulexing.a ulexing.cma ulexing.cmxa Installed /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/lib64/ocaml/ulex/ulexing.cmxa Installed /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/lib64/ocaml/ulex/ulexing.cma Installed /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/lib64/ocaml/ulex/ulexing.a Installed /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/lib64/ocaml/ulex/pa_ulex.cma Installed /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/lib64/ocaml/ulex/utf8.cmx Installed /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/lib64/ocaml/ulex/ulexing.cmx Installed /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/lib64/ocaml/ulex/utf8.cmi Installed /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/lib64/ocaml/ulex/ulexing.cmi Installed /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/lib64/ocaml/ulex/utf8.mli Installed /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/lib64/ocaml/ulex/ulexing.mli Installed /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/lib64/ocaml/ulex/META make[1]: Leaving directory '/builddir/build/BUILD/ulex-1.1/_build' + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /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 /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-ulex-1.1-38.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.eUhLSJ + umask 022 + cd /builddir/build/BUILD + cd ulex-1.1 + DOCDIR=/builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/share/doc/ocaml-ulex + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/share/doc/ocaml-ulex + cp -pr CHANGES /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/share/doc/ocaml-ulex + cp -pr README /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/share/doc/ocaml-ulex + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Zoh7Js + umask 022 + cd /builddir/build/BUILD + cd ulex-1.1 + LICENSEDIR=/builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/share/licenses/ocaml-ulex + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/share/licenses/ocaml-ulex + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/share/licenses/ocaml-ulex + exit 0 Provides: ocaml(Cset) = e71e209a08cca74ba99795193547d9d7 ocaml(Pa_ulex) = cdd2e08cd3d540cdaffd10ec44a3f34e ocaml(Ulex) = 7028f4936b883faef6f0894a7d00377e ocaml(Ulexing) = fe8cb255fbbd0058796196d4bb3caf0a ocaml(Utf8) = 910d1b681100f9679a0635860eea640c ocaml-ulex = 1.1-38.fc28 ocaml-ulex(riscv-64) = 1.1-38.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(Arg) = 8a984750e16559fb57a4021121f21559 ocaml(Array) = 0fba23558da789bd0ef7ad786bdc90e6 ocaml(Buffer) = 9c9b3639d23d7746c571cdf04646eb29 ocaml(CamlinternalFormatBasics) = 79ae8c0eb753af6b441fe05456c7970b ocaml(CamlinternalOO) = 69dec6b14920fcc456f3cbd10764333e ocaml(Camlp4) = 01d1c18e6a937554ea342fbbfe805bb7 ocaml(Camlp4_config) = f065b67e6da2b40fc22477af2688aae1 ocaml(Char) = 4918635b8796d0ab0d5c593b942f8df7 ocaml(Digest) = 9eea388efd5172256c8453659d37f2b5 ocaml(Format) = 1a17539924469551f027475153d4d3b5 ocaml(Hashtbl) = 0a88e320f172d3413ba0d5e0f9c70ccd ocaml(Int32) = dbc028028ad4d59759d36dd6c0796919 ocaml(Int64) = f1c602b12ea723a45bbe6143f116a991 ocaml(Lazy) = 4bf082b428b11a15971c831a1c768bda ocaml(Lexing) = 0971650cdf1fa8e506e733e9a5da2628 ocaml(List) = 7a6b1f92720df765cf38d67f920844fe ocaml(Location) = 7453466315e9009549dd74621eea0d3b ocaml(Longident) = 91f9af52ab5161ed3399272c57599564 ocaml(Marshal) = 9dbb48cebd784fc6219ed0e9514fc7df ocaml(Nativeint) = 7b210723c1ccafec90ff1578ad7e5996 ocaml(Obj) = 8a1a1ebb4979c1cf4966cc2e706bd0f9 ocaml(Pervasives) = 9b04ecdc97e5102c1d342892ef7ad9a2 ocaml(Printexc) = 1b461321ebcc8e419f24eb531c5ac7ac ocaml(Printf) = e5dfd0ca6436c8abad976fc9e914999a ocaml(Queue) = 63b55df0e31ad91e82a1c6659c8dca09 ocaml(Set) = 28a12def19edf36c317c30fafcc03d6d ocaml(Stream) = 90ec282c811d56f0cb641c602c7a92fd ocaml(String) = e6a69bfe22781c3a43e5dc04b6d1728a ocaml(Uchar) = 596c497318b5c3057b47b9d6747ef5d1 ocaml(Warnings) = d9584a6414ffa4dac0b7bd3c56f2b1dc ocaml(runtime) = 4.06.0 Processing files: ocaml-ulex-devel-1.1-38.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ICsDcH + umask 022 + cd /builddir/build/BUILD + cd ulex-1.1 + DOCDIR=/builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/share/doc/ocaml-ulex-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/share/doc/ocaml-ulex-devel + cp -pr CHANGES /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/share/doc/ocaml-ulex-devel + cp -pr README /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/share/doc/ocaml-ulex-devel + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.73rbcl + umask 022 + cd /builddir/build/BUILD + cd ulex-1.1 + LICENSEDIR=/builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/share/licenses/ocaml-ulex-devel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/share/licenses/ocaml-ulex-devel + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64/usr/share/licenses/ocaml-ulex-devel + exit 0 Provides: ocaml-ulex-devel = 1.1-38.fc28 ocaml-ulex-devel(riscv-64) = 1.1-38.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64 Wrote: /builddir/build/SRPMS/ocaml-ulex-1.1-38.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/ocaml-ulex-1.1-38.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/ocaml-ulex-devel-1.1-38.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.djyvrc + umask 022 + cd /builddir/build/BUILD + cd ulex-1.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-ulex-1.1-38.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff