D: [iurt_root_command] chroot Building target platforms: armv7hl Building for target armv7hl Installing /home/iurt/rpmbuild/SRPMS/@2172834:ocaml-react-1.2.2-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.IDI0fO Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.WrwCkh + umask 022 + cd /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build + rm -rf react-1.2.2 + /usr/lib/rpm/rpmuncompress -x /home/iurt/rpmbuild/SOURCES/react-1.2.2.tbz + STATUS=0 + '[' 0 -ne 0 ']' + cd react-1.2.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo ' true: debug' + echo ' true: cclib(-lm)' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Fgo4F3 + umask 022 + cd /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard' + 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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard' + 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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard ' + 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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard ' + 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 react-1.2.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ocaml pkg/pkg.ml build --tests true + ocamlfind ocamldep -modules src/react.mli > src/react.mli.depends + ocamlfind ocamlc -c -g -bin-annot -safe-string -cclib -lm -I src -I test -o src/react.cmi src/react.mli + ocamlfind ocamldep -modules src/react.ml > src/react.ml.depends + ocamlfind ocamlc -c -g -bin-annot -safe-string -cclib -lm -I src -I test -o src/react.cmo src/react.ml + ocamlfind ocamlc -a -cclib -lm -I src src/react.cmo -o src/react.cma + ocamlfind ocamldep -package compiler-libs.toplevel -modules src/react_top.ml > src/react_top.ml.depends + ocamlfind ocamlc -c -g -bin-annot -safe-string -cclib -lm -package compiler-libs.toplevel -I src -I test -o src/react_top.cmo src/react_top.ml + ocamlfind ocamlc -a -cclib -lm -package compiler-libs.toplevel -I src src/react_top.cmo -o src/react_top.cma + ocamlfind ocamldep -modules test/breakout.ml > test/breakout.ml.depends + ocamlfind ocamlc -c -g -bin-annot -safe-string -cclib -lm -I test -I src -o test/breakout.cmo test/breakout.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -cclib -lm -I test -I src -o test/breakout.cmo test/breakout.ml File "_none_", line 1: Alert ocaml_deprecated_auto_include: OCaml's lib directory layout changed in 5.0. The unix subdirectory has been automatically added to the search path, but you should add -I +unix to the command-line to silence this alert (e.g. by adding unix to the list of libraries in your dune file, or adding use_unix to your _tags file for ocamlbuild, or using -package unix for ocamlfind). + ocamlfind ocamlc -linkpkg -I +unix unix.cma -g -cclib -lm -I src -I test src/react.cmo test/breakout.cmo -o test/breakout.byte + ocamlfind ocamldep -modules test/clock.ml > test/clock.ml.depends + ocamlfind ocamlc -c -g -bin-annot -safe-string -cclib -lm -I test -I src -o test/clock.cmo test/clock.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -cclib -lm -I test -I src -o test/clock.cmo test/clock.ml File "_none_", line 1: Alert ocaml_deprecated_auto_include: OCaml's lib directory layout changed in 5.0. The unix subdirectory has been automatically added to the search path, but you should add -I +unix to the command-line to silence this alert (e.g. by adding unix to the list of libraries in your dune file, or adding use_unix to your _tags file for ocamlbuild, or using -package unix for ocamlfind). + ocamlfind ocamlc -linkpkg -I +unix unix.cma -g -cclib -lm -I src -I test src/react.cmo test/clock.cmo -o test/clock.byte + ocamlfind ocamldep -modules test/test.ml > test/test.ml.depends + ocamlfind ocamlc -c -g -bin-annot -safe-string -cclib -lm -I test -I src -o test/test.cmo test/test.ml + ocamlfind ocamlc -linkpkg -g -cclib -lm -I src -I test src/react.cmo test/test.cmo -o test/test.byte # No parallelism done + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.feGxN8 + umask 022 + cd /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/BUILDROOT '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/BUILDROOT ++ dirname /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/BUILDROOT + mkdir -p /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build + mkdir /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard' + 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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard' + 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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard ' + 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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard ' + 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 react-1.2.2 + '[' 1 -eq 1 ']' + /usr/bin/python3 /usr/lib/rpm/redhat/ocaml_files.py -i /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/BUILDROOT /usr/lib/ocaml + rm -rf /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/BUILDROOT/usr/doc ++ find /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/BUILDROOT/usr/lib/ocaml -name '*.mli' + mlis=/home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/BUILDROOT/usr/lib/ocaml/react/react.mli + rm -f /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/BUILDROOT/usr/lib/ocaml/react/react.ml + /usr/bin/python3 /usr/lib/rpm/redhat/ocaml_files.py /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/BUILDROOT /usr/lib/ocaml + /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/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/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 -j4 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/SPECPARTS/rpm-debuginfo.specpart Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.oj0PlX + umask 022 + cd /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard' + 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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard' + 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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard ' + 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 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard ' + 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 react-1.2.2 + '[' 1 -eq 1 ']' + ocaml pkg/pkg.ml test All tests succeeded. + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ocaml-react-1.2.2-1.mga10.armv7hl Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.tl25qo + umask 022 + cd /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build + cd react-1.2.2 + LICENSEDIR=/home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/BUILDROOT/usr/share/licenses/ocaml-react + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/BUILDROOT/usr/share/licenses/ocaml-react + cp -pr /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/react-1.2.2/LICENSE.md /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/BUILDROOT/usr/share/licenses/ocaml-react + RPM_EC=0 ++ jobs -p + exit 0 INFO: ignoring Requires ocaml(Warnings)=5b27d0ddf84c26b2b72d50c6ff180c8e from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Unit_info)=c493604495f300140722d6c18c0abca6 from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Types)=9f587070481ecabde6452704dd03e48d from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Type_immediacy)=dc7b80ccb5d6ca17a41521a9ab8bcaf2 from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Toploop)=5a4075a43d43c9249ea9d990897816fe from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Subst)=fb87814233a33d4fe046e4335346bdf1 from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Shape)=a264079b71e3ddabef72cf9a10a6d8fd from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Primitive)=46892b6dc5c1ed948d4818c2153c335c from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Path)=d251296ef600129af862223ebfd13653 from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Parsetree)=165d0e6aab21e53c75235445422b44ad from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Outcometree)=96368510dda82e8528ad4b3082343049 from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Oprint)=601caeadf0f382086de2c51e9f300d88 from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Misc)=58535dc61c7c19378ef828f1c8e6b433 from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Longident)=7a4c66b4b7e709bf48b56a59b5e5419f from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Location)=1415164723ab4315cfe92e93703f6951 from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Load_path)=e16f7783ef426d2a59927a09ca01e718 from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Identifiable)=b60b34f245694a37fc383f9cad5d1080 from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Ident)=e6f67bd53b973b79d3a9064753332e5f from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Format_doc)=682b04da0a4bde85a14ff1b29e868f2c from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Env)=88d47d47c93f5f2195d9ead33a85245c from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Cmi_format)=7dd5ccd3388dae280362ceeaf05faa7d from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Build_path_prefix_map)=9a894c5ddec61ee9b5c415c0520a7367 from /usr/lib/ocaml/react/react_top.cma INFO: ignoring Requires ocaml(Asttypes)=ee5ea19ab996e4503ae182f530861d78 from /usr/lib/ocaml/react/react_top.cma Provides: ocaml(React) = a4597594cd52f2b8fddc814dd375aa19 ocaml(React_top) = 26c5523c628c5c7cbd71e134ae12d3a6 ocaml-react = 1.2.2-1.mga10 ocaml-react(armv7hl-32) = 1.2.2-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(CamlinternalLazy) = e6f402abe3d0b60a19bf6c6c6c6f0848 ocaml(Stdlib) = cfc6abca663b2d71db1750a2c051cf6e ocaml(Stdlib__Buffer) = bf6c18db9a96f4c2d97dddb7f07cdee4 ocaml(Stdlib__Digest) = 79b5d577ed7cbf094b2a76c06479bd89 ocaml(Stdlib__Domain) = 24d9be01b1377d92ed29d08905486a54 ocaml(Stdlib__Either) = c90604673db95a8e7dbd131a219e37c5 ocaml(Stdlib__Format) = 60af4e0c98f0be0b9d368a2a09700b3a ocaml(Stdlib__Hashtbl) = 62d90b388a282ba341dbe91a50a61569 ocaml(Stdlib__Int32) = c023c5ff3d236c9ddea65bf3e12846b5 ocaml(Stdlib__Lazy) = 1d6be45458ac0f04df24caf4c6b0825f ocaml(Stdlib__Lexing) = 3e6ab8b82b1880d4ad2ced0d57aca6f7 ocaml(Stdlib__List) = a30617a473d55bfeb31bc8cb1d8035c0 ocaml(Stdlib__Map) = c89b7925344cf894dcfa15de9855271e ocaml(Stdlib__Obj) = 95b257801d6620efb9f733a08b806029 ocaml(Stdlib__Result) = 6920dcf20eda193a914bab41ae83ca87 ocaml(Stdlib__Seq) = a98573564faae435d9a1e05d5d2938ff ocaml(Stdlib__Set) = 35df46d1279edd62fbcfbe1072794627 ocaml(Stdlib__String) = 11ee86c6d03e0b37a2ef80541f3e00be ocaml(Stdlib__Sys) = aa921c44c52af557dede0ef5720a3515 ocaml(Stdlib__Uchar) = cc650ed80ecb08760ed6479a6adeec7b ocaml(Stdlib__Weak) = 1a371fbec831b5df00a44cc1e163c620 Processing files: ocaml-react-devel-1.2.2-1.mga10.armv7hl Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.VZ8R1U + umask 022 + cd /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build + cd react-1.2.2 + DOCDIR=/home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/BUILDROOT/usr/share/doc/ocaml-react-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/BUILDROOT/usr/share/doc/ocaml-react-devel + cp -pr /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/react-1.2.2/CHANGES.md /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/BUILDROOT/usr/share/doc/ocaml-react-devel + cp -pr /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/react-1.2.2/README.md /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/BUILDROOT/usr/share/doc/ocaml-react-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml-react-devel = 1.2.2-1.mga10 ocaml-react-devel(armv7hl-32) = 1.2.2-1.mga10 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 /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build/BUILDROOT Wrote: /home/iurt/rpmbuild/RPMS/armv7hl/ocaml-react-devel-1.2.2-1.mga10.armv7hl.rpm Wrote: /home/iurt/rpmbuild/RPMS/armv7hl/ocaml-react-1.2.2-1.mga10.armv7hl.rpm Executing(rmbuild): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QFsa0p + umask 022 + cd /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build + test -d /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build + rm -rf /home/iurt/rpmbuild/BUILD/ocaml-react-1.2.2-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!