<86>Jun 1 04:15:41 userdel[1992308]: delete user 'rooter' <86>Jun 1 04:15:41 userdel[1992308]: removed group 'rooter' owned by 'rooter' <86>Jun 1 04:15:41 userdel[1992308]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 1 04:15:41 groupadd[1992335]: group added to /etc/group: name=rooter, GID=663 <86>Jun 1 04:15:41 groupadd[1992335]: group added to /etc/gshadow: name=rooter <86>Jun 1 04:15:41 groupadd[1992335]: new group: name=rooter, GID=663 <86>Jun 1 04:15:41 useradd[1992340]: new user: name=rooter, UID=663, GID=663, home=/root, shell=/bin/bash <86>Jun 1 04:15:41 userdel[1992355]: delete user 'builder' <86>Jun 1 04:15:41 userdel[1992355]: removed group 'builder' owned by 'builder' <86>Jun 1 04:15:41 userdel[1992355]: removed shadow group 'builder' owned by 'builder' <86>Jun 1 04:15:41 groupadd[1992365]: group added to /etc/group: name=builder, GID=664 <86>Jun 1 04:15:41 groupadd[1992365]: group added to /etc/gshadow: name=builder <86>Jun 1 04:15:41 groupadd[1992365]: new group: name=builder, GID=664 <86>Jun 1 04:15:41 useradd[1992385]: new user: name=builder, UID=664, GID=664, home=/usr/src, shell=/bin/bash <13>Jun 1 04:15:43 rpmi: ocaml-runtime-4.12.0-alt1 sisyphus+268975.200.3.1 1617722312 installed <13>Jun 1 04:15:43 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+268936.100.1.1 1617543918 installed <13>Jun 1 04:15:55 rpmi: ocaml-4.12.0-alt1 sisyphus+268975.200.3.1 1617722312 installed <13>Jun 1 04:15:56 rpmi: ocaml-findlib-1.9.1-alt2 sisyphus+268975.1000.3.1 1617722855 installed <13>Jun 1 04:15:56 rpmi: ocaml-ocamlbuild-1:0.14.0-alt1 sisyphus+268975.500.3.1 1617722688 installed <13>Jun 1 04:15:56 rpmi: ocaml-topkg-1.0.3-alt1 sisyphus+268975.6300.3.1 1617725203 installed <13>Jun 1 04:15:56 rpmi: opam-2.0.8-alt2 sisyphus+272161.100.1.1 1621437716 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-react-1.2.1-alt4.nosrc.rpm (w1.gzdio) Installing ocaml-react-1.2.1-alt4.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.2828 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-react-1.2.1 + echo 'Source #0 (ocaml-react-1.2.1.tar):' Source #0 (ocaml-react-1.2.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-react-1.2.1.tar + cd ocaml-react-1.2.1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.2828 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-react-1.2.1 + sed -i s,%%VERSION_NUM%%,1.2.1,g pkg/META + ocaml pkg/pkg.ml build ocamlfind ocamldep -package bytes -modules src/react.ml > src/react.ml.depends ocamlfind ocamldep -package bytes -modules src/react.mli > src/react.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmi src/react.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmx src/react.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmx src/react.ml File "src/react.ml", line 1437, characters 29-43: 1437 | | Some _ -> supdate (Pervasives.not (sval m')) m' c ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlfind ocamlopt -a -package bytes -I src src/react.cmx -o src/react.cmxa ocamlfind ocamlopt -shared -linkall -package bytes -I src src/react.cmxa -o src/react.cmxs ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmo src/react.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/react.cmo src/react.ml File "src/react.ml", line 1437, characters 29-43: 1437 | | Some _ -> supdate (Pervasives.not (sval m')) m' c ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlfind ocamlc -a -package bytes -I src src/react.cmo -o src/react.cma ocamlfind ocamldep -package compiler-libs.toplevel -package bytes -modules src/react_top.ml > src/react_top.ml.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmo src/react_top.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmo src/react_top.ml findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmx src/react_top.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package bytes -I src -I test -o src/react_top.cmx src/react_top.ml findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque ocamlfind ocamlopt -a -package compiler-libs.toplevel -package bytes -I src src/react_top.cmx -o src/react_top.cmxa + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package bytes -I src src/react_top.cmx -o src/react_top.cmxa findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package bytes -I src src/react_top.cmxa -o src/react_top.cmxs + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package bytes -I src src/react_top.cmxa -o src/react_top.cmxs findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs ocamlfind ocamlc -a -package compiler-libs.toplevel -package bytes -I src src/react_top.cmo -o src/react_top.cma + ocamlfind ocamlc -a -package compiler-libs.toplevel -package bytes -I src src/react_top.cmo -o src/react_top.cma findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs # No parallelism done + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.86287 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-react-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-react-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-react-1.2.1 + opam-installer --prefix=/usr/src/tmp/ocaml-react-buildroot/usr --libdir=/usr/src/tmp/ocaml-react-buildroot/usr/lib64/ocaml Creating directory /usr/src/tmp/ocaml-react-buildroot/usr/lib64/ocaml/react _build/opam => /usr/src/tmp/ocaml-react-buildroot/usr/lib64/ocaml/react/opam _build/pkg/META => /usr/src/tmp/ocaml-react-buildroot/usr/lib64/ocaml/react/META _build/src/react.a => /usr/src/tmp/ocaml-react-buildroot/usr/lib64/ocaml/react/react.a _build/src/react.cma => /usr/src/tmp/ocaml-react-buildroot/usr/lib64/ocaml/react/react.cma _build/src/react.cmi => /usr/src/tmp/ocaml-react-buildroot/usr/lib64/ocaml/react/react.cmi _build/src/react.cmti => /usr/src/tmp/ocaml-react-buildroot/usr/lib64/ocaml/react/react.cmti _build/src/react.cmx => /usr/src/tmp/ocaml-react-buildroot/usr/lib64/ocaml/react/react.cmx _build/src/react.cmxa => /usr/src/tmp/ocaml-react-buildroot/usr/lib64/ocaml/react/react.cmxa _build/src/react.cmxs => /usr/src/tmp/ocaml-react-buildroot/usr/lib64/ocaml/react/react.cmxs _build/src/react.mli => /usr/src/tmp/ocaml-react-buildroot/usr/lib64/ocaml/react/react.mli _build/src/react_top.a => /usr/src/tmp/ocaml-react-buildroot/usr/lib64/ocaml/react/react_top.a _build/src/react_top.cma => /usr/src/tmp/ocaml-react-buildroot/usr/lib64/ocaml/react/react_top.cma _build/src/react_top.cmx => /usr/src/tmp/ocaml-react-buildroot/usr/lib64/ocaml/react/react_top.cmx _build/src/react_top.cmxa => /usr/src/tmp/ocaml-react-buildroot/usr/lib64/ocaml/react/react_top.cmxa _build/src/react_top.cmxs => /usr/src/tmp/ocaml-react-buildroot/usr/lib64/ocaml/react/react_top.cmxs _build/src/react_top_init.ml => /usr/src/tmp/ocaml-react-buildroot/usr/lib64/ocaml/react/react_top_init.ml Creating directory /usr/src/tmp/ocaml-react-buildroot/usr/doc/react _build/CHANGES.md => /usr/src/tmp/ocaml-react-buildroot/usr/doc/react/CHANGES.md _build/LICENSE.md => /usr/src/tmp/ocaml-react-buildroot/usr/doc/react/LICENSE.md _build/README.md => /usr/src/tmp/ocaml-react-buildroot/usr/doc/react/README.md + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-react-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ocaml-react-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-react-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-react-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-react-buildroot ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-react-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/react/react_top.cmxs: undefined symbol: camlStdlib__format verify-elf: WARNING: ./usr/lib64/ocaml/react/react_top.cmxs: undefined symbol: camlToploop verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: caml_equal verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: caml_lessequal verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: caml_compare verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: caml_greaterthan verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: caml_notequal verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: camlStdlib__weak verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: caml_frexp_float verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: caml_greaterequal verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: caml_modf_float verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: caml_exn_Division_by_zero verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: caml_lessthan verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: log verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: cosh verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: camlStdlib__weak__set_195 verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: ceil verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: floor verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: camlStdlib__weak__check_210 verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: camlStdlib__list__fold_left_275 verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: camlStdlib__weak__get_202 verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: camlStdlib__list__rev_map_252 verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: caml_alloc1 verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: camlStdlib__list__find_417 verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: fmod verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: cos verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: tanh verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: sin verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: atan2 verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: pow verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: sinh verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: log10 verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: camlStdlib__invalid_arg_9 verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: caml_ldexp_float_unboxed verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: caml_classify_float_unboxed verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: exp verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: camlStdlib__failwith_6 verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: tan verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: atan verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: camlStdlib__weak__blit_214 verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: asin verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: camlStdlib__list__rev_append_122 verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: camlStdlib__list__iter_261 verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: acos verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: camlStdlib__weak__create_83 Processing files: ocaml-react-1.2.1-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CaMlLH find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cUHmhI find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmx(React) = 4.12.0-3C155DAA, ocaml-cmx(React_top) = 4.12.0-EA1D1170 Requires: ocaml-react-runtime = 1.2.1-alt4, rpm-build-ocaml >= 1.1.1, ocaml-cmi(Asttypes) = 4.12.0-BAEA8C9E, ocaml-cmi(Build_path_prefix_map) = 4.12.0-656E8C2E, ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(CamlinternalLazy) = 4.12.0-0FFDD456, ocaml-cmi(Cmi_format) = 4.12.0-AD11B881, ocaml-cmi(Env) = 4.12.0-8651F47C, ocaml-cmi(Ident) = 4.12.0-D0041FEF, ocaml-cmi(Identifiable) = 4.12.0-A4D66FBC, ocaml-cmi(Load_path) = 4.12.0-CF04F5EA, ocaml-cmi(Location) = 4.12.0-C873F444, ocaml-cmi(Longident) = 4.12.0-13B3EB27, ocaml-cmi(Misc) = 4.12.0-30BE4E8F, ocaml-cmi(Outcometree) = 4.12.0-0E91EAF4, ocaml-cmi(Parsetree) = 4.12.0-92C4E671, ocaml-cmi(Path) = 4.12.0-B122D3D0, ocaml-cmi(Primitive) = 4.12.0-18B142B7, ocaml-cmi(React) = 4.12.0-9C06BD8E, ocaml-cmi(React_top) = 4.12.0-098F344E, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__buffer) = 4.12.0-9EAF2B1C, ocaml-cmi(Stdlib__digest) = 4.12.0-58B6F86A, ocaml-cmi(Stdlib__either) = 4.12.0-2555BF09, ocaml-cmi(Stdlib__format) = 4.12.0-E8696010, ocaml-cmi(Stdlib__hashtbl) = 4.12.0-C3EC10B9, ocaml-cmi(Stdlib__int32) = 4.12.0-4C0749E5, ocaml-cmi(Stdlib__lazy) = 4.12.0-5D62F857, ocaml-cmi(Stdlib__lexing) = 4.12.0-F7569937, ocaml-cmi(Stdlib__list) = 4.12.0-88609EF3, ocaml-cmi(Stdlib__map) = 4.12.0-717FE01A, ocaml-cmi(Stdlib__obj) = 4.12.0-2B540DC5, ocaml-cmi(Stdlib__pervasives) = 4.12.0-382FD751, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmi(Stdlib__set) = 4.12.0-D47FAD5D, ocaml-cmi(Stdlib__string) = 4.12.0-9F0E4229, ocaml-cmi(Stdlib__uchar) = 4.12.0-82DADCD9, ocaml-cmi(Stdlib__weak) = 4.12.0-CBA3563D, ocaml-cmi(Subst) = 4.12.0-F5B88697, ocaml-cmi(Toploop) = 4.12.0-0495573E, ocaml-cmi(Type_immediacy) = 4.12.0-D5796C46, ocaml-cmi(Types) = 4.12.0-00D76638, ocaml-cmi(Warnings) = 4.12.0-B2D4200E, ocaml-cmx(Stdlib) = 4.12.0-90535572, ocaml-cmx(Stdlib__format) = 4.12.0-41296AC9, ocaml-cmx(Stdlib__list) = 4.12.0-53D7956D, ocaml-cmx(Stdlib__weak) = 4.12.0-7EB8F855 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jizHLE Processing files: ocaml-react-runtime-1.2.1-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.q5MGeI find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SSDyfH find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmi(React) = 4.12.0-9C06BD8E, ocaml-cmi(React_top) = 4.12.0-098F344E, ocaml-cmx(React) = 4.12.0-3C155DAA, ocaml-cmx(React_top) = 4.12.0-EA1D1170 Requires: ocaml-cmi(Asttypes) = 4.12.0-BAEA8C9E, ocaml-cmi(Build_path_prefix_map) = 4.12.0-656E8C2E, ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(CamlinternalLazy) = 4.12.0-0FFDD456, ocaml-cmi(Cmi_format) = 4.12.0-AD11B881, ocaml-cmi(Env) = 4.12.0-8651F47C, ocaml-cmi(Ident) = 4.12.0-D0041FEF, ocaml-cmi(Identifiable) = 4.12.0-A4D66FBC, ocaml-cmi(Load_path) = 4.12.0-CF04F5EA, ocaml-cmi(Location) = 4.12.0-C873F444, ocaml-cmi(Longident) = 4.12.0-13B3EB27, ocaml-cmi(Misc) = 4.12.0-30BE4E8F, ocaml-cmi(Outcometree) = 4.12.0-0E91EAF4, ocaml-cmi(Parsetree) = 4.12.0-92C4E671, ocaml-cmi(Path) = 4.12.0-B122D3D0, ocaml-cmi(Primitive) = 4.12.0-18B142B7, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__buffer) = 4.12.0-9EAF2B1C, ocaml-cmi(Stdlib__digest) = 4.12.0-58B6F86A, ocaml-cmi(Stdlib__either) = 4.12.0-2555BF09, ocaml-cmi(Stdlib__format) = 4.12.0-E8696010, ocaml-cmi(Stdlib__hashtbl) = 4.12.0-C3EC10B9, ocaml-cmi(Stdlib__int32) = 4.12.0-4C0749E5, ocaml-cmi(Stdlib__lazy) = 4.12.0-5D62F857, ocaml-cmi(Stdlib__lexing) = 4.12.0-F7569937, ocaml-cmi(Stdlib__list) = 4.12.0-88609EF3, ocaml-cmi(Stdlib__map) = 4.12.0-717FE01A, ocaml-cmi(Stdlib__obj) = 4.12.0-2B540DC5, ocaml-cmi(Stdlib__pervasives) = 4.12.0-382FD751, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmi(Stdlib__set) = 4.12.0-D47FAD5D, ocaml-cmi(Stdlib__string) = 4.12.0-9F0E4229, ocaml-cmi(Stdlib__uchar) = 4.12.0-82DADCD9, ocaml-cmi(Stdlib__weak) = 4.12.0-CBA3563D, ocaml-cmi(Subst) = 4.12.0-F5B88697, ocaml-cmi(Toploop) = 4.12.0-0495573E, ocaml-cmi(Type_immediacy) = 4.12.0-D5796C46, ocaml-cmi(Types) = 4.12.0-00D76638, ocaml-cmi(Warnings) = 4.12.0-B2D4200E, ocaml-cmx(Stdlib) = 4.12.0-90535572, ocaml-cmx(Stdlib__format) = 4.12.0-41296AC9, ocaml-cmx(Stdlib__list) = 4.12.0-53D7956D, ocaml-cmx(Stdlib__weak) = 4.12.0-7EB8F855, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qcPDeH Creating ocaml-react-runtime-debuginfo package Processing files: ocaml-react-runtime-debuginfo-1.2.1-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hpCfsH find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tQqBYE find-requires: running scripts (debuginfo) Requires: ocaml-react-runtime = 1.2.1-alt4 Adding to ocaml-react a strict dependency on ocaml-react-runtime Adding to ocaml-react-runtime-debuginfo a strict dependency on ocaml-react-runtime Removing 2 extra deps from ocaml-react due to dependency on ocaml-react-runtime Removing 43 extra deps from ocaml-react due to repentancy on ocaml-react-runtime warning: Installed (but unpackaged) file(s) found: /usr/doc/react/CHANGES.md /usr/doc/react/LICENSE.md /usr/doc/react/README.md Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-react-1.2.1-alt4.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-react-runtime-1.2.1-alt4.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-react-runtime-debuginfo-1.2.1-alt4.x86_64.rpm (w2.lzdio) 1.96user 0.62system 0:12.27elapsed 21%CPU (0avgtext+0avgdata 44608maxresident)k 0inputs+0outputs (0major+291947minor)pagefaults 0swaps 17.82user 3.89system 0:32.72elapsed 66%CPU (0avgtext+0avgdata 108492maxresident)k 6472inputs+0outputs (0major+614535minor)pagefaults 0swaps