D: [iurt_root_command] chroot
Building target platforms: i686
Building for target i686
Installing /home/iurt/rpmbuild/SRPMS/@2193563:ocaml-xml-light-2.5-1.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.JobLEj
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.aIx9e5
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build
+ rm -rf xml-light-2.5
+ /usr/lib/rpm/rpmuncompress -x /home/iurt/rpmbuild/SOURCES/xml-light-2.5.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd xml-light-2.5
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.XANj3W
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -fomit-frame-pointer -m32 -march=i686 -msse2 -mtune=generic -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -fomit-frame-pointer -m32 -march=i686 -msse2 -mtune=generic -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -fomit-frame-pointer -m32 -march=i686 -msse2 -mtune=generic -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -fomit-frame-pointer -m32 -march=i686 -msse2 -mtune=generic -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ export RUSTFLAGS
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd xml-light-2.5
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ dune build --verbose --release -j24
Shared cache: enabled-except-user-rules
Shared cache location: /home/iurt/.cache/dune/db
Workspace root:
/home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/xml-light-2.5
Dune context:
 { name = "default"
 ; kind = "default"
 ; profile = Release
 ; merlin = true
 ; fdo_target_exe = None
 ; build_dir = In_build_dir "default"
 ; instrument_with = []
 }
Actual targets:
- recursive alias @install
Running[1]: (cd _build/default && /usr/bin/ocamlyacc src/xml_parser.mly)
Running[2]: (cd _build/default && /usr/bin/ocamllex -q -o src/xml_lexer.ml src/xml_lexer.mll)
Running[3]: (cd _build/default && /usr/bin/ocamldep -modules -impl src/xml_parser.ml) > _build/default/src/.xml_light.objs/xml_parser.impl.d
Running[4]: (cd _build/default && /usr/bin/ocamldep -modules -intf src/dtd.mli) > _build/default/src/.xml_light.objs/dtd.intf.d
Running[5]: (cd _build/default && /usr/bin/ocamldep -modules -impl src/dtd.ml) > _build/default/src/.xml_light.objs/dtd.impl.d
Running[6]: (cd _build/default && /usr/bin/ocamldep -modules -intf src/xml.mli) > _build/default/src/.xml_light.objs/xml.intf.d
Running[7]: (cd _build/default && /usr/bin/ocamldep -modules -impl src/xml.ml) > _build/default/src/.xml_light.objs/xml.impl.d
Running[8]: (cd _build/default && /usr/bin/ocamldep -modules -intf src/xmlParser.mli) > _build/default/src/.xml_light.objs/xmlParser.intf.d
Running[9]: (cd _build/default && /usr/bin/ocamldep -modules -impl src/xmlParser.ml) > _build/default/src/.xml_light.objs/xmlParser.impl.d
Running[10]: (cd _build/default && /usr/bin/ocamldep -modules -intf src/xml_lexer.mli) > _build/default/src/.xml_light.objs/xml_lexer.intf.d
Running[11]: (cd _build/default && /usr/bin/ocamldep -modules -intf src/xml_light_dtd_check.mli) > _build/default/src/.xml_light.objs/xml_light_dtd_check.intf.d
Running[12]: (cd _build/default && /usr/bin/ocamldep -modules -impl src/xml_light_dtd_check.ml) > _build/default/src/.xml_light.objs/xml_light_dtd_check.impl.d
Running[13]: (cd _build/default && /usr/bin/ocamldep -modules -impl src/xml_light_errors.ml) > _build/default/src/.xml_light.objs/xml_light_errors.impl.d
Running[14]: (cd _build/default && /usr/bin/ocamldep -modules -intf src/xml_light_types.mli) > _build/default/src/.xml_light.objs/xml_light_types.intf.d
Running[15]: (cd _build/default && /usr/bin/ocamldep -modules -impl src/xml_light_utils.ml) > _build/default/src/.xml_light.objs/xml_light_utils.impl.d
Running[16]: (cd _build/default && /usr/bin/ocamldep -modules -intf src/xml_parser.mli) > _build/default/src/.xml_light.objs/xml_parser.intf.d
Running[17]: (cd _build/default && /usr/bin/ocamlc -w -A -g -bin-annot -bin-annot-occurrences -I src/.xml_light.objs/byte -no-alias-deps -o src/.xml_light.objs/byte/xml_light_errors.cmo -c -impl src/xml_light_errors.ml)
Running[18]: (cd _build/default && /usr/bin/ocamlc -w -A -g -bin-annot -bin-annot-occurrences -I src/.xml_light.objs/byte -no-alias-deps -opaque -o src/.xml_light.objs/byte/xml_light_types.cmi -c -intf src/xml_light_types.mli)
Running[19]: (cd _build/default && /usr/bin/ocamlc -w -A -g -bin-annot -bin-annot-occurrences -I src/.xml_light.objs/byte -no-alias-deps -o src/.xml_light.objs/byte/xml_light_utils.cmo -c -impl src/xml_light_utils.ml)
Running[20]: (cd _build/default && /usr/bin/ocamldep -modules -impl src/xml_lexer.ml) > _build/default/src/.xml_light.objs/xml_lexer.impl.d
Running[21]: (cd _build/default && /usr/bin/ocamlc -w -A -g -bin-annot -bin-annot-occurrences -I src/.xml_light.objs/byte -no-alias-deps -o src/.xml_light.objs/byte/xml.cmi -c -intf src/xml.mli)
Running[22]: (cd _build/default && /usr/bin/ocamlc -w -A -g -bin-annot -bin-annot-occurrences -I src/.xml_light.objs/byte -no-alias-deps -o src/.xml_light.objs/byte/xml_lexer.cmi -c -intf src/xml_lexer.mli)
Running[23]: (cd _build/default && /usr/bin/ocamlc -w -A -g -bin-annot -bin-annot-occurrences -I src/.xml_light.objs/byte -no-alias-deps -o src/.xml_light.objs/byte/xml_parser.cmi -c -intf src/xml_parser.mli)
Running[24]: (cd _build/default && /usr/bin/ocamlc -w -A -g -bin-annot -bin-annot-occurrences -I src/.xml_light.objs/byte -intf-suffix .ml -no-alias-deps -o src/.xml_light.objs/byte/xml_parser.cmo -c -impl src/xml_parser.ml)
Running[25]: (cd _build/default && /usr/bin/ocamlc -w -A -g -bin-annot -bin-annot-occurrences -I src/.xml_light.objs/byte -intf-suffix .ml -no-alias-deps -o src/.xml_light.objs/byte/xml_lexer.cmo -c -impl src/xml_lexer.ml)
Running[26]: (cd _build/default && /usr/bin/ocamlc -w -A -g -bin-annot -bin-annot-occurrences -I src/.xml_light.objs/byte -no-alias-deps -o src/.xml_light.objs/byte/xml_light_dtd_check.cmi -c -intf src/xml_light_dtd_check.mli)
Running[27]: (cd _build/default && /usr/bin/ocamlc -w -A -g -bin-annot -bin-annot-occurrences -I src/.xml_light.objs/byte -intf-suffix .ml -no-alias-deps -o src/.xml_light.objs/byte/xml_light_dtd_check.cmo -c -impl src/xml_light_dtd_check.ml)
Running[28]: (cd _build/default && /usr/bin/ocamlc -w -A -g -bin-annot -bin-annot-occurrences -I src/.xml_light.objs/byte -no-alias-deps -o src/.xml_light.objs/byte/dtd.cmi -c -intf src/dtd.mli)
Running[29]: (cd _build/default && /usr/bin/ocamlc -w -A -g -bin-annot -bin-annot-occurrences -I src/.xml_light.objs/byte -no-alias-deps -o src/.xml_light.objs/byte/xmlParser.cmi -c -intf src/xmlParser.mli)
Running[30]: (cd _build/default && /usr/bin/ocamlc -w -A -g -bin-annot -bin-annot-occurrences -I src/.xml_light.objs/byte -intf-suffix .ml -no-alias-deps -o src/.xml_light.objs/byte/dtd.cmo -c -impl src/dtd.ml)
Running[31]: (cd _build/default && /usr/bin/ocamlc -w -A -g -bin-annot -bin-annot-occurrences -I src/.xml_light.objs/byte -intf-suffix .ml -no-alias-deps -o src/.xml_light.objs/byte/xmlParser.cmo -c -impl src/xmlParser.ml)
Running[32]: (cd _build/default && /usr/bin/ocamlc -w -A -g -bin-annot -bin-annot-occurrences -I src/.xml_light.objs/byte -intf-suffix .ml -no-alias-deps -o src/.xml_light.objs/byte/xml.cmo -c -impl src/xml.ml)
Running[33]: (cd _build/default && /usr/bin/ocamlc -w -A -g -a -o src/xml_light.cma src/.xml_light.objs/byte/xml_parser.cmo src/.xml_light.objs/byte/xml_light_utils.cmo src/.xml_light.objs/byte/xml_light_errors.cmo src/.xml_light.objs/byte/xml_light_dtd_check.cmo src/.xml_light.objs/byte/xml_lexer.cmo src/.xml_light.objs/byte/dtd.cmo src/.xml_light.objs/byte/xmlParser.cmo src/.xml_light.objs/byte/xml.cmo)
Promoting "_build/default/xml-light.install" to "xml-light.install"
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.FGrXzO
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT
++ dirname /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT
+ mkdir -p /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build
+ mkdir /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -fomit-frame-pointer -m32 -march=i686 -msse2 -mtune=generic -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -fomit-frame-pointer -m32 -march=i686 -msse2 -mtune=generic -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -fomit-frame-pointer -m32 -march=i686 -msse2 -mtune=generic -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -fomit-frame-pointer -m32 -march=i686 -msse2 -mtune=generic -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ export RUSTFLAGS
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd xml-light-2.5
+ '[' 1 -eq 1 ']'
+ dune install --destdir=/home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT --verbose --release -j24
Shared cache: enabled-except-user-rules
Shared cache location: /home/iurt/.cache/dune/db
Workspace root:
/home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/xml-light-2.5
Dune context:
 { name = "default"
 ; kind = "default"
 ; profile = Release
 ; merlin = true
 ; fdo_target_exe = None
 ; build_dir = In_build_dir "default"
 ; instrument_with = []
 }
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/META
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/dtd.cmi
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/dtd.cmt
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/dtd.cmti
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/dtd.ml
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/dtd.mli
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/dune-package
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/opam
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml.cmi
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml.cmt
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml.cmti
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml.ml
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml.mli
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xmlParser.cmi
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xmlParser.cmt
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xmlParser.cmti
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xmlParser.ml
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xmlParser.mli
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_lexer.cmi
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_lexer.cmt
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_lexer.cmti
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_lexer.ml
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_lexer.mli
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_light.cma
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_light_dtd_check.cmi
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_light_dtd_check.cmt
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_light_dtd_check.cmti
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_light_dtd_check.ml
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_light_dtd_check.mli
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_light_errors.cmi
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_light_errors.cmt
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_light_errors.ml
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_light_types.cmi
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_light_types.cmti
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_light_types.mli
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_light_utils.cmi
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_light_utils.cmt
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_light_utils.ml
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_parser.cmi
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_parser.cmt
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_parser.cmti
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_parser.ml
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_parser.mli
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/doc/xml-light/CHANGES.md
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/doc/xml-light/LICENSE
Installing /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/doc/xml-light/README.md
+ '[' -d _build/default/_doc/_html ']'
+ rm -rf /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/doc
++ find /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml -name '*.mli'
+ mlis=$'/home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_parser.mli\n/home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_light_dtd_check.mli\n/home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/dtd.mli\n/home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xmlParser.mli\n/home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_lexer.mli\n/home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_light_types.mli\n/home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml.mli'
+ rm -f /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_parser.ml /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_light_dtd_check.ml /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/dtd.ml /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xmlParser.ml /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_lexer.ml /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml_light_types.ml /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/lib/ocaml/xml-light/xml.ml
+ /usr/bin/python3 /usr/lib/rpm/redhat/ocaml_files.py -s /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT /usr/lib/ocaml
+ /usr/bin/find-debuginfo -j24 --strict-build-id -m -i --build-id-seed 2.5-1.mga10 --unique-debug-suffix -2.5-1.mga10.i386 --unique-debug-src-base ocaml-xml-light-2.5-1.mga10.i386 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/xml-light-2.5
find-debuginfo: starting

Extracting debug info from 0 files
Creating .debug symlinks for symlinks to ELF files
find-debuginfo: done
+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
+ env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j24
+ /usr/lib/rpm/redhat/brp-python-hardlink
Reading /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/SPECPARTS/rpm-debuginfo.specpart
Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.3hhtqm
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -fomit-frame-pointer -m32 -march=i686 -msse2 -mtune=generic -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -fomit-frame-pointer -m32 -march=i686 -msse2 -mtune=generic -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -fomit-frame-pointer -m32 -march=i686 -msse2 -mtune=generic -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -fomit-frame-pointer -m32 -march=i686 -msse2 -mtune=generic -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ export RUSTFLAGS
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd xml-light-2.5
+ '[' 1 -eq 1 ']'
+ dune runtest --verbose --release -j24
Shared cache: enabled-except-user-rules
Shared cache location: /home/iurt/.cache/dune/db
Workspace root:
/home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/xml-light-2.5
Dune context:
 { name = "default"
 ; kind = "default"
 ; profile = Release
 ; merlin = true
 ; fdo_target_exe = None
 ; build_dir = In_build_dir "default"
 ; instrument_with = []
 }
Running[1]: (cd _build/default && /usr/bin/ocamldep -modules -impl tests/check_dtd.ml) > _build/default/tests/.test.eobjs/dune__exe__Check_dtd.impl.d
Running[2]: (cd _build/default && /usr/bin/ocamldep -modules -impl tests/test.ml) > _build/default/tests/.test.eobjs/dune__exe__Test.impl.d
Running[3]: (cd _build/default && /usr/bin/ocamlc -w -40 -w -49 -nopervasives -nostdlib -g -bin-annot -bin-annot-occurrences -I tests/.test.eobjs/byte -no-alias-deps -o tests/.test.eobjs/byte/dune__exe.cmo -c -impl tests/.test.eobjs/dune__exe.ml-gen)
Running[4]: (cd _build/default && /usr/bin/ocamlc -w -40 -g -bin-annot -bin-annot-occurrences -I tests/.test.eobjs/byte -I src/.xml_light.objs/byte -no-alias-deps -open Dune__exe -o tests/.test.eobjs/byte/dune__exe__Check_dtd.cmo -c -impl tests/check_dtd.ml)
Running[5]: (cd _build/default && /usr/bin/ocamlc -w -40 -g -bin-annot -bin-annot-occurrences -I tests/.test.eobjs/byte -I src/.xml_light.objs/byte -no-alias-deps -open Dune__exe -o tests/.test.eobjs/byte/dune__exe__Test.cmo -c -impl tests/test.ml)
Running[6]: (cd _build/default && /usr/bin/ocamlc -w -40 -g -o tests/check_dtd.exe -output-complete-exe src/xml_light.cma tests/.test.eobjs/byte/dune__exe.cmo tests/.test.eobjs/byte/dune__exe__Check_dtd.cmo)
Running[7]: (cd _build/default && /usr/bin/ocamlc -w -40 -g -o tests/test.exe -output-complete-exe src/xml_light.cma tests/.test.eobjs/byte/dune__exe.cmo tests/.test.eobjs/byte/dune__exe__Test.cmo)
Running[8]: (cd _build/default/tests && ./check_dtd.exe topic-like.dtd topic.xml topic)
Output[8]:
<topic ID="topic-1"><title>Topic title</title><body><p>This is un exemple of DITA <term>topic</term>.</p><p>...</p></body></topic>
Running[9]: (cd _build/default/tests && ./test.exe) < /tmp/build_fc4fad_dune/dune-pipe-action-_634064_.stdout
Output[9]:
Please enter some XML data followed (press return twice to parse) :
Parsing...
<breakfast_menu>
  <food>
    <name>Belgian Waffles</name>
    <price>$5.95</price>
    <description>Two of our famous Belgian Waffles with plenty of real maple syrup</description>
    <calories>650</calories>
  </food>
  <food>
    <name>Strawberry Belgian Waffles</name>
    <price>$7.95</price>
    <description>Light Belgian waffles covered with strawberries and whipped cream</description>
    <calories>900</calories>
  </food>
  <food>
    <name>Berry-Berry Belgian Waffles</name>
    <price>$8.95</price>
    <description>Light Belgian waffles covered with an assortment of fresh berries and whipped cream</description>
    <calories>900</calories>
  </food>
  <food>
    <name>French Toast</name>
    <price>$4.50</price>
    <description>Thick slices made from our homemade sourdough bread</description>
    <calories>600</calories>
  </food>
  <food>
    <name>Homestyle Breakfast</name>
    <price>$6.95</price>
    <description>Two eggs, bacon or sausage, toast, and our ever-popular hash browns</description>
    <calories>950</calories>
  </food>
</breakfast_menu>
Exit.
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: ocaml-xml-light-2.5-1.mga10.i686
Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4LuGoh
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build
+ cd xml-light-2.5
+ LICENSEDIR=/home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/share/licenses/ocaml-xml-light
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/share/licenses/ocaml-xml-light
+ cp -pr /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/xml-light-2.5/LICENSE /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/share/licenses/ocaml-xml-light
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: ocaml(Dtd) = ca5c3dfc6f6094b7cdfa76a152cccfd3 ocaml(Xml) = 13a24f2ade9583388fa0838446042015 ocaml(XmlParser) = 854cc14ff7abdaf927eb12501cb7ac6d ocaml(Xml_lexer) = 4e173c9fea33ede0e0855080dbe084ac ocaml(Xml_light_dtd_check) = bcaf6191965726459c48d351e1e3129a ocaml(Xml_light_errors) = befe97887f68611c727d84a53b39c308 ocaml(Xml_light_types) = bf8c637a4b576010a74c4792b9540436 ocaml(Xml_light_utils) = 2a84d425b17ca34d7a0ef1f0488b1dca ocaml(Xml_parser) = e53d427ebf37418028bead204a517361 ocaml-xml-light = 2.5-1.mga10 ocaml-xml-light(x86-32) = 2.5-1.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ocaml(CamlinternalFormatBasics) = aa550bdab521d60e769a9ad43a677e65 ocaml(Dtd) = ca5c3dfc6f6094b7cdfa76a152cccfd3 ocaml(Stdlib) = cfc6abca663b2d71db1750a2c051cf6e ocaml(Stdlib__Buffer) = bf6c18db9a96f4c2d97dddb7f07cdee4 ocaml(Stdlib__Either) = c90604673db95a8e7dbd131a219e37c5 ocaml(Stdlib__Filename) = f74cc059dcb93d696ed0ec81c946c31f ocaml(Stdlib__Hashtbl) = 62d90b388a282ba341dbe91a50a61569 ocaml(Stdlib__Int32) = c023c5ff3d236c9ddea65bf3e12846b5 ocaml(Stdlib__Lexing) = 3e6ab8b82b1880d4ad2ced0d57aca6f7 ocaml(Stdlib__List) = a30617a473d55bfeb31bc8cb1d8035c0 ocaml(Stdlib__Map) = c89b7925344cf894dcfa15de9855271e ocaml(Stdlib__Obj) = 95b257801d6620efb9f733a08b806029 ocaml(Stdlib__Parsing) = bd54edc573639370f05685f6024fec11 ocaml(Stdlib__Printf) = 53d0458f8bd9e6a47c1910b76e8b6f06 ocaml(Stdlib__Seq) = a98573564faae435d9a1e05d5d2938ff ocaml(Stdlib__Stack) = df4c36d6bbb131372027ae59ce7346dc ocaml(Stdlib__String) = 11ee86c6d03e0b37a2ef80541f3e00be ocaml(Stdlib__Uchar) = cc650ed80ecb08760ed6479a6adeec7b ocaml(XmlParser) = 854cc14ff7abdaf927eb12501cb7ac6d ocaml(Xml_lexer) = 4e173c9fea33ede0e0855080dbe084ac ocaml(Xml_light_dtd_check) = bcaf6191965726459c48d351e1e3129a ocaml(Xml_light_errors) = befe97887f68611c727d84a53b39c308 ocaml(Xml_light_types) = bf8c637a4b576010a74c4792b9540436 ocaml(Xml_light_utils) = 2a84d425b17ca34d7a0ef1f0488b1dca ocaml(Xml_parser) = e53d427ebf37418028bead204a517361
Processing files: ocaml-xml-light-devel-2.5-1.mga10.i686
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9G7373
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build
+ cd xml-light-2.5
+ DOCDIR=/home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/share/doc/ocaml-xml-light-devel
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/share/doc/ocaml-xml-light-devel
+ cp -pr /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/xml-light-2.5/README.md /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/share/doc/ocaml-xml-light-devel
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.A5cfzA
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build
+ cd xml-light-2.5
+ LICENSEDIR=/home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/share/licenses/ocaml-xml-light-devel
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/share/licenses/ocaml-xml-light-devel
+ cp -pr /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/xml-light-2.5/LICENSE /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/BUILDROOT/usr/share/licenses/ocaml-xml-light-devel
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: ocaml-xml-light-devel = 2.5-1.mga10 ocaml-xml-light-devel(x86-32) = 2.5-1.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: ocaml-xml-light-debugsource-2.5-1.mga10.i686
error: Empty %files file /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/xml-light-2.5/debugsourcefiles.list

RPM build errors:
    Empty %files file /home/iurt/rpmbuild/BUILD/ocaml-xml-light-2.5-build/xml-light-2.5/debugsourcefiles.list
I: [iurt_root_command] ERROR: chroot