+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/ocaml-xml-light.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.AuiIgw
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf xml-light-234
+ /usr/bin/tar -xvvof -
+ /usr/bin/gzip -dc /builddir/build/SOURCES/xml-light-234.tar.gz
drwxrwxr-x rjones/rjones     0 2012-08-21 08:07 xml-light-234/
-rw-rw-r-- rjones/rjones  2610 2012-08-21 08:04 xml-light-234/Makefile
-rw-rw-r-- rjones/rjones  2049 2012-08-21 08:04 xml-light-234/xml_parser.mly
-rw-rw-r-- rjones/rjones    65 2012-08-21 08:04 xml-light-234/makedoc.bat
-rw-rw-r-- rjones/rjones  7152 2012-08-21 08:04 xml-light-234/xml.ml
-rw-rw-r-- rjones/rjones  2441 2012-08-21 08:04 xml-light-234/README
-rw-rw-r-- rjones/rjones  3525 2012-08-21 08:04 xml-light-234/xmlParser.mli
-rw-rw-r-- rjones/rjones   531 2012-08-21 08:04 xml-light-234/xml.dsw
-rw-rw-r-- rjones/rjones  5672 2012-08-21 08:04 xml-light-234/dtd.mli
-rw-rw-r-- rjones/rjones   106 2012-08-21 08:04 xml-light-234/META.in
-rw-rw-r-- rjones/rjones  1919 2012-08-21 08:04 xml-light-234/test.ml
-rw-rw-r-- rjones/rjones  2363 2012-08-21 08:04 xml-light-234/xml.dsp
-rw-rw-r-- rjones/rjones  5233 2012-08-21 08:04 xml-light-234/xmlParser.ml
-rw-rw-r-- rjones/rjones 15818 2012-08-21 08:04 xml-light-234/dtd.ml
-rw-rw-r-- rjones/rjones 12427 2012-08-21 08:04 xml-light-234/xml_lexer.mll
-rw-rw-r-- rjones/rjones  5817 2012-08-21 08:04 xml-light-234/xml.mli
-rw-rw-r-- rjones/rjones  1766 2012-08-21 08:04 xml-light-234/xml_lexer.mli
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd xml-light-234
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6fX2jA
+ umask 022
+ cd /builddir/build/BUILD
+ cd xml-light-234
+ unset MAKEFLAGS
+ make all
ocamlyacc xml_parser.mly
ocamlc  xml.mli
ocamlc  dtd.mli
ocamlc  xml_parser.mli
ocamlc  -c xml_parser.ml
ocamllex xml_lexer.mll
247 states, 1217 transitions, table size 6350 bytes
ocamlc  xml_lexer.mli
ocamlc  -c xml_lexer.ml
File "xml_lexer.mll", line 283, characters 25-41:
Warning 3: deprecated: String.lowercase
Use String.lowercase_ascii instead.
ocamlc  -c dtd.ml
File "dtd.ml", line 233, characters 14-30:
Warning 3: deprecated: String.uppercase
Use String.uppercase_ascii instead.
File "dtd.ml", line 235, characters 17-33:
Warning 3: deprecated: String.uppercase
Use String.uppercase_ascii instead.
File "dtd.ml", line 237, characters 14-30:
Warning 3: deprecated: String.uppercase
Use String.uppercase_ascii instead.
File "dtd.ml", line 244, characters 27-43:
Warning 3: deprecated: String.uppercase
Use String.uppercase_ascii instead.
File "dtd.ml", line 281, characters 30-46:
Warning 3: deprecated: String.uppercase
Use String.uppercase_ascii instead.
File "dtd.ml", line 308, characters 21-37:
Warning 3: deprecated: String.uppercase
Use String.uppercase_ascii instead.
File "dtd.ml", line 413, characters 13-29:
Warning 3: deprecated: String.uppercase
Use String.uppercase_ascii instead.
File "dtd.ml", line 414, characters 44-60:
Warning 3: deprecated: String.uppercase
Use String.uppercase_ascii instead.
ocamlc  xmlParser.mli
ocamlc  -c xmlParser.ml
ocamlc  -c xml.ml
File "xml.ml", line 127, characters 13-29:
Warning 3: deprecated: String.lowercase
Use String.lowercase_ascii instead.
File "xml.ml", line 128, characters 32-48:
Warning 3: deprecated: String.lowercase
Use String.lowercase_ascii instead.
ocamlc -o xml-light.cma -a  xml_parser.cmo xml_lexer.cmo dtd.cmo xmlParser.cmo xml.cmo
ocamlc xml-light.cma test.ml -o test.exe
File "test.ml", line 46, characters 6-24:
Warning 26: unused variable e.
File "test.ml", line 48, characters 6-30:
Warning 26: unused variable e.
File "test.ml", line 50, characters 6-30:
Warning 26: unused variable e.
File "test.ml", line 52, characters 6-30:
Warning 26: unused variable e.
mkdir doc
ocamldoc -sort -html -d doc xml.mli dtd.mli xmlParser.mli
+ make doc
make: 'doc' is up to date.
+ make opt
ocamlopt  -c xml_parser.ml
ocamlopt  -c xml_lexer.ml
File "xml_lexer.mll", line 283, characters 25-41:
Warning 3: deprecated: String.lowercase
Use String.lowercase_ascii instead.
ocamlopt  -c dtd.ml
File "dtd.ml", line 233, characters 14-30:
Warning 3: deprecated: String.uppercase
Use String.uppercase_ascii instead.
File "dtd.ml", line 235, characters 17-33:
Warning 3: deprecated: String.uppercase
Use String.uppercase_ascii instead.
File "dtd.ml", line 237, characters 14-30:
Warning 3: deprecated: String.uppercase
Use String.uppercase_ascii instead.
File "dtd.ml", line 244, characters 27-43:
Warning 3: deprecated: String.uppercase
Use String.uppercase_ascii instead.
File "dtd.ml", line 281, characters 30-46:
Warning 3: deprecated: String.uppercase
Use String.uppercase_ascii instead.
File "dtd.ml", line 308, characters 21-37:
Warning 3: deprecated: String.uppercase
Use String.uppercase_ascii instead.
File "dtd.ml", line 413, characters 13-29:
Warning 3: deprecated: String.uppercase
Use String.uppercase_ascii instead.
File "dtd.ml", line 414, characters 44-60:
Warning 3: deprecated: String.uppercase
Use String.uppercase_ascii instead.
ocamlopt  -c xmlParser.ml
ocamlopt  -c xml.ml
File "xml.ml", line 127, characters 13-29:
Warning 3: deprecated: String.lowercase
Use String.lowercase_ascii instead.
File "xml.ml", line 128, characters 32-48:
Warning 3: deprecated: String.lowercase
Use String.lowercase_ascii instead.
ocamlopt -o xml-light.cmxa -a  xml_parser.cmx xml_lexer.cmx dtd.cmx xmlParser.cmx xml.cmx
ocamlopt xml-light.cmxa test.ml -o test_opt.exe
File "test.ml", line 46, characters 6-24:
Warning 26: unused variable e.
File "test.ml", line 48, characters 6-30:
Warning 26: unused variable e.
File "test.ml", line 50, characters 6-30:
Warning 26: unused variable e.
File "test.ml", line 52, characters 6-30:
Warning 26: unused variable e.
+ sed -e s/@VERSION@/2.3/
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.q2Pdqg
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64
+ cd xml-light-234
+ export DESTDIR=/builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64
+ DESTDIR=/builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64
+ export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml
+ OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml
+ mkdir -p /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/stublibs
+ rm -f test.cmi
+ ocamlfind install xml-light META dtd.mli xml.mli xmlParser.mli xml_lexer.mli xml_parser.mli dtd.cmi xml.cmi xmlParser.cmi xml_lexer.cmi xml_parser.cmi xml-light.cma xml-light.a xml-light.cmxa dtd.cmx test.cmx xml.cmx xmlParser.cmx xml_lexer.cmx xml_parser.cmx
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/xml_parser.cmx
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/xml_lexer.cmx
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/xmlParser.cmx
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/xml.cmx
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/test.cmx
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/dtd.cmx
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/xml-light.cmxa
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/xml-light.a
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/xml-light.cma
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/xml_parser.cmi
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/xml_lexer.cmi
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/xmlParser.cmi
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/xml.cmi
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/dtd.cmi
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/xml_parser.mli
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/xml_lexer.mli
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/xmlParser.mli
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/xml.mli
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/dtd.mli
Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/lib64/ocaml/xml-light/META
+ /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-xml-light-2.3-0.26.svn234.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.oTcddj
+ umask 022
+ cd /builddir/build/BUILD
+ cd xml-light-234
+ DOCDIR=/builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/share/doc/ocaml-xml-light
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/share/doc/ocaml-xml-light
+ cp -pr README /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/share/doc/ocaml-xml-light
+ exit 0
Provides: ocaml(Dtd) = 9797d829bcec5db44839eb9cac463689 ocaml(Xml) = 9a9d27bca78cea35a4b451c23df195b6 ocaml(XmlParser) = 00d5b692c3f7cc9d1997202b5ad8b3eb ocaml(Xml_lexer) = bf4732dbea1fbea85572ea7a343489cb ocaml(Xml_parser) = 52bc1c2eed721fe2b58e5ed145a342c8 ocaml-xml-light = 2.3-0.26.svn234.fc28 ocaml-xml-light(riscv-64) = 2.3-0.26.svn234.fc28
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ocaml(Buffer) = 9c9b3639d23d7746c571cdf04646eb29 ocaml(CamlinternalFormatBasics) = 79ae8c0eb753af6b441fe05456c7970b ocaml(Dtd) = 9797d829bcec5db44839eb9cac463689 ocaml(Filename) = 4c2454d1aec88f5851f077478f232f2f ocaml(Hashtbl) = 0a88e320f172d3413ba0d5e0f9c70ccd ocaml(Int32) = dbc028028ad4d59759d36dd6c0796919 ocaml(Lexing) = 0971650cdf1fa8e506e733e9a5da2628 ocaml(List) = 7a6b1f92720df765cf38d67f920844fe ocaml(Map) = 8b8de381501aa7862270c15619322ee7 ocaml(Obj) = 8a1a1ebb4979c1cf4966cc2e706bd0f9 ocaml(Parsing) = a75b4b148ac8febe8bba7d4528048ecb ocaml(Pervasives) = 9b04ecdc97e5102c1d342892ef7ad9a2 ocaml(Printf) = e5dfd0ca6436c8abad976fc9e914999a ocaml(Stack) = a3c26bdec0c0211d9b444bd0da56bd1e ocaml(String) = e6a69bfe22781c3a43e5dc04b6d1728a ocaml(Uchar) = 596c497318b5c3057b47b9d6747ef5d1 ocaml(Xml) = 9a9d27bca78cea35a4b451c23df195b6 ocaml(runtime) = 4.06.0
Processing files: ocaml-xml-light-devel-2.3-0.26.svn234.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HI2C3n
+ umask 022
+ cd /builddir/build/BUILD
+ cd xml-light-234
+ DOCDIR=/builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/share/doc/ocaml-xml-light-devel
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/share/doc/ocaml-xml-light-devel
+ cp -pr README /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/share/doc/ocaml-xml-light-devel
+ cp -pr doc/Dtd.html doc/Xml.html doc/XmlParser.html doc/index.html doc/index_attributes.html doc/index_class_types.html doc/index_classes.html doc/index_exceptions.html doc/index_extensions.html doc/index_methods.html doc/index_module_types.html doc/index_modules.html doc/index_types.html doc/index_values.html doc/style.css doc/type_Dtd.html doc/type_Xml.html doc/type_XmlParser.html /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64/usr/share/doc/ocaml-xml-light-devel
+ exit 0
Provides: ocaml-xml-light-devel = 2.3-0.26.svn234.fc28 ocaml-xml-light-devel(riscv-64) = 2.3-0.26.svn234.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-xml-light-2.3-0.26.svn234.fc28.riscv64
Wrote: /builddir/build/SRPMS/ocaml-xml-light-2.3-0.26.svn234.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/ocaml-xml-light-2.3-0.26.svn234.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/ocaml-xml-light-devel-2.3-0.26.svn234.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8JDG6C
+ umask 022
+ cd /builddir/build/BUILD
+ cd xml-light-234
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.26.svn234.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