+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/ocaml-deriving.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.SLRlBy
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf deriving-release-0.1.2
+ /usr/bin/gzip -dc /builddir/build/SOURCES/release-0.1.2.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd deriving-release-0.1.2
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (ocaml-deriving-no-link-libs.patch):'
Patch #0 (ocaml-deriving-no-link-libs.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0
patching file OCamlMakefile
+ echo 'Patch #1 (ocaml-deriving-0.1.1a-no-bimap-mli.patch):'
Patch #1 (ocaml-deriving-0.1.1a-no-bimap-mli.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0
patching file tests/Makefile
+ echo 'Patch #2 (ocaml-deriving-0.1.2-fix-delete-rule.patch):'
Patch #2 (ocaml-deriving-0.1.2-fix-delete-rule.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0
patching file syntax/extend.ml
+ echo 'Patch #3 (deriving-release-0.1.2-safe-string.patch):'
Patch #3 (deriving-release-0.1.2-safe-string.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0
patching file lib/dump.ml
patching file syntax/utils.ml
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xMSafs
+ umask 022
+ cd /builddir/build/BUILD
+ cd deriving-release-0.1.2
+ unset MAKEFLAGS
+ make OCAMLC=ocamlc.opt 'OCAMLOPT=ocamlopt.opt -g'
cd syntax && make
make[1]: Entering directory '/builddir/build/BUILD/deriving-release-0.1.2/syntax'
ocamlc.opt -c -dtypes -I /usr/lib64/ocaml/camlp4 id.ml
ocamlc.opt -c -dtypes -I /usr/lib64/ocaml/camlp4 utils.ml
File "utils.ml", line 91, characters 17-2196:
Warning 8: this pattern-matching is not exhaustive.
Here is an example of a case that is not matched:
(TyExt (_, _, _, _)|TyTypePol (_, _, _)|TyAnP _|TyAnM _|TyOpn _|
TyAtt (_, _, _, _))
ocamlc.opt -c -pp "camlp4orf -loc loc" -dtypes -I /usr/lib64/ocaml/camlp4 type.ml
ocamlc.opt -c -pp "camlp4of -loc loc" -dtypes -I /usr/lib64/ocaml/camlp4 base.ml
ocamlc.opt -c -pp "camlp4of -loc loc" -dtypes -I /usr/lib64/ocaml/camlp4 extend.ml
ocamlc.opt -c -pp "camlp4of -loc loc" -dtypes -I /usr/lib64/ocaml/camlp4 show_class.ml
ocamlc.opt -c -pp "camlp4of -loc loc" -dtypes -I /usr/lib64/ocaml/camlp4 dump_class.ml
ocamlc.opt -c -pp "camlp4of -loc loc" -dtypes -I /usr/lib64/ocaml/camlp4 enum_class.ml
ocamlc.opt -c -pp "camlp4of -loc loc" -dtypes -I /usr/lib64/ocaml/camlp4 bounded_class.ml
ocamlc.opt -c -pp "camlp4of -loc loc" -dtypes -I /usr/lib64/ocaml/camlp4 eq_class.ml
ocamlc.opt -c -pp "camlp4of -loc loc" -dtypes -I /usr/lib64/ocaml/camlp4 typeable_class.ml
ocamlc.opt -c -pp "camlp4of -loc loc" -dtypes -I /usr/lib64/ocaml/camlp4 functor_class.ml
ocamlc.opt -c -pp "camlp4of -loc loc" -dtypes -I /usr/lib64/ocaml/camlp4 pickle_class.ml
File "pickle_class.ml", line 44, characters 13-146:
Warning 8: this pattern-matching is not exhaustive.
Here is an example of a case that is not matched:
(_, (_::_, _), _)
File "pickle_class.ml", line 59, characters 13-154:
Warning 8: this pattern-matching is not exhaustive.
Here is an example of a case that is not matched:
(_, (_::_, _), _)
ocamlc.opt -linkall -I /usr/lib64/ocaml/camlp4           dynlink.cma camlp4lib.cma unix.cma Camlp4Parsers/Camlp4OCamlRevisedParser.cmo Camlp4Parsers/Camlp4OCamlParser.cmo Camlp4Printers/Camlp4AutoPrinter.cmo id.cmo utils.cmo type.cmo base.cmo extend.cmo show_class.cmo dump_class.cmo enum_class.cmo bounded_class.cmo eq_class.cmo typeable_class.cmo functor_class.cmo pickle_class.cmo -o deriving Camlp4Bin.cmo
make[1]: Leaving directory '/builddir/build/BUILD/deriving-release-0.1.2/syntax'
cd lib && make ncl bcl
make[1]: Entering directory '/builddir/build/BUILD/deriving-release-0.1.2/lib'
make[2]: Entering directory '/builddir/build/BUILD/deriving-release-0.1.2/lib'
ocamldep.opt -native functor.mli > ._ncdi/functor.di
ocamldep.opt -native pickle.mli > ._ncdi/pickle.di
ocamldep.opt -native dynmap.mli > ._ncdi/dynmap.di
ocamldep.opt -native typeable.mli > ._ncdi/typeable.di
ocamldep.opt -native dump.mli > ._ncdi/dump.di
ocamldep.opt -native monad.mli > ._ncdi/monad.di
ocamldep.opt -native enum.mli > ._ncdi/enum.di
ocamldep.opt -native bounded.mli > ._ncdi/bounded.di
ocamldep.opt -native eq.mli > ._ncdi/eq.di
ocamldep.opt -native interned.mli > ._ncdi/interned.di
ocamldep.opt -native show.mli > ._ncdi/show.di
ocamldep.opt functor.ml > ._d/functor.d
ocamldep.opt -pp "deriving " pickle.ml > ._d/pickle.d
ocamldep.opt dynmap.ml > ._d/dynmap.d
ocamldep.opt -pp "deriving " typeable.ml > ._d/typeable.d
ocamldep.opt dump.ml > ._d/dump.d
ocamldep.opt monad.ml > ._d/monad.d
ocamldep.opt -pp "deriving " enum.ml > ._d/enum.d
ocamldep.opt -pp "deriving " bounded.ml > ._d/bounded.d
ocamldep.opt -pp "deriving " eq.ml > ._d/eq.d
ocamldep.opt -pp "deriving " interned.ml > ._d/interned.d
ocamldep.opt -pp "deriving " show.ml > ._d/show.d
ocamlc.opt -c -w ae show.mli
ocamlopt.opt -g -c -pp "deriving " -w ae show.ml
ocamlc.opt -c -w ae interned.mli
ocamlopt.opt -g -c -pp "deriving " -w ae interned.ml
ocamlc.opt -c -w ae eq.mli
ocamlopt.opt -g -c -pp "deriving " -w ae eq.ml
ocamlc.opt -c -w ae bounded.mli
ocamlopt.opt -g -c -pp "deriving " -w ae bounded.ml
ocamlc.opt -c -w ae enum.mli
ocamlopt.opt -g -c -pp "deriving " -w ae enum.ml
ocamlc.opt -c -w ae monad.mli
ocamlopt.opt -g -c -w ae monad.ml
ocamlc.opt -c -w ae dump.mli
ocamlopt.opt -g -c -w ae dump.ml
ocamlc.opt -c -w ae typeable.mli
ocamlopt.opt -g -c -pp "deriving " -w ae typeable.ml
ocamlc.opt -c -w ae dynmap.mli
ocamlopt.opt -g -c -w ae dynmap.ml
ocamlc.opt -c -w ae pickle.mli
ocamlopt.opt -g -c -pp "deriving " -w ae pickle.ml
ocamlc.opt -c -w ae functor.mli
ocamlopt.opt -g -c -w ae functor.ml
ocamlopt.opt -g -a               \
			 -o deriving.cmxa show.cmx interned.cmx eq.cmx bounded.cmx enum.cmx monad.cmx dump.cmx typeable.cmx dynmap.cmx pickle.cmx functor.cmx
make[2]: Leaving directory '/builddir/build/BUILD/deriving-release-0.1.2/lib'
make[2]: Entering directory '/builddir/build/BUILD/deriving-release-0.1.2/lib'
ocamldep.opt functor.mli > ._bcdi/functor.di
ocamldep.opt pickle.mli > ._bcdi/pickle.di
ocamldep.opt dynmap.mli > ._bcdi/dynmap.di
ocamldep.opt typeable.mli > ._bcdi/typeable.di
ocamldep.opt dump.mli > ._bcdi/dump.di
ocamldep.opt monad.mli > ._bcdi/monad.di
ocamldep.opt enum.mli > ._bcdi/enum.di
ocamldep.opt bounded.mli > ._bcdi/bounded.di
ocamldep.opt eq.mli > ._bcdi/eq.di
ocamldep.opt interned.mli > ._bcdi/interned.di
ocamldep.opt show.mli > ._bcdi/show.di
ocamlc.opt -c -pp "deriving " -w ae show.ml
ocamlc.opt -c -pp "deriving " -w ae interned.ml
ocamlc.opt -c -pp "deriving " -w ae eq.ml
ocamlc.opt -c -pp "deriving " -w ae bounded.ml
ocamlc.opt -c -pp "deriving " -w ae enum.ml
ocamlc.opt -c -w ae monad.ml
ocamlc.opt -c -w ae dump.ml
ocamlc.opt -c -pp "deriving " -w ae typeable.ml
ocamlc.opt -c -w ae dynmap.ml
ocamlc.opt -c -pp "deriving " -w ae pickle.ml
ocamlc.opt -c -w ae functor.ml
ocamlc.opt -a \
			  -o deriving.cma  show.cmo interned.cmo eq.cmo bounded.cmo enum.cmo monad.cmo dump.cmo typeable.cmo dynmap.cmo pickle.cmo functor.cmo
make[2]: Leaving directory '/builddir/build/BUILD/deriving-release-0.1.2/lib'
make[1]: Leaving directory '/builddir/build/BUILD/deriving-release-0.1.2/lib'
+ cat
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.oPgyPu
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64
+ cd deriving-release-0.1.2
+ export DESTDIR=/builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64
+ DESTDIR=/builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64
+ export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml
+ OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml
+ mkdir -p /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/stublibs
+ mkdir -p /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/bin
+ ocamlfind install deriving META lib/deriving.cma lib/deriving.cmxa lib/deriving.a lib/bounded.mli lib/dump.mli lib/dynmap.mli lib/enum.mli lib/eq.mli lib/functor.mli lib/interned.mli lib/monad.mli lib/pickle.mli lib/show.mli lib/typeable.mli lib/util.mli lib/bounded.cmi lib/dump.cmi lib/dynmap.cmi lib/enum.cmi lib/eq.cmi lib/functor.cmi lib/interned.cmi lib/monad.cmi lib/pickle.cmi lib/show.cmi lib/typeable.cmi lib/bounded.cmx lib/dump.cmx lib/dynmap.cmx lib/enum.cmx lib/eq.cmx lib/functor.cmx lib/interned.cmx lib/monad.cmx lib/pickle.cmx lib/show.cmx lib/typeable.cmx
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/typeable.cmx
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/show.cmx
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/pickle.cmx
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/monad.cmx
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/interned.cmx
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/functor.cmx
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/eq.cmx
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/enum.cmx
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/dynmap.cmx
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/dump.cmx
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/bounded.cmx
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/typeable.cmi
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/show.cmi
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/pickle.cmi
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/monad.cmi
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/interned.cmi
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/functor.cmi
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/eq.cmi
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/enum.cmi
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/dynmap.cmi
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/dump.cmi
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/bounded.cmi
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/util.mli
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/typeable.mli
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/show.mli
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/pickle.mli
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/monad.mli
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/interned.mli
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/functor.mli
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/eq.mli
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/enum.mli
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/dynmap.mli
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/dump.mli
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/bounded.mli
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/deriving.a
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/deriving.cmxa
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/deriving.cma
Installed /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/lib64/ocaml/deriving/META
+ install -m 0755 syntax/deriving /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/bin
+ /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-deriving-0.1.2-11.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Ds0Iwj
+ umask 022
+ cd /builddir/build/BUILD
+ cd deriving-release-0.1.2
+ DOCDIR=/builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/share/doc/ocaml-deriving
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/share/doc/ocaml-deriving
+ cp -pr COPYING /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/share/doc/ocaml-deriving
+ exit 0
Provides: ocaml(Bounded) = 1580cb61abe4cafb05e68632bdec7f86 ocaml(Dump) = 563191da8dd7718a9640d3999c23a0dd ocaml(Dynmap) = 0b8753d458e2f063dce103fa53f9628c ocaml(Enum) = 0b1bc1f2c4453049fa9b9e148fba7d89 ocaml(Eq) = f70c59d4147de9420658299eed833f60 ocaml(Functor) = 27c6d5943c70c4ebee39fa1952981a14 ocaml(Interned) = de470c7ae46c0c316ac16cd0fae69b28 ocaml(Monad) = 3c5b60403cd4f3262a85a52b006a7832 ocaml(Pickle) = 3bd25b76543e133ab6ca971febd67749 ocaml(Show) = c2151c95d7075039be76b1422781509b ocaml(Typeable) = 18849863159a1af94c6483b5a7d45bcb ocaml-deriving = 0.1.2-11.fc28 ocaml-deriving(riscv-64) = 0.1.2-11.fc28
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: /usr/bin/ocamlrun ocaml(Array) = 0fba23558da789bd0ef7ad786bdc90e6 ocaml(Big_int) = 03222e74eff85e83058e8aa59ebd0a1b ocaml(Bounded) = 1580cb61abe4cafb05e68632bdec7f86 ocaml(Buffer) = 9c9b3639d23d7746c571cdf04646eb29 ocaml(Bytes) = b0d8deb18827702df0887113ba3c0110 ocaml(CamlinternalFormatBasics) = 79ae8c0eb753af6b441fe05456c7970b ocaml(CamlinternalMod) = 8d4f9a6217ec1079cfdda6e658d5c81c ocaml(Char) = 4918635b8796d0ab0d5c593b942f8df7 ocaml(Dump) = 563191da8dd7718a9640d3999c23a0dd ocaml(Eq) = f70c59d4147de9420658299eed833f60 ocaml(Format) = 1a17539924469551f027475153d4d3b5 ocaml(Int32) = dbc028028ad4d59759d36dd6c0796919 ocaml(Int64) = f1c602b12ea723a45bbe6143f116a991 ocaml(List) = 7a6b1f92720df765cf38d67f920844fe ocaml(Map) = 8b8de381501aa7862270c15619322ee7 ocaml(Marshal) = 9dbb48cebd784fc6219ed0e9514fc7df ocaml(Monad) = 3c5b60403cd4f3262a85a52b006a7832 ocaml(Nat) = fef727f1ecfe9365db096949ceee1ea1 ocaml(Nativeint) = 7b210723c1ccafec90ff1578ad7e5996 ocaml(Num) = 2d56e1ad416bb61e8bb74f395a2f5704 ocaml(Obj) = 8a1a1ebb4979c1cf4966cc2e706bd0f9 ocaml(Pervasives) = 9b04ecdc97e5102c1d342892ef7ad9a2 ocaml(Printf) = e5dfd0ca6436c8abad976fc9e914999a ocaml(Ratio) = 3e4f9c2885f67c864ec5517d16ac0410 ocaml(Set) = 28a12def19edf36c317c30fafcc03d6d ocaml(Stream) = 90ec282c811d56f0cb641c602c7a92fd ocaml(String) = e6a69bfe22781c3a43e5dc04b6d1728a ocaml(Typeable) = 18849863159a1af94c6483b5a7d45bcb ocaml(Uchar) = 596c497318b5c3057b47b9d6747ef5d1 ocaml(runtime) = 4.06.0
Processing files: ocaml-deriving-devel-0.1.2-11.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kbQpnw
+ umask 022
+ cd /builddir/build/BUILD
+ cd deriving-release-0.1.2
+ DOCDIR=/builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/share/doc/ocaml-deriving-devel
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/share/doc/ocaml-deriving-devel
+ cp -pr COPYING /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/share/doc/ocaml-deriving-devel
+ cp -pr README /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/share/doc/ocaml-deriving-devel
+ cp -pr CHANGES /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64/usr/share/doc/ocaml-deriving-devel
+ exit 0
Provides: ocaml-deriving-devel = 0.1.2-11.fc28 ocaml-deriving-devel(riscv-64) = 0.1.2-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-deriving-0.1.2-11.fc28.riscv64
Wrote: /builddir/build/SRPMS/ocaml-deriving-0.1.2-11.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/ocaml-deriving-0.1.2-11.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/ocaml-deriving-devel-0.1.2-11.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2IlH1u
+ umask 022
+ cd /builddir/build/BUILD
+ cd deriving-release-0.1.2
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-deriving-0.1.2-11.fc28.riscv64
+ exit 0
+ touch /buildok
+ cleanup
+ set +e
+ sync
+ sleep 5
+ sync
+ poweroff
Terminated
++ cleanup
++ set +e
++ sync
Terminated
+++ cleanup
+++ set +e
+++ sync
+++ sleep 5
+++ sync
+++ poweroff