+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/ocaml-facile.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.7w5Isd + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf facile-1.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/facile-1.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd facile-1.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (facile-1.1-makefile-fixes.patch):' Patch #0 (facile-1.1-makefile-fixes.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .makefile-fixes --fuzz=2 patching file Makefile patching file src/Makefile + echo 'Patch #1 (ocaml-facile-ocaml-4.patch):' Patch #1 (ocaml-facile-ocaml-4.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .ocaml4 --fuzz=2 patching file src/facile.mli patching file src/fcl_data.mli + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5Eu0vN + umask 022 + cd /builddir/build/BUILD + cd facile-1.1 + ./configure --faciledir /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/lib64/ocaml/facile Checking for OCaml compiler (>= 3.02)... OCaml 4.06.0 found FaCiLe directory: /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/lib64/ocaml/facile + make cd src; make make[1]: Entering directory '/builddir/build/BUILD/facile-1.1/src' ocamldep *.mli *.ml > .depend ocamlc.opt -c fcl_debug.mli ocamlc.opt -g -c fcl_debug.ml ocamlc.opt -c fcl_misc.mli ocamlc.opt -g -c fcl_misc.ml ocamlc.opt -c fcl_domain.mli ocamlc.opt -g -c fcl_domain.ml File "fcl_domain.ml", line 152, characters 19-21: Warning 3: deprecated: Pervasives.or Use (||) instead. File "fcl_domain.ml", line 218, characters 16-17: Warning 3: deprecated: Pervasives.& Use (&&) instead. File "fcl_domain.ml", line 220, characters 33-35: Warning 3: deprecated: Pervasives.or Use (||) instead. File "fcl_domain.ml", line 220, characters 21-22: Warning 3: deprecated: Pervasives.& Use (&&) instead. File "fcl_domain.ml", line 220, characters 46-47: Warning 3: deprecated: Pervasives.& Use (&&) instead. ocamlc.opt -c fcl_setDomain.mli ocamlc.opt -g -c fcl_setDomain.ml ocamlc.opt -c fcl_float.mli ocamlc.opt -g -c fcl_float.ml ocamlc.opt -c fcl_stak.mli ocamlc.opt -g -c fcl_stak.ml ocamlc.opt -c fcl_data.mli ocamlc.opt -g -c fcl_data.ml ocamlc.opt -c fcl_cstr.mli ocamlc.opt -g -c fcl_cstr.ml File "fcl_cstr.ml", line 49, characters 15-27: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_cstr.ml", line 64, characters 10-22: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_cstr.ml", line 90, characters 12-24: Warning 3: deprecated: Array.create Use Array.make instead. ocamlc.opt -c fcl_var.mli ocamlc.opt -g -c fcl_var.ml ocamlc.opt -c fcl_invariant.mli ocamlc.opt -g -c fcl_invariant.ml File "fcl_invariant.ml", line 89, characters 6-11: Warning 26: unused variable rname. ocamlc.opt -c fcl_reify.mli ocamlc.opt -g -c fcl_reify.ml ocamlc.opt -c fcl_boolean.mli ocamlc.opt -g -c fcl_boolean.ml ocamlc.opt -c fcl_linear.mli ocamlc.opt -g -c fcl_linear.ml ocamlc.opt -c fcl_nonlinear.mli ocamlc.opt -g -c fcl_nonlinear.ml ocamlc.opt -c fcl_expr.mli ocamlc.opt -g -c fcl_expr.ml File "fcl_expr.ml", line 320, characters 3-15: Warning 26: unused variable re. ocamlc.opt -c fcl_arith.mli ocamlc.opt -g -c fcl_arith.ml ocamlc.opt -c fcl_conjunto.mli ocamlc.opt -g -c fcl_conjunto.ml ocamlc.opt -c fcl_goals.mli ocamlc.opt -g -c fcl_goals.ml ocamlc.opt -c fcl_fdArray.mli ocamlc.opt -g -c fcl_fdArray.ml ocamlc.opt -c fcl_gcc.mli ocamlc.opt -g -c fcl_gcc.ml File "fcl_gcc.ml", line 25, characters 12-24: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_gcc.ml", line 87, characters 18-37: Warning 3: deprecated: Array.create_matrix Use Array.make_matrix instead. File "fcl_gcc.ml", line 88, characters 23-35: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_gcc.ml", line 96, characters 13-25: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_gcc.ml", line 179, characters 16-28: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_gcc.ml", line 245, characters 16-28: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_gcc.ml", line 385, characters 23-35: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_gcc.ml", line 418, characters 26-38: Warning 3: deprecated: Array.create Use Array.make instead. ocamlc.opt -c fcl_opti.mli ocamlc.opt -g -c fcl_opti.ml ocamlc.opt -c fcl_alldiff.mli ocamlc.opt -g -c fcl_alldiff.ml File "fcl_alldiff.ml", line 64, characters 18-30: Warning 3: deprecated: Array.create Use Array.make instead. ocamlc.opt -c fcl_sorting.mli ocamlc.opt -g -c fcl_sorting.ml File "fcl_sorting.ml", line 30, characters 12-24: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_sorting.ml", line 93, characters 15-27: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_sorting.ml", line 93, characters 46-58: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_sorting.ml", line 138, characters 16-28: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_sorting.ml", line 138, characters 48-60: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_sorting.ml", line 217, characters 14-26: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_sorting.ml", line 218, characters 14-26: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_sorting.ml", line 268, characters 14-26: Warning 3: deprecated: Array.create Use Array.make instead. ocamlc.opt -c fcl_interval.mli ocamlc.opt -g -c fcl_interval.ml ocamlc.opt -c fcl_genesis.mli ocamlc.opt -g -c fcl_genesis.ml File "fcl_genesis.ml", line 28, characters 21-33: Warning 3: deprecated: Array.create Use Array.make instead. ocamlc.opt -c facile.mli ocamlc.opt -g -c facile.ml ocamlc.opt -g -o facile.cma -a fcl_debug.cmo fcl_misc.cmo fcl_domain.cmo fcl_setDomain.cmo fcl_float.cmo fcl_stak.cmo fcl_data.cmo fcl_cstr.cmo fcl_var.cmo fcl_invariant.cmo fcl_reify.cmo fcl_boolean.cmo fcl_linear.cmo fcl_nonlinear.cmo fcl_expr.cmo fcl_arith.cmo fcl_conjunto.cmo fcl_goals.cmo fcl_fdArray.cmo fcl_gcc.cmo fcl_opti.cmo fcl_alldiff.cmo fcl_sorting.cmo fcl_interval.cmo fcl_genesis.cmo facile.cmo ocamlopt -unsafe -noassert -inline 10 -c fcl_debug.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_misc.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_domain.ml File "fcl_domain.ml", line 152, characters 19-21: Warning 3: deprecated: Pervasives.or Use (||) instead. File "fcl_domain.ml", line 218, characters 16-17: Warning 3: deprecated: Pervasives.& Use (&&) instead. File "fcl_domain.ml", line 220, characters 33-35: Warning 3: deprecated: Pervasives.or Use (||) instead. File "fcl_domain.ml", line 220, characters 21-22: Warning 3: deprecated: Pervasives.& Use (&&) instead. File "fcl_domain.ml", line 220, characters 46-47: Warning 3: deprecated: Pervasives.& Use (&&) instead. ocamlopt -unsafe -noassert -inline 10 -c fcl_setDomain.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_float.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_stak.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_data.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_cstr.ml File "fcl_cstr.ml", line 49, characters 15-27: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_cstr.ml", line 64, characters 10-22: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_cstr.ml", line 90, characters 12-24: Warning 3: deprecated: Array.create Use Array.make instead. ocamlopt -unsafe -noassert -inline 10 -c fcl_var.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_invariant.ml File "fcl_invariant.ml", line 89, characters 6-11: Warning 26: unused variable rname. ocamlopt -unsafe -noassert -inline 10 -c fcl_reify.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_boolean.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_linear.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_nonlinear.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_expr.ml File "fcl_expr.ml", line 320, characters 3-15: Warning 26: unused variable re. ocamlopt -unsafe -noassert -inline 10 -c fcl_arith.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_conjunto.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_goals.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_fdArray.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_gcc.ml File "fcl_gcc.ml", line 25, characters 12-24: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_gcc.ml", line 87, characters 18-37: Warning 3: deprecated: Array.create_matrix Use Array.make_matrix instead. File "fcl_gcc.ml", line 88, characters 23-35: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_gcc.ml", line 96, characters 13-25: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_gcc.ml", line 179, characters 16-28: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_gcc.ml", line 245, characters 16-28: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_gcc.ml", line 385, characters 23-35: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_gcc.ml", line 418, characters 26-38: Warning 3: deprecated: Array.create Use Array.make instead. ocamlopt -unsafe -noassert -inline 10 -c fcl_opti.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_alldiff.ml File "fcl_alldiff.ml", line 64, characters 18-30: Warning 3: deprecated: Array.create Use Array.make instead. ocamlopt -unsafe -noassert -inline 10 -c fcl_sorting.ml File "fcl_sorting.ml", line 30, characters 12-24: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_sorting.ml", line 93, characters 15-27: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_sorting.ml", line 93, characters 46-58: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_sorting.ml", line 138, characters 16-28: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_sorting.ml", line 138, characters 48-60: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_sorting.ml", line 217, characters 14-26: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_sorting.ml", line 218, characters 14-26: Warning 3: deprecated: Array.create Use Array.make instead. File "fcl_sorting.ml", line 268, characters 14-26: Warning 3: deprecated: Array.create Use Array.make instead. ocamlopt -unsafe -noassert -inline 10 -c fcl_interval.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_genesis.ml File "fcl_genesis.ml", line 28, characters 21-33: Warning 3: deprecated: Array.create Use Array.make instead. ocamlopt -unsafe -noassert -inline 10 -c facile.ml ocamlopt -unsafe -noassert -inline 10 -o facile.cmxa -a fcl_debug.cmx fcl_misc.cmx fcl_domain.cmx fcl_setDomain.cmx fcl_float.cmx fcl_stak.cmx fcl_data.cmx fcl_cstr.cmx fcl_var.cmx fcl_invariant.cmx fcl_reify.cmx fcl_boolean.cmx fcl_linear.cmx fcl_nonlinear.cmx fcl_expr.cmx fcl_arith.cmx fcl_conjunto.cmx fcl_goals.cmx fcl_fdArray.cmx fcl_gcc.cmx fcl_opti.cmx fcl_alldiff.cmx fcl_sorting.cmx fcl_interval.cmx fcl_genesis.cmx facile.cmx ocamlmktop -o facile facile.cma make[1]: Leaving directory '/builddir/build/BUILD/facile-1.1/src' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.heAdr3 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64 + cd facile-1.1 + mkdir -p /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/lib64/ocaml + make install if test -d /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/lib64/ocaml/facile; then : ; else mkdir /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/lib64/ocaml/facile; fi install -m 644 src/*.mli /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/lib64/ocaml/facile if [ -e src/facile.cmi ] ; then cp src/facile.cmi /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/lib64/ocaml/facile ; fi if [ -e src/facile.cma ] ; then cp src/facile.cma /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/lib64/ocaml/facile ; fi if [ -e src/facile.a ] ; then cp src/facile.a /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/lib64/ocaml/facile ; fi if [ -e src/facile.cmxa ] ; then cp src/facile.cmxa /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/lib64/ocaml/facile ; fi if [ -e /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/lib64/ocaml/facile/facile.cmi ] ; then chmod a+r /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/lib64/ocaml/facile/facile.cmi ; fi if [ -e /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/lib64/ocaml/facile/facile.cma ] ; then chmod a+r /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/lib64/ocaml/facile/facile.cma ; fi if [ -e /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/lib64/ocaml/facile/facile.cmxa ] ; then chmod a+r /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/lib64/ocaml/facile/facile.cmxa ; fi if [ -e /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/lib64/ocaml/facile/facile.a ] ; then chmod a+r /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/lib64/ocaml/facile/facile.a ; fi + /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-facile-1.1-44.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rXZKZT + umask 022 + cd /builddir/build/BUILD + cd facile-1.1 + DOCDIR=/builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/share/doc/ocaml-facile + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/share/doc/ocaml-facile + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/share/doc/ocaml-facile + cp -pr README /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64/usr/share/doc/ocaml-facile + exit 0 Provides: ocaml(Facile) = 61a52621f668df3a2615901b1f8e2c95 ocaml(Fcl_alldiff) = 18d1115d6abfb2eb3b4a0623d76390c3 ocaml(Fcl_arith) = 762ceea96597f6e6d54d742c8d80c23c ocaml(Fcl_boolean) = 5bce5439dfb3577712ead87fd000743b ocaml(Fcl_conjunto) = a2fea362f7799b88381d5fc9fff0c1cc ocaml(Fcl_cstr) = 98b65160cee501692d6b1047ec36399d ocaml(Fcl_data) = 44634acd6ff6d97a0312102c8f35ca13 ocaml(Fcl_debug) = c7dfaeccea12323f04e4770db093321e ocaml(Fcl_domain) = aad2287c216a6ea5903f8bf7a713bbf0 ocaml(Fcl_expr) = af7e874eb452402b4bf76957ba5e5480 ocaml(Fcl_fdArray) = 83a5dab21888c69ea5a47777d3662fa8 ocaml(Fcl_float) = 4a5b48779dda3facc69cc3db61c72e51 ocaml(Fcl_gcc) = 1d0bf227e66d104347f342e724caae44 ocaml(Fcl_genesis) = 72919aa384bd97453a6aab14ff4412fe ocaml(Fcl_goals) = d4387310f6beb48ce8689f5da289e4a0 ocaml(Fcl_interval) = fb1be88884c573f8048b393df32c3229 ocaml(Fcl_invariant) = 87d420538b9cc5aeb8028c033691c2b0 ocaml(Fcl_linear) = 35ffbfde6d574f9970198d251241af8a ocaml(Fcl_misc) = 855142db9acd4b00a0222fb1cedc34fc ocaml(Fcl_nonlinear) = 315efedde5587a62de29359d5f7ab75b ocaml(Fcl_opti) = 889b5b0c74bd370c477d00ca660f66f0 ocaml(Fcl_reify) = 1d9d089baa056db737a001fa17294e7d ocaml(Fcl_setDomain) = 40c75dd4c91d158f56afc4d805ce4cce ocaml(Fcl_sorting) = 57b4275c24a729caa801413f25ebd8a6 ocaml(Fcl_stak) = 6ebe4af0c7dfae88f478e4c111bbca1d ocaml(Fcl_var) = c53a249660a94a7492803c34448aa860 ocaml-facile = 1.1-44.fc28 ocaml-facile(riscv-64) = 1.1-44.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(Array) = 0fba23558da789bd0ef7ad786bdc90e6 ocaml(Buffer) = 9c9b3639d23d7746c571cdf04646eb29 ocaml(CamlinternalFormatBasics) = 79ae8c0eb753af6b441fe05456c7970b ocaml(Hashtbl) = 0a88e320f172d3413ba0d5e0f9c70ccd ocaml(Int32) = dbc028028ad4d59759d36dd6c0796919 ocaml(Int64) = f1c602b12ea723a45bbe6143f116a991 ocaml(List) = 7a6b1f92720df765cf38d67f920844fe ocaml(Nativeint) = 7b210723c1ccafec90ff1578ad7e5996 ocaml(Pervasives) = 9b04ecdc97e5102c1d342892ef7ad9a2 ocaml(Printf) = e5dfd0ca6436c8abad976fc9e914999a ocaml(Random) = ba6c32ae0bdeda05c187b523e94518fd ocaml(Set) = 28a12def19edf36c317c30fafcc03d6d ocaml(String) = e6a69bfe22781c3a43e5dc04b6d1728a ocaml(Sys) = 3fe6d98e0634486be22d9de07aa0709a ocaml(Uchar) = 596c497318b5c3057b47b9d6747ef5d1 ocaml(Weak) = a2706834b4d23daf7798bebbefb79ecb ocaml(runtime) = 4.06.0 Processing files: ocaml-facile-devel-1.1-44.fc28.riscv64 Provides: ocaml-facile-devel = 1.1-44.fc28 ocaml-facile-devel(riscv-64) = 1.1-44.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-facile-1.1-44.fc28.riscv64 Wrote: /builddir/build/SRPMS/ocaml-facile-1.1-44.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/ocaml-facile-1.1-44.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/ocaml-facile-devel-1.1-44.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.T8mnhW + umask 022 + cd /builddir/build/BUILD + cd facile-1.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-facile-1.1-44.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff