+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/ocaml-react.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.bItRWf + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf react-1.2.0 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/react-1.2.0.tbz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd react-1.2.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/react-1.2.0-safe-string-fix.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + cp -p /builddir/build/SOURCES/react-LICENSE LICENSE + echo ' true: debug' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JIETeR + umask 022 + cd /builddir/build/BUILD + cd react-1.2.0 + ocaml pkg/build.ml native=true native-dynlink=true ocamlfind ocamldep -modules src/react.ml > src/react.ml.depends ocamlfind ocamldep -modules src/react.mli > src/react.mli.depends ocamlfind ocamlc -c -g -annot -bin-annot -I src -I test -o src/react.cmi src/react.mli ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I test -o src/react.cmx src/react.ml ocamlfind ocamlopt -a -I src src/react.cmx -o src/react.cmxa ocamlfind ocamlc -c -g -annot -bin-annot -I src -I test -o src/react.cmo src/react.ml ocamlfind ocamlc -a -I src src/react.cmo -o src/react.cma ocamlfind ocamlopt -shared -linkall -I src src/react.cmxa -o src/react.cmxs ocamlfind ocamldep -package compiler-libs.toplevel -modules src/react_top.ml > src/react_top.ml.depends ocamlfind ocamlc -c -g -annot -bin-annot -package compiler-libs.toplevel -I src -I test -o src/react_top.cmo src/react_top.ml + ocamlfind ocamlc -c -g -annot -bin-annot -package compiler-libs.toplevel -I src -I test -o src/react_top.cmo src/react_top.ml findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs ocamlfind ocamlopt -c -g -annot -bin-annot -package compiler-libs.toplevel -I src -I test -o src/react_top.cmx src/react_top.ml + ocamlfind ocamlopt -c -g -annot -bin-annot -package compiler-libs.toplevel -I src -I test -o src/react_top.cmx src/react_top.ml findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs File "_none_", line 1: Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/react_top.cmx -o src/react_top.cmxa + ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/react_top.cmx -o src/react_top.cmxa findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/react_top.cmo -o src/react_top.cma + ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/react_top.cmo -o src/react_top.cma findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/react_top.cmxa -o src/react_top.cmxs + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/react_top.cmxa -o src/react_top.cmxs findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs + ocamlbuild -use-ocamlfind test/tests.otarget ocamlfind ocamldep -modules test/test.ml > test/test.ml.depends ocamlfind ocamlc -c -g -annot -bin-annot -I test -I src -o test/test.cmo test/test.ml ocamlfind ocamlopt -c -g -annot -bin-annot -I test -I src -o test/test.cmx test/test.ml ocamlfind ocamldep -modules test/clock.ml > test/clock.ml.depends ocamlfind ocamlc -c -g -annot -bin-annot -I test -I src -o test/clock.cmo test/clock.ml ocamlfind ocamlopt -c -g -annot -bin-annot -I test -I src -o test/clock.cmx test/clock.ml ocamlfind ocamldep -modules test/breakout.ml > test/breakout.ml.depends ocamlfind ocamlc -c -g -annot -bin-annot -I test -I src -o test/breakout.cmo test/breakout.ml ocamlfind ocamlopt -c -g -annot -bin-annot -I test -I src -o test/breakout.cmx test/breakout.ml ocamlfind ocamlopt -linkpkg -g -I src -I test src/react.cmx test/test.cmx -o test/test.native ocamlfind ocamlopt -linkpkg unix.cmxa -g -I src -I test src/react.cmx test/clock.cmx -o test/clock.native ocamlfind ocamlopt -linkpkg unix.cmxa -g -I src -I test src/react.cmx test/breakout.cmx -o test/breakout.native ln -sf /builddir/build/BUILD/react-1.2.0/_build/test/test.native /builddir/build/BUILD/react-1.2.0 ln -sf /builddir/build/BUILD/react-1.2.0/_build/test/clock.native /builddir/build/BUILD/react-1.2.0 ln -sf /builddir/build/BUILD/react-1.2.0/_build/test/breakout.native /builddir/build/BUILD/react-1.2.0 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.eXOG9j + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64 + cd react-1.2.0 + mkdir -p /builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64/usr/lib64/ocaml/react + for f in pkg/META src/*.cmx src/*.{a,cma,cmi,mli,cmxa,cmxs} + cp -p _build/pkg/META /builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64/usr/lib64/ocaml/react/ + for f in pkg/META src/*.cmx src/*.{a,cma,cmi,mli,cmxa,cmxs} + cp -p _build/src/react.cmx _build/src/react_top.cmx /builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64/usr/lib64/ocaml/react/ + for f in pkg/META src/*.cmx src/*.{a,cma,cmi,mli,cmxa,cmxs} + cp -p _build/src/react.a _build/src/react_top.a /builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64/usr/lib64/ocaml/react/ + for f in pkg/META src/*.cmx src/*.{a,cma,cmi,mli,cmxa,cmxs} + cp -p _build/src/react.cma _build/src/react_top.cma /builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64/usr/lib64/ocaml/react/ + for f in pkg/META src/*.cmx src/*.{a,cma,cmi,mli,cmxa,cmxs} + cp -p _build/src/react.cmi _build/src/react_top.cmi /builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64/usr/lib64/ocaml/react/ + for f in pkg/META src/*.cmx src/*.{a,cma,cmi,mli,cmxa,cmxs} + cp -p _build/src/react.mli /builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64/usr/lib64/ocaml/react/ + for f in pkg/META src/*.cmx src/*.{a,cma,cmi,mli,cmxa,cmxs} + cp -p _build/src/react.cmxa _build/src/react_top.cmxa /builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64/usr/lib64/ocaml/react/ + for f in pkg/META src/*.cmx src/*.{a,cma,cmi,mli,cmxa,cmxs} + cp -p _build/src/react.cmxs _build/src/react_top.cmxs /builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64/usr/lib64/ocaml/react/ + /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-react-1.2.0-11.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.x3DqfA + umask 022 + cd /builddir/build/BUILD + cd react-1.2.0 + DOCDIR=/builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64/usr/share/doc/ocaml-react + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64/usr/share/doc/ocaml-react + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64/usr/share/doc/ocaml-react + exit 0 Provides: ocaml(React) = 8af94a380ef52e8277e11bbc57ecca4e ocaml(React_top) = 1472b827355a31bc63f82edbc0ab47c4 ocaml-react = 1.2.0-11.fc28 ocaml-react(riscv-64) = 1.2.0-11.fc28 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(Buffer) = 9c9b3639d23d7746c571cdf04646eb29 ocaml(CamlinternalFormatBasics) = 79ae8c0eb753af6b441fe05456c7970b ocaml(Cmi_format) = ea350a73c76a016f789fd91ce88fcdec ocaml(Consistbl) = 88877f67824a30d579f7525ecc9f1626 ocaml(Digest) = 9eea388efd5172256c8453659d37f2b5 ocaml(Env) = e00d347929a7bbb57843928cb5a84cc7 ocaml(Format) = 1a17539924469551f027475153d4d3b5 ocaml(Hashtbl) = 0a88e320f172d3413ba0d5e0f9c70ccd ocaml(Ident) = 12bafec4e4b977df6c1335558aaa09d1 ocaml(Identifiable) = 438f254a23c7a8b4b988f3193e7ec096 ocaml(Int32) = dbc028028ad4d59759d36dd6c0796919 ocaml(Lazy) = 4bf082b428b11a15971c831a1c768bda ocaml(Lexing) = 0971650cdf1fa8e506e733e9a5da2628 ocaml(List) = 7a6b1f92720df765cf38d67f920844fe ocaml(Location) = 7453466315e9009549dd74621eea0d3b ocaml(Longident) = 91f9af52ab5161ed3399272c57599564 ocaml(Map) = 8b8de381501aa7862270c15619322ee7 ocaml(Obj) = 8a1a1ebb4979c1cf4966cc2e706bd0f9 ocaml(Path) = b87c6e8c284d9ac04d3e4207c04b6af4 ocaml(Pervasives) = 9b04ecdc97e5102c1d342892ef7ad9a2 ocaml(Primitive) = 556dbcdfeee4d0d70b1b36ac2d69d8bd ocaml(Set) = 28a12def19edf36c317c30fafcc03d6d ocaml(Subst) = dbaca1dfc9cc52c0f068f0b98fa776e6 ocaml(Toploop) = 380d6641c6366857778f9b1698cb21a3 ocaml(Types) = a1d79ee59f5d296bac046fb1a4b4231f ocaml(Uchar) = 596c497318b5c3057b47b9d6747ef5d1 ocaml(Warnings) = d9584a6414ffa4dac0b7bd3c56f2b1dc ocaml(Weak) = a2706834b4d23daf7798bebbefb79ecb ocaml(runtime) = 4.06.0 rtld(GNU_HASH) Processing files: ocaml-react-devel-1.2.0-11.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HXaXy0 + umask 022 + cd /builddir/build/BUILD + cd react-1.2.0 + DOCDIR=/builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64/usr/share/doc/ocaml-react-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64/usr/share/doc/ocaml-react-devel + cp -pr CHANGES.md /builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64/usr/share/doc/ocaml-react-devel + cp -pr README.md /builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64/usr/share/doc/ocaml-react-devel + exit 0 Provides: ocaml-react-devel = 1.2.0-11.fc28 ocaml-react-devel(riscv-64) = 1.2.0-11.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-react-1.2.0-11.fc28.riscv64 Wrote: /builddir/build/SRPMS/ocaml-react-1.2.0-11.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/ocaml-react-1.2.0-11.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/ocaml-react-devel-1.2.0-11.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Twu5le + umask 022 + cd /builddir/build/BUILD + cd react-1.2.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-react-1.2.0-11.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff