+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/ocaml-bisect.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.3UJJAg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf bisect-1.3 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/bisect-1.3.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd bisect-1.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/bisect-1.3-enable-debug.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/bisect-1.3-safe-string.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.8iwfoN + umask 022 + cd /builddir/build/BUILD + cd bisect-1.3 + sh configure Makefile.config successfully created + make PATH_OCAML_BIN=/usr/bin all echo 'bisect.cma' > bisect.itarget (test -x /usr/bin/ocamlopt && echo 'bisect.cmxa' >> bisect.itarget) || true (test -x /usr/bin/ocamljava && echo 'bisect.cmja' >> bisect.itarget) || true WARNINGS=FALSE PATH_OCAML_PREFIX=/usr /usr/bin/ocamlbuild -classic-display -no-links bisect.otarget Warning: Won't be able to compile a native plugin /usr/bin/ocamlc.opt unix.cma -I /usr/lib64/ocaml/ocamlbuild /usr/lib64/ocaml/ocamlbuild/ocamlbuildlib.cma myocamlbuild.ml /usr/lib64/ocaml/ocamlbuild/ocamlbuild.cmo -o myocamlbuild File "_tags", line 35, characters 19-27: Warning: the tag "warnings" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. /usr/bin/ocamldep.opt -modules src/library/common.mli > src/library/common.mli.depends /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/library -I src -I src/report -I src/syntax -I src/threads -o src/library/common.cmi src/library/common.mli /usr/bin/ocamldep.opt -modules src/library/common.ml > src/library/common.ml.depends /usr/bin/ocamldep.opt -modules src/library/runtime.mli > src/library/runtime.mli.depends /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/library -I src -I src/report -I src/syntax -I src/threads -o src/library/runtime.cmi src/library/runtime.mli /usr/bin/ocamldep.opt -modules src/library/runtime.ml > src/library/runtime.ml.depends /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/library -I src -I src/report -I src/syntax -I src/threads -o src/library/common.cmo src/library/common.ml /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/library -I src -I src/report -I src/syntax -I src/threads -o src/library/runtime.cmo src/library/runtime.ml + /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/library -I src -I src/report -I src/syntax -I src/threads -o src/library/runtime.cmo src/library/runtime.ml File "src/library/runtime.ml", line 34, characters 10-26: Warning 3: deprecated: String.uppercase Use String.uppercase_ascii instead. /usr/bin/ocamlc.opt -pack -g src/library/common.cmo src/library/runtime.cmo -o bisect.cmo /usr/bin/ocamlopt.opt -c -g -for-pack Bisect -I src/library -I src -I src/report -I src/syntax -I src/threads -o src/library/common.cmx src/library/common.ml /usr/bin/ocamlopt.opt -c -g -for-pack Bisect -I src/library -I src -I src/report -I src/syntax -I src/threads -o src/library/runtime.cmx src/library/runtime.ml + /usr/bin/ocamlopt.opt -c -g -for-pack Bisect -I src/library -I src -I src/report -I src/syntax -I src/threads -o src/library/runtime.cmx src/library/runtime.ml File "src/library/runtime.ml", line 34, characters 10-26: Warning 3: deprecated: String.uppercase Use String.uppercase_ascii instead. touch bisect.mli ; if /usr/bin/ocamlopt.opt -pack -g -I src/library src/library/common.cmx src/library/runtime.cmx -o bisect.cmx ; then rm -f bisect.mli ; else rm -f bisect.mli ; exit 1; fi /usr/bin/ocamlc.opt -a bisect.cmo -o bisect.cma /usr/bin/ocamlopt.opt -a bisect.cmx -o bisect.cmxa + /usr/bin/ocamlc.opt unix.cma -I /usr/lib64/ocaml/ocamlbuild /usr/lib64/ocaml/ocamlbuild/ocamlbuildlib.cma myocamlbuild.ml /usr/lib64/ocaml/ocamlbuild/ocamlbuild.cmo -o myocamlbuild File "myocamlbuild.ml", line 45, characters 25-42: Warning 3: deprecated: Ocamlbuild_plugin.String.capitalize Use String.capitalize_ascii instead. File "myocamlbuild.ml", line 81, characters 11-27: Warning 3: deprecated: Ocamlbuild_plugin.String.uppercase Use String.uppercase_ascii instead. if [ "FALSE" = "FALSE" ]; then \ WARNINGS=FALSE PATH_OCAML_PREFIX=/usr /usr/bin/ocamlbuild -classic-display -no-links bisect_pp.cmo; \ fi File "_tags", line 35, characters 19-27: Warning: the tag "warnings" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. /usr/bin/ocamldep.opt -modules src/syntax/exclusions.mli > src/syntax/exclusions.mli.depends /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/syntax -I src -I src/report -I src/threads -I src/library -o src/syntax/exclusions.cmi src/syntax/exclusions.mli /usr/bin/ocamldep.opt -modules src/syntax/exclusions.ml > src/syntax/exclusions.ml.depends /usr/bin/ocamldep.opt -modules src/syntax/exclude.mli > src/syntax/exclude.mli.depends /usr/bin/ocamllex.opt -q src/syntax/excludeLexer.mll /usr/bin/ocamldep.opt -modules src/syntax/excludeLexer.ml > src/syntax/excludeLexer.ml.depends /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/syntax -I src -I src/report -I src/threads -I src/library -o src/syntax/exclude.cmi src/syntax/exclude.mli /usr/bin/ocamlyacc src/syntax/excludeParser.mly /usr/bin/ocamldep.opt -modules src/syntax/excludeParser.mli > src/syntax/excludeParser.mli.depends /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/syntax -I src -I src/report -I src/threads -I src/library -o src/syntax/excludeParser.cmi src/syntax/excludeParser.mli /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/syntax -I src -I src/report -I src/threads -I src/library -o src/syntax/excludeLexer.cmo src/syntax/excludeLexer.ml /usr/bin/ocamldep.opt -modules src/syntax/instrumentState.mli > src/syntax/instrumentState.mli.depends /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/syntax -I src -I src/report -I src/threads -I src/library -o src/syntax/instrumentState.cmi src/syntax/instrumentState.mli /usr/bin/ocamldep.opt -modules src/syntax/instrumentState.ml > src/syntax/instrumentState.ml.depends /usr/bin/ocamldep.opt -modules src/syntax/instrumentArgs.mli > src/syntax/instrumentArgs.mli.depends /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/syntax -I src -I src/report -I src/threads -I src/library -o src/syntax/instrumentArgs.cmi src/syntax/instrumentArgs.mli /usr/bin/ocamldep.opt -modules src/syntax/instrumentArgs.ml > src/syntax/instrumentArgs.ml.depends /usr/bin/ocamldep.opt -modules src/syntax/commentsCamlp4.mli > src/syntax/commentsCamlp4.mli.depends /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/syntax -I src -I src/report -I src/threads -I src/library -o src/syntax/commentsCamlp4.cmi src/syntax/commentsCamlp4.mli /usr/bin/ocamldep.opt -modules src/syntax/commentsCamlp4.ml > src/syntax/commentsCamlp4.ml.depends /usr/bin/ocamldep.opt -pp /usr/bin/camlp4of -modules src/syntax/instrumentCamlp4.ml > src/syntax/instrumentCamlp4.ml.depends /usr/bin/ocamldep.opt -modules src/syntax/exclude.ml > src/syntax/exclude.ml.depends /usr/bin/ocamldep.opt -modules src/syntax/excludeParser.ml > src/syntax/excludeParser.ml.depends /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/syntax -I src -I src/report -I src/threads -I src/library -o src/syntax/exclusions.cmo src/syntax/exclusions.ml /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/syntax -I src -I src/report -I src/threads -I src/library -o src/syntax/instrumentState.cmo src/syntax/instrumentState.ml /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/syntax -I src -I src/report -I src/threads -I src/library -o src/syntax/instrumentArgs.cmo src/syntax/instrumentArgs.ml /usr/bin/ocamlc.opt -c -I /usr/lib64/ocaml/camlp4 -g -for-pack Bisect -I src/syntax -I src -I src/report -I src/threads -I src/library -o src/syntax/commentsCamlp4.cmo src/syntax/commentsCamlp4.ml /usr/bin/ocamlc.opt -c -I /usr/lib64/ocaml/camlp4 -g -pp /usr/bin/camlp4of -for-pack Bisect -I src/syntax -I src -I src/report -I src/threads -I src/library -o src/syntax/instrumentCamlp4.cmo src/syntax/instrumentCamlp4.ml /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/syntax -I src -I src/report -I src/threads -I src/library -o src/syntax/exclude.cmo src/syntax/exclude.ml /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/syntax -I src -I src/report -I src/threads -I src/library -o src/syntax/excludeParser.cmo src/syntax/excludeParser.ml /usr/bin/ocamlc.opt -pack -g src/library/common.cmo src/syntax/exclude.cmo src/syntax/excludeParser.cmo src/syntax/excludeLexer.cmo src/syntax/exclusions.cmo src/syntax/instrumentState.cmo src/syntax/instrumentArgs.cmo src/syntax/commentsCamlp4.cmo src/syntax/instrumentCamlp4.cmo -o bisect_pp.cmo if [ "FALSE" = "TRUE" ]; then \ WARNINGS=FALSE PATH_OCAML_PREFIX=/usr /usr/bin/ocamlbuild -classic-display -no-links bisect_ppx.byte; \ fi WARNINGS=FALSE PATH_OCAML_PREFIX=/usr /usr/bin/ocamlbuild -classic-display -no-links bisectThread.cmo File "_tags", line 35, characters 19-27: Warning: the tag "warnings" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. /usr/bin/ocamldep.opt -modules src/threads/bisectThread.mli > src/threads/bisectThread.mli.depends /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/threads -I src -I src/report -I src/syntax -I src/library -o src/threads/bisectThread.cmi src/threads/bisectThread.mli /usr/bin/ocamldep.opt -modules src/threads/bisectThread.ml > src/threads/bisectThread.ml.depends /usr/bin/ocamlc.opt -c -g -thread -for-pack Bisect -I src/threads -I src -I src/report -I src/syntax -I src/library -o src/threads/bisectThread.cmo src/threads/bisectThread.ml WARNINGS=FALSE PATH_OCAML_PREFIX=/usr /usr/bin/ocamlbuild -classic-display -no-links bisectThread.cmx File "_tags", line 35, characters 19-27: Warning: the tag "warnings" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. /usr/bin/ocamlopt.opt -c -g -thread -for-pack Bisect -I src/threads -I src -I src/report -I src/syntax -I src/library -o src/threads/bisectThread.cmx src/threads/bisectThread.ml WARNINGS=FALSE PATH_OCAML_PREFIX=/usr /usr/bin/ocamlbuild -classic-display -no-links report.byte File "_tags", line 35, characters 19-27: Warning: the tag "warnings" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. /usr/bin/ocamldep.opt -modules src/report/report.ml > src/report/report.ml.depends /usr/bin/ocamldep.opt -modules src/report/combine.mli > src/report/combine.mli.depends /usr/bin/ocamldep.opt -modules src/report/reportArgs.mli > src/report/reportArgs.mli.depends /usr/bin/ocamldep.opt -modules src/report/reportCSV.mli > src/report/reportCSV.mli.depends /usr/bin/ocamldep.opt -modules src/report/reportGeneric.mli > src/report/reportGeneric.mli.depends /usr/bin/ocamldep.opt -modules src/report/reportStat.mli > src/report/reportStat.mli.depends /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportStat.cmi src/report/reportStat.mli /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportGeneric.cmi src/report/reportGeneric.mli /usr/bin/ocamldep.opt -modules src/report/reportDump.mli > src/report/reportDump.mli.depends /usr/bin/ocamldep.opt -modules src/report/reportHTML.mli > src/report/reportHTML.mli.depends /usr/bin/ocamldep.opt -modules src/report/reportText.mli > src/report/reportText.mli.depends /usr/bin/ocamldep.opt -modules src/report/reportUtils.mli > src/report/reportUtils.mli.depends /usr/bin/ocamldep.opt -modules src/report/reportXML.mli > src/report/reportXML.mli.depends /usr/bin/ocamldep.opt -modules src/report/reportXMLEmma.mli > src/report/reportXMLEmma.mli.depends /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/combine.cmi src/report/combine.mli /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportArgs.cmi src/report/reportArgs.mli /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportCSV.cmi src/report/reportCSV.mli /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportDump.cmi src/report/reportDump.mli /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportHTML.cmi src/report/reportHTML.mli /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportText.cmi src/report/reportText.mli /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportUtils.cmi src/report/reportUtils.mli /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportXML.cmi src/report/reportXML.mli /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportXMLEmma.cmi src/report/reportXMLEmma.mli /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/report.cmo src/report/report.ml /usr/bin/ocamldep.opt -modules src/report/combine.ml > src/report/combine.ml.depends /usr/bin/ocamldep.opt -modules src/report/combineAST.mli > src/report/combineAST.mli.depends /usr/bin/ocamllex.opt -q src/report/combineLexer.mll /usr/bin/ocamldep.opt -modules src/report/combineLexer.ml > src/report/combineLexer.ml.depends /usr/bin/ocamlyacc src/report/combineParser.mly /usr/bin/ocamldep.opt -modules src/report/combineParser.mli > src/report/combineParser.mli.depends /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/combineAST.cmi src/report/combineAST.mli /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/combineParser.cmi src/report/combineParser.mli /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/combineLexer.cmo src/report/combineLexer.ml /usr/bin/ocamldep.opt -modules src/report/reportArgs.ml > src/report/reportArgs.ml.depends cp /tmp/version3bf231.ml src/library/version.ml /usr/bin/ocamldep.opt -modules src/library/version.mli > src/library/version.mli.depends /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/library -I src -I src/report -I src/syntax -I src/threads -o src/library/version.cmi src/library/version.mli /usr/bin/ocamldep.opt -modules src/report/reportCSV.ml > src/report/reportCSV.ml.depends /usr/bin/ocamldep.opt -modules src/report/reportDump.ml > src/report/reportDump.ml.depends /usr/bin/ocamldep.opt -modules src/report/reportGeneric.ml > src/report/reportGeneric.ml.depends /usr/bin/ocamldep.opt -modules src/report/reportHTML.ml > src/report/reportHTML.ml.depends /usr/bin/ocamldep.opt -modules src/report/reportText.ml > src/report/reportText.ml.depends /usr/bin/ocamldep.opt -modules src/report/reportUtils.ml > src/report/reportUtils.ml.depends /usr/bin/ocamldep.opt -modules src/report/reportXML.ml > src/report/reportXML.ml.depends /usr/bin/ocamldep.opt -modules src/report/reportXMLEmma.ml > src/report/reportXMLEmma.ml.depends /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/combine.cmo src/report/combine.ml /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportArgs.cmo src/report/reportArgs.ml /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportCSV.cmo src/report/reportCSV.ml /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportDump.cmo src/report/reportDump.ml /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportGeneric.cmo src/report/reportGeneric.ml /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportHTML.cmo src/report/reportHTML.ml /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportText.cmo src/report/reportText.ml /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportUtils.cmo src/report/reportUtils.ml /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportXML.cmo src/report/reportXML.ml /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportXMLEmma.cmo src/report/reportXMLEmma.ml /usr/bin/ocamldep.opt -modules src/report/combineAST.ml > src/report/combineAST.ml.depends /usr/bin/ocamldep.opt -modules src/report/combineParser.ml > src/report/combineParser.ml.depends /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/combineAST.cmo src/report/combineAST.ml /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/combineParser.cmo src/report/combineParser.ml /usr/bin/ocamldep.opt -modules src/library/version.ml > src/library/version.ml.depends /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/library -I src -I src/report -I src/syntax -I src/threads -o src/library/version.cmo src/library/version.ml /usr/bin/ocamldep.opt -modules src/report/reportStat.ml > src/report/reportStat.ml.depends /usr/bin/ocamlc.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportStat.cmo src/report/reportStat.ml /usr/bin/ocamlc.opt unix.cma str.cma -g -I src/library -I src/report src/library/common.cmo src/report/combineAST.cmo src/report/combineParser.cmo src/report/combineLexer.cmo src/report/reportUtils.cmo src/report/combine.cmo src/library/version.cmo src/report/reportStat.cmo src/report/reportGeneric.cmo src/report/reportXML.cmo src/report/reportArgs.cmo src/report/reportCSV.cmo src/report/reportDump.cmo src/report/reportHTML.cmo src/report/reportText.cmo src/report/reportXMLEmma.cmo src/report/report.cmo -o src/report/report.byte WARNINGS=FALSE PATH_OCAML_PREFIX=/usr /usr/bin/ocamlbuild -classic-display -no-links report.native File "_tags", line 35, characters 19-27: Warning: the tag "warnings" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. /usr/bin/ocamlopt.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/combineAST.cmx src/report/combineAST.ml /usr/bin/ocamlopt.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/combineParser.cmx src/report/combineParser.ml /usr/bin/ocamlopt.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/combineLexer.cmx src/report/combineLexer.ml /usr/bin/ocamlopt.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportUtils.cmx src/report/reportUtils.ml cp /tmp/versionb72eb1.ml src/library/version.ml /usr/bin/ocamlopt.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportStat.cmx src/report/reportStat.ml /usr/bin/ocamlopt.opt -c -g -for-pack Bisect -I src/library -I src -I src/report -I src/syntax -I src/threads -o src/library/version.cmx src/library/version.ml /usr/bin/ocamlopt.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportGeneric.cmx src/report/reportGeneric.ml /usr/bin/ocamlopt.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportXML.cmx src/report/reportXML.ml /usr/bin/ocamlopt.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/combine.cmx src/report/combine.ml /usr/bin/ocamlopt.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportArgs.cmx src/report/reportArgs.ml /usr/bin/ocamlopt.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportCSV.cmx src/report/reportCSV.ml /usr/bin/ocamlopt.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportDump.cmx src/report/reportDump.ml /usr/bin/ocamlopt.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportHTML.cmx src/report/reportHTML.ml /usr/bin/ocamlopt.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportText.cmx src/report/reportText.ml /usr/bin/ocamlopt.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/reportXMLEmma.cmx src/report/reportXMLEmma.ml /usr/bin/ocamlopt.opt -c -g -for-pack Bisect -I src/report -I src -I src/syntax -I src/threads -I src/library -o src/report/report.cmx src/report/report.ml /usr/bin/ocamlopt.opt unix.cmxa str.cmxa -g -I src/library -I src/report src/library/common.cmx src/library/version.cmx src/report/combineAST.cmx src/report/combineParser.cmx src/report/combineLexer.cmx src/report/reportUtils.cmx src/report/combine.cmx src/report/reportStat.cmx src/report/reportGeneric.cmx src/report/reportXML.cmx src/report/reportArgs.cmx src/report/reportCSV.cmx src/report/reportDump.cmx src/report/reportHTML.cmx src/report/reportText.cmx src/report/reportXMLEmma.cmx src/report/report.cmx -o src/report/report.native + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JFfpiT + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64 + cd bisect-1.3 + rm -rf /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64 + export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/lib64/ocaml + mkdir -p /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/lib64/ocaml + mkdir -p /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/bin + pushd /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/bin ~/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/bin ~/build/BUILD/bisect-1.3 + ln -s /usr/bin/ocamlbuild + popd ~/build/BUILD/bisect-1.3 + make install PATH_OCAML_PREFIX=/builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr cp `pwd`/_build/src/report/report.byte /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/bin/bisect-report; \ if [ "FALSE" = "TRUE" ]; then \ cp `pwd`/_build/src/syntax/bisect_ppx.byte /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/bin; \ fi; \ (test -x /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/bin/ocamlopt && cp `pwd`/_build/src/report/report.native /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/bin/bisect-report.opt || true); \ if [ -x "/usr/bin/ocamlfind" ]; then \ /usr/bin/ocamlfind query bisect && /usr/bin/ocamlfind remove bisect || true; \ /usr/bin/ocamlfind install bisect META -optional \ `pwd`/_build/bisect_pp.cmo \ `pwd`/_build/src/bisectThread.cm* \ `pwd`/_build/src/bisectThread.o \ `pwd`/_build/src/bisectThread.jo \ `pwd`/_build/bisect.a \ `pwd`/_build/bisect.cma \ `pwd`/_build/bisect.cmi \ `pwd`/_build/bisect.cmo \ `pwd`/_build/bisect.cmx \ `pwd`/_build/bisect.cmxa \ `pwd`/_build/bisect.cmja \ `pwd`/_build/bisect.ja; \ else \ mkdir -p /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/lib/ocaml/bisect; \ if [ "FALSE" = "FALSE" ]; then \ cp `pwd`/_build/bisect_pp.cmo /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/lib/ocaml/bisect; \ fi; \ for ext in cmi cmo cmx o cmj jo; do \ test -f `pwd`/_build/src/bisectThread.$ext && cp `pwd`/_build/src/bisectThread.$ext /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/lib/ocaml/bisect || true; \ done; \ for ext in a cmi cmo cmx cma cmxa cmja ja; do \ test -f `pwd`/_build/bisect.$ext && cp `pwd`/_build/bisect.$ext /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/lib/ocaml/bisect || true; \ done \ fi ocamlfind: Package `bisect' not found Installed /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/lib64/ocaml/bisect/bisect.cmxa Installed /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/lib64/ocaml/bisect/bisect.cmx Installed /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/lib64/ocaml/bisect/bisect.cmo Installed /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/lib64/ocaml/bisect/bisect.cmi Installed /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/lib64/ocaml/bisect/bisect.cma Installed /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/lib64/ocaml/bisect/bisect.a Installed /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/lib64/ocaml/bisect/bisect_pp.cmo Installed /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/lib64/ocaml/bisect/META + pushd /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/bin ~/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/bin ~/build/BUILD/bisect-1.3 + rm ocamlbuild + popd ~/build/BUILD/bisect-1.3 + /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-bisect-1.3-22.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.3hbGPT + umask 022 + cd /builddir/build/BUILD + cd bisect-1.3 + DOCDIR=/builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/share/doc/ocaml-bisect + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/share/doc/ocaml-bisect + cp -pr COPYING /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/share/doc/ocaml-bisect + exit 0 Provides: ocaml(Bisect) = f39dc6e4690c23666fa4a9a5f9b1c11e ocaml(Bisect_pp) = 2b8a0f5fb0af1be92fab36f1f50397c9 ocaml-bisect = 1.3-22.fc28 ocaml-bisect(riscv-64) = 1.3-22.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(Arg) = 8a984750e16559fb57a4021121f21559 ocaml(Array) = 0fba23558da789bd0ef7ad786bdc90e6 ocaml(Buffer) = 9c9b3639d23d7746c571cdf04646eb29 ocaml(Bytes) = b0d8deb18827702df0887113ba3c0110 ocaml(CamlinternalFormatBasics) = 79ae8c0eb753af6b441fe05456c7970b ocaml(CamlinternalOO) = 69dec6b14920fcc456f3cbd10764333e ocaml(Camlp4) = 01d1c18e6a937554ea342fbbfe805bb7 ocaml(Camlp4_config) = f065b67e6da2b40fc22477af2688aae1 ocaml(Char) = 4918635b8796d0ab0d5c593b942f8df7 ocaml(Digest) = 9eea388efd5172256c8453659d37f2b5 ocaml(Filename) = 4c2454d1aec88f5851f077478f232f2f ocaml(Format) = 1a17539924469551f027475153d4d3b5 ocaml(Hashtbl) = 0a88e320f172d3413ba0d5e0f9c70ccd ocaml(Int32) = dbc028028ad4d59759d36dd6c0796919 ocaml(Int64) = f1c602b12ea723a45bbe6143f116a991 ocaml(Lazy) = 4bf082b428b11a15971c831a1c768bda ocaml(Lexing) = 0971650cdf1fa8e506e733e9a5da2628 ocaml(List) = 7a6b1f92720df765cf38d67f920844fe ocaml(Location) = 7453466315e9009549dd74621eea0d3b ocaml(Longident) = 91f9af52ab5161ed3399272c57599564 ocaml(Nativeint) = 7b210723c1ccafec90ff1578ad7e5996 ocaml(Obj) = 8a1a1ebb4979c1cf4966cc2e706bd0f9 ocaml(Parsing) = a75b4b148ac8febe8bba7d4528048ecb ocaml(Pervasives) = 9b04ecdc97e5102c1d342892ef7ad9a2 ocaml(Printexc) = 1b461321ebcc8e419f24eb531c5ac7ac ocaml(Printf) = e5dfd0ca6436c8abad976fc9e914999a ocaml(Queue) = 63b55df0e31ad91e82a1c6659c8dca09 ocaml(Set) = 28a12def19edf36c317c30fafcc03d6d ocaml(Stack) = a3c26bdec0c0211d9b444bd0da56bd1e ocaml(Str) = 702cbdf6aef59ea727e6090656cefc94 ocaml(Stream) = 90ec282c811d56f0cb641c602c7a92fd ocaml(String) = e6a69bfe22781c3a43e5dc04b6d1728a ocaml(Sys) = 3fe6d98e0634486be22d9de07aa0709a ocaml(Uchar) = 596c497318b5c3057b47b9d6747ef5d1 ocaml(Warnings) = d9584a6414ffa4dac0b7bd3c56f2b1dc ocaml(runtime) = 4.06.0 Processing files: ocaml-bisect-devel-1.3-22.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.e28O2N + umask 022 + cd /builddir/build/BUILD + cd bisect-1.3 + DOCDIR=/builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/share/doc/ocaml-bisect-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/share/doc/ocaml-bisect-devel + cp -pr CHANGES /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/share/doc/ocaml-bisect-devel + cp -pr COPYING /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/share/doc/ocaml-bisect-devel + cp -pr README /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/share/doc/ocaml-bisect-devel + cp -pr VERSION /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/share/doc/ocaml-bisect-devel + cp -pr doc/bisect.pdf /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/share/doc/ocaml-bisect-devel + cp -pr ocamldoc /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.fc28.riscv64/usr/share/doc/ocaml-bisect-devel + exit 0 Provides: ocaml-bisect-devel = 1.3-22.fc28 ocaml-bisect-devel(riscv-64) = 1.3-22.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-bisect-1.3-22.fc28.riscv64 Wrote: /builddir/build/SRPMS/ocaml-bisect-1.3-22.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/ocaml-bisect-1.3-22.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/ocaml-bisect-devel-1.3-22.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.w7NnZb + umask 022 + cd /builddir/build/BUILD + cd bisect-1.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-bisect-1.3-22.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