Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ocaml-xml-light.spec'], chrootPath='/var/lib/mock/f33-build-289326-54287/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ocaml-xml-light.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595894400 Wrote: /builddir/build/SRPMS/ocaml-xml-light-2.3-0.48.svn234.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ocaml-xml-light.spec'], chrootPath='/var/lib/mock/f33-build-289326-54287/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ocaml-xml-light.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595894400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.jUfAbJ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf xml-light-234 + /usr/bin/gzip -dc /builddir/build/SOURCES/xml-light-234.tar.gz + /usr/bin/tar -xvvof - drwxrwxr-x rjones/rjones 0 2012-08-21 04:07 xml-light-234/ -rw-rw-r-- rjones/rjones 2610 2012-08-21 04:04 xml-light-234/Makefile -rw-rw-r-- rjones/rjones 2049 2012-08-21 04:04 xml-light-234/xml_parser.mly -rw-rw-r-- rjones/rjones 65 2012-08-21 04:04 xml-light-234/makedoc.bat -rw-rw-r-- rjones/rjones 7152 2012-08-21 04:04 xml-light-234/xml.ml -rw-rw-r-- rjones/rjones 2441 2012-08-21 04:04 xml-light-234/README -rw-rw-r-- rjones/rjones 3525 2012-08-21 04:04 xml-light-234/xmlParser.mli -rw-rw-r-- rjones/rjones 531 2012-08-21 04:04 xml-light-234/xml.dsw -rw-rw-r-- rjones/rjones 5672 2012-08-21 04:04 xml-light-234/dtd.mli -rw-rw-r-- rjones/rjones 106 2012-08-21 04:04 xml-light-234/META.in -rw-rw-r-- rjones/rjones 1919 2012-08-21 04:04 xml-light-234/test.ml -rw-rw-r-- rjones/rjones 2363 2012-08-21 04:04 xml-light-234/xml.dsp -rw-rw-r-- rjones/rjones 5233 2012-08-21 04:04 xml-light-234/xmlParser.ml -rw-rw-r-- rjones/rjones 15818 2012-08-21 04:04 xml-light-234/dtd.ml -rw-rw-r-- rjones/rjones 12427 2012-08-21 04:04 xml-light-234/xml_lexer.mll -rw-rw-r-- rjones/rjones 5817 2012-08-21 04:04 xml-light-234/xml.mli -rw-rw-r-- rjones/rjones 1766 2012-08-21 04: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 . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.VK0wpL + 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: Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. ocamlc -c dtd.ml File "dtd.ml", line 233, characters 14-30: 233 | let utag = String.uppercase tag in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "dtd.ml", line 235, characters 17-33: 235 | fattrib utag (String.uppercase aname) (atype,adef) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "dtd.ml", line 237, characters 14-30: 237 | let utag = String.uppercase tag in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "dtd.ml", line 244, characters 27-43: 244 | | DTDTag s -> ftodo (String.uppercase s) (Some utag) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "dtd.ml", line 281, characters 30-46: 281 | ignore(find_map d.elements (String.uppercase root)); ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "dtd.ml", line 308, characters 21-37: 308 | | Some t when t = String.uppercase s -> DTDMatched ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "dtd.ml", line 413, characters 13-29: 413 | let utag = String.uppercase tag in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "dtd.ml", line 414, characters 44-60: 414 | let uattr = List.map (fun (aname,aval) -> String.uppercase aname , aval) attr in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.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: 127 | let att = String.lowercase att in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "xml.ml", line 128, characters 32-48: 128 | snd (List.find (fun (n,_) -> String.lowercase n = att) attr) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.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: 46 | | Xml.Error msg as e -> ^^^^^^^^^^^^^^^^^^ Warning 26: unused variable e. File "test.ml", line 48, characters 6-30: 48 | | Dtd.Parse_error msg as e -> ^^^^^^^^^^^^^^^^^^^^^^^^ Warning 26: unused variable e. File "test.ml", line 50, characters 6-30: 50 | | Dtd.Check_error msg as e -> ^^^^^^^^^^^^^^^^^^^^^^^^ Warning 26: unused variable e. File "test.ml", line 52, characters 6-30: 52 | | Dtd.Prove_error msg as e -> ^^^^^^^^^^^^^^^^^^^^^^^^ 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: Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. ocamlopt -c dtd.ml File "dtd.ml", line 233, characters 14-30: 233 | let utag = String.uppercase tag in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "dtd.ml", line 235, characters 17-33: 235 | fattrib utag (String.uppercase aname) (atype,adef) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "dtd.ml", line 237, characters 14-30: 237 | let utag = String.uppercase tag in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "dtd.ml", line 244, characters 27-43: 244 | | DTDTag s -> ftodo (String.uppercase s) (Some utag) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "dtd.ml", line 281, characters 30-46: 281 | ignore(find_map d.elements (String.uppercase root)); ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "dtd.ml", line 308, characters 21-37: 308 | | Some t when t = String.uppercase s -> DTDMatched ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "dtd.ml", line 413, characters 13-29: 413 | let utag = String.uppercase tag in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. File "dtd.ml", line 414, characters 44-60: 414 | let uattr = List.map (fun (aname,aval) -> String.uppercase aname , aval) attr in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii instead. ocamlopt -c xmlParser.ml ocamlopt -c xml.ml File "xml.ml", line 127, characters 13-29: 127 | let att = String.lowercase att in ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "xml.ml", line 128, characters 32-48: 128 | snd (List.find (fun (n,_) -> String.lowercase n = att) attr) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.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: 46 | | Xml.Error msg as e -> ^^^^^^^^^^^^^^^^^^ Warning 26: unused variable e. File "test.ml", line 48, characters 6-30: 48 | | Dtd.Parse_error msg as e -> ^^^^^^^^^^^^^^^^^^^^^^^^ Warning 26: unused variable e. File "test.ml", line 50, characters 6-30: 50 | | Dtd.Check_error msg as e -> ^^^^^^^^^^^^^^^^^^^^^^^^ Warning 26: unused variable e. File "test.ml", line 52, characters 6-30: 52 | | Dtd.Prove_error msg as e -> ^^^^^^^^^^^^^^^^^^^^^^^^ Warning 26: unused variable e. + sed -e s/@VERSION@/2.3/ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Ky1DSK + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64 + cd xml-light-234 + export DESTDIR=/builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64 + DESTDIR=/builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64 + export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml + mkdir -p /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.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.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/xml_parser.cmx Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/xml_lexer.cmx Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/xmlParser.cmx Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/xml.cmx Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/test.cmx Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/dtd.cmx Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/xml-light.cmxa Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/xml-light.a Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/xml-light.cma Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/xml_parser.cmi Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/xml_lexer.cmi Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/xmlParser.cmi Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/xml.cmi Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/dtd.cmi Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/xml_parser.mli Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/xml_lexer.mli Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/xmlParser.mli Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/xml.mli Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/dtd.mli Installed /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/lib64/ocaml/xml-light/META + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /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/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jTiiKK + umask 022 + cd /builddir/build/BUILD + cd xml-light-234 + ./test.exe Please enter some XML data followed (press return twice to parse) : Parsing... <123/> Exit. + ./test_opt.exe Please enter some XML data followed (press return twice to parse) : Parsing... <123/> Exit. + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Puf5tK + umask 022 + cd /builddir/build/BUILD + cd xml-light-234 + DOCDIR=/builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.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.48.svn234.fc33.riscv64/usr/share/doc/ocaml-xml-light + cp -pr README /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64/usr/share/doc/ocaml-xml-light + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Dtd) = 5327bff295277fdc51e24a0209ae8094 ocaml(Xml) = e97a10a6912f5a385778fbdaa820925d ocaml(XmlParser) = dbdc67ac4ad0f5955fba26f4cf18b994 ocaml(Xml_lexer) = ab90c83f13fc0d68331497cabf43c3dc ocaml(Xml_parser) = 32a29d50c63ad14503559e9dfbf63248 ocaml-xml-light = 2.3-0.48.svn234.fc33 ocaml-xml-light(riscv-64) = 2.3-0.48.svn234.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = abb6a3e103af15618334f607881d2f6e ocaml(Dtd) = 5327bff295277fdc51e24a0209ae8094 ocaml(Stdlib) = 758bb07a9fe47ce2726d308103d8c6ac ocaml(Stdlib__buffer) = 62274dc59b2be3a60aa8ac3225e14d26 ocaml(Stdlib__filename) = e9d9d7b66e2dd876461f26739efcbaea ocaml(Stdlib__hashtbl) = 6ba415b3504985a4f465c58f988c3d82 ocaml(Stdlib__int32) = 9084c02abc6ad1f2aec73b083db3921e ocaml(Stdlib__lexing) = 14e0df52f231ec459c096819e4a2ae34 ocaml(Stdlib__list) = 3a95348c023b83cf26ac8e0229a3caef ocaml(Stdlib__map) = a9fd645d93c1483f6c676174cc50cebb ocaml(Stdlib__obj) = edb3590617df751c36eda305ea5a8df7 ocaml(Stdlib__parsing) = 8d78e7cab8b6186ca5cbb5dcaf53d6fd ocaml(Stdlib__printf) = 62e84bf0bef05cc9269eeeabae7fceb4 ocaml(Stdlib__seq) = aa29410d95f3c0bcbe4b1dc2a2661ed3 ocaml(Stdlib__stack) = 260fb71477eea659a9f98b5a75478568 ocaml(Stdlib__string) = 0d19388e50e8e106b36c2865d3eda89a ocaml(Stdlib__uchar) = af48317d91d50bcd76019fb3dc0a0a7e ocaml(Xml) = e97a10a6912f5a385778fbdaa820925d ocaml(XmlParser) = dbdc67ac4ad0f5955fba26f4cf18b994 ocaml(Xml_lexer) = ab90c83f13fc0d68331497cabf43c3dc ocaml(Xml_parser) = 32a29d50c63ad14503559e9dfbf63248 Processing files: ocaml-xml-light-devel-2.3-0.48.svn234.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.yASVaL + umask 022 + cd /builddir/build/BUILD + cd xml-light-234 + DOCDIR=/builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.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.48.svn234.fc33.riscv64/usr/share/doc/ocaml-xml-light-devel + cp -pr README /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.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.48.svn234.fc33.riscv64/usr/share/doc/ocaml-xml-light-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Dtd) = 5327bff295277fdc51e24a0209ae8094 ocaml(Test) = 6e8bef0df60736d79ba52afa78ce08c1 ocaml(Xml) = e97a10a6912f5a385778fbdaa820925d ocaml(XmlParser) = dbdc67ac4ad0f5955fba26f4cf18b994 ocaml(Xml_lexer) = ab90c83f13fc0d68331497cabf43c3dc ocaml(Xml_parser) = 32a29d50c63ad14503559e9dfbf63248 ocaml-xml-light-devel = 2.3-0.48.svn234.fc33 ocaml-xml-light-devel(riscv-64) = 2.3-0.48.svn234.fc33 ocamlx(Dtd) = 5eb5e810c8e0d869c9ae8bd62de4a28d ocamlx(Test) = cd5ffdd7f9ba52c3ce7cf06e65ea7523 ocamlx(Xml) = 6bb44b81440f31130f76ea87553fdf97 ocamlx(XmlParser) = 045aebcbe0f6390c76cf9d4e8717efd5 ocamlx(Xml_lexer) = e89249eb6c3caa4f9a11b32181bfce62 ocamlx(Xml_parser) = 6b6d4cc2298ff932155a3e6c04cd43bd Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = abb6a3e103af15618334f607881d2f6e ocaml(Dtd) = 5327bff295277fdc51e24a0209ae8094 ocaml(Stdlib) = 758bb07a9fe47ce2726d308103d8c6ac ocaml(Stdlib__buffer) = 62274dc59b2be3a60aa8ac3225e14d26 ocaml(Stdlib__filename) = e9d9d7b66e2dd876461f26739efcbaea ocaml(Stdlib__hashtbl) = 6ba415b3504985a4f465c58f988c3d82 ocaml(Stdlib__int32) = 9084c02abc6ad1f2aec73b083db3921e ocaml(Stdlib__lexing) = 14e0df52f231ec459c096819e4a2ae34 ocaml(Stdlib__list) = 3a95348c023b83cf26ac8e0229a3caef ocaml(Stdlib__map) = a9fd645d93c1483f6c676174cc50cebb ocaml(Stdlib__obj) = edb3590617df751c36eda305ea5a8df7 ocaml(Stdlib__parsing) = 8d78e7cab8b6186ca5cbb5dcaf53d6fd ocaml(Stdlib__printf) = 62e84bf0bef05cc9269eeeabae7fceb4 ocaml(Stdlib__seq) = aa29410d95f3c0bcbe4b1dc2a2661ed3 ocaml(Stdlib__stack) = 260fb71477eea659a9f98b5a75478568 ocaml(Stdlib__string) = 0d19388e50e8e106b36c2865d3eda89a ocaml(Stdlib__uchar) = af48317d91d50bcd76019fb3dc0a0a7e ocaml(Xml) = e97a10a6912f5a385778fbdaa820925d ocaml(XmlParser) = dbdc67ac4ad0f5955fba26f4cf18b994 ocaml(Xml_lexer) = ab90c83f13fc0d68331497cabf43c3dc ocaml(Xml_parser) = 32a29d50c63ad14503559e9dfbf63248 ocamlx(Dtd) = 5eb5e810c8e0d869c9ae8bd62de4a28d ocamlx(Stdlib) = d50bf5c337fbea2c5da706f061da5125 ocamlx(Stdlib__buffer) = 48182dff6e9f58341f435523ebc3ffb8 ocamlx(Stdlib__filename) = ac90639137d2f370f90faec52df08889 ocamlx(Stdlib__hashtbl) = f220a4c509d4b19afdc100b0d5bfc7a6 ocamlx(Stdlib__lexing) = 3c00847a7f8d5e82ca056a02178fb113 ocamlx(Stdlib__list) = 3a5298ac5099f046d6b27dfb3eb59ca0 ocamlx(Stdlib__map) = db5c057ce7f86763b971d5bf683dfa9f ocamlx(Stdlib__parsing) = c9a3237614632c8277e485b9b61801ea ocamlx(Stdlib__printf) = bd2e60aaa72e2624867de92741eef4b2 ocamlx(Stdlib__stack) = e9a528aa06e3262f485480cd1f65fbc5 ocamlx(Stdlib__string) = e91b030dd19dff9da325a8ca7e199786 ocamlx(Xml) = 6bb44b81440f31130f76ea87553fdf97 ocamlx(XmlParser) = 045aebcbe0f6390c76cf9d4e8717efd5 ocamlx(Xml_lexer) = e89249eb6c3caa4f9a11b32181bfce62 ocamlx(Xml_parser) = 6b6d4cc2298ff932155a3e6c04cd43bd Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64 Wrote: /builddir/build/RPMS/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-xml-light-devel-2.3-0.48.svn234.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.r3aGWJ + umask 022 + cd /builddir/build/BUILD + cd xml-light-234 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-xml-light-2.3-0.48.svn234.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0