<86>Jul 15 03:28:13 userdel[3766044]: delete user 'rooter' <86>Jul 15 03:28:13 userdel[3766044]: removed group 'rooter' owned by 'rooter' <86>Jul 15 03:28:13 userdel[3766044]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 15 03:28:13 groupadd[3766064]: group added to /etc/group: name=rooter, GID=654 <86>Jul 15 03:28:13 groupadd[3766064]: group added to /etc/gshadow: name=rooter <86>Jul 15 03:28:13 groupadd[3766064]: new group: name=rooter, GID=654 <86>Jul 15 03:28:13 useradd[3766079]: new user: name=rooter, UID=654, GID=654, home=/root, shell=/bin/bash <86>Jul 15 03:28:13 userdel[3766097]: delete user 'builder' <86>Jul 15 03:28:13 userdel[3766097]: removed group 'builder' owned by 'builder' <86>Jul 15 03:28:13 userdel[3766097]: removed shadow group 'builder' owned by 'builder' <86>Jul 15 03:28:13 groupadd[3766113]: group added to /etc/group: name=builder, GID=655 <86>Jul 15 03:28:13 groupadd[3766113]: group added to /etc/gshadow: name=builder <86>Jul 15 03:28:13 groupadd[3766113]: new group: name=builder, GID=655 <86>Jul 15 03:28:13 useradd[3766126]: new user: name=builder, UID=655, GID=655, home=/usr/src, shell=/bin/bash <13>Jul 15 03:28:16 rpmi: ocaml-runtime-4.12.0-alt1 sisyphus+268975.200.3.1 1617722312 installed <13>Jul 15 03:28:16 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+268936.100.1.1 1617543918 installed <13>Jul 15 03:28:30 rpmi: ocaml-4.12.0-alt1 sisyphus+268975.200.3.1 1617722312 installed <13>Jul 15 03:28:30 rpmi: ocaml-findlib-1.9.1-alt2 sisyphus+268975.1000.3.1 1617722855 installed <13>Jul 15 03:28:30 rpmi: ocaml-ocamlbuild-1:0.14.0-alt1 sisyphus+268975.500.3.1 1617722688 installed <13>Jul 15 03:28:30 rpmi: ocaml-topkg-1.0.3-alt1 sisyphus+268975.6300.3.1 1617725203 installed <13>Jul 15 03:28:31 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.81169 + 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.81169 + 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.6218 + 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.yKlKgp 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.BcoBzo 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.Iw3Rmq 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.ZBiB8n 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.x1ozAn 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.XNqOcp 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.c0Y7Xm find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Zft1bq 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) 2.79user 2.10system 0:11.17elapsed 43%CPU (0avgtext+0avgdata 44632maxresident)k 0inputs+0outputs (0major+293317minor)pagefaults 0swaps 22.84user 8.56system 0:36.70elapsed 85%CPU (0avgtext+0avgdata 104492maxresident)k 209384inputs+0outputs (0major+628897minor)pagefaults 0swaps --- ocaml-react-runtime-1.2.1-alt4.x86_64.rpm.repo 2021-04-06 16:08:55.000000000 +0000 +++ ocaml-react-runtime-1.2.1-alt4.x86_64.rpm.hasher 2021-07-15 03:28:46.692035350 +0000 @@ -67,3 +67,3 @@ File: /usr/lib64/ocaml/react/opam 100644 root:root 75e73bada1e8e83103771147c302d599 -File: /usr/lib64/ocaml/react/react.a 100644 root:root 3ae71c7d4fca79474b9f5314f0f75f17 +File: /usr/lib64/ocaml/react/react.a 100644 root:root 6df6f567f53c14aa2814b70dac17ffd6 File: /usr/lib64/ocaml/react/react.cma 100644 root:root 1408ebae64dc55cff424c042929dbd3c @@ -72,8 +72,8 @@ File: /usr/lib64/ocaml/react/react.cmxa 100644 root:root 46e66d422d5831d8f53cda065dcd773d -File: /usr/lib64/ocaml/react/react.cmxs 100644 root:root 1c3b945ee313a238189d9e0b7f9f89ad -File: /usr/lib64/ocaml/react/react_top.a 100644 root:root 6a50b8dfa3c36f2bf614a5c95375450c +File: /usr/lib64/ocaml/react/react.cmxs 100644 root:root 18db85dab5e5ca509126632287772bc7 +File: /usr/lib64/ocaml/react/react_top.a 100644 root:root c783ed3669dd7646cbd0da17990d0877 File: /usr/lib64/ocaml/react/react_top.cma 100644 root:root 94e078e104c0844b2f0547d79b7218c1 File: /usr/lib64/ocaml/react/react_top.cmxa 100644 root:root 340e6a4b1bdf553bbd96e501998dba11 -File: /usr/lib64/ocaml/react/react_top.cmxs 100644 root:root c783675d62fb7339bb05e80cb148c2f7 +File: /usr/lib64/ocaml/react/react_top.cmxs 100644 root:root a499564bc07d55450ff4715639bfde8a File: /usr/lib64/ocaml/react/react_top_init.ml 100644 root:root afed8875ca0370209d721a625f21df5f -RPMIdentity: 7883581437f46a0dd3420d60b7a8ed8f +RPMIdentity: 457db19211a66a4b6acaacbbe2cc71e5 --- ocaml-react-runtime-debuginfo-1.2.1-alt4.x86_64.rpm.repo 2021-04-06 16:08:56.000000000 +0000 +++ ocaml-react-runtime-debuginfo-1.2.1-alt4.x86_64.rpm.hasher 2021-07-15 03:28:46.839030147 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/14 40755 root:root -/usr/lib/debug/.build-id/14/e3faf50495edd0088c26aefd1804b7173651fe 120777 root:root ../../../../lib64/ocaml/react/react.cmxs -/usr/lib/debug/.build-id/14/e3faf50495edd0088c26aefd1804b7173651fe.debug 120777 root:root ../../usr/lib64/ocaml/react/react.cmxs.debug -/usr/lib/debug/.build-id/29 40755 root:root -/usr/lib/debug/.build-id/29/a3b6a0eb69616aa5bf0843c72783e805203a5c 120777 root:root ../../../../lib64/ocaml/react/react_top.cmxs -/usr/lib/debug/.build-id/29/a3b6a0eb69616aa5bf0843c72783e805203a5c.debug 120777 root:root ../../usr/lib64/ocaml/react/react_top.cmxs.debug +/usr/lib/debug/.build-id/de 40755 root:root +/usr/lib/debug/.build-id/de/9649edbadbd9308cd75724f39e4c3474c446b3 120777 root:root ../../../../lib64/ocaml/react/react_top.cmxs +/usr/lib/debug/.build-id/de/9649edbadbd9308cd75724f39e4c3474c446b3.debug 120777 root:root ../../usr/lib64/ocaml/react/react_top.cmxs.debug +/usr/lib/debug/.build-id/e2 40755 root:root +/usr/lib/debug/.build-id/e2/18dab083b2271057b195b4ef865d60472c79b7 120777 root:root ../../../../lib64/ocaml/react/react.cmxs +/usr/lib/debug/.build-id/e2/18dab083b2271057b195b4ef865d60472c79b7.debug 120777 root:root ../../usr/lib64/ocaml/react/react.cmxs.debug /usr/lib/debug/usr/lib64/ocaml 40755 root:root @@ -18,12 +18,12 @@ Provides: ocaml-react-runtime-debuginfo = 1.2.1-alt4:sisyphus+268975.6600.3.1 -File: /usr/lib/debug/.build-id/14 40755 root:root -File: /usr/lib/debug/.build-id/14/e3faf50495edd0088c26aefd1804b7173651fe 120777 root:root ../../../../lib64/ocaml/react/react.cmxs -File: /usr/lib/debug/.build-id/14/e3faf50495edd0088c26aefd1804b7173651fe.debug 120777 root:root ../../usr/lib64/ocaml/react/react.cmxs.debug -File: /usr/lib/debug/.build-id/29 40755 root:root -File: /usr/lib/debug/.build-id/29/a3b6a0eb69616aa5bf0843c72783e805203a5c 120777 root:root ../../../../lib64/ocaml/react/react_top.cmxs -File: /usr/lib/debug/.build-id/29/a3b6a0eb69616aa5bf0843c72783e805203a5c.debug 120777 root:root ../../usr/lib64/ocaml/react/react_top.cmxs.debug +File: /usr/lib/debug/.build-id/de 40755 root:root +File: /usr/lib/debug/.build-id/de/9649edbadbd9308cd75724f39e4c3474c446b3 120777 root:root ../../../../lib64/ocaml/react/react_top.cmxs +File: /usr/lib/debug/.build-id/de/9649edbadbd9308cd75724f39e4c3474c446b3.debug 120777 root:root ../../usr/lib64/ocaml/react/react_top.cmxs.debug +File: /usr/lib/debug/.build-id/e2 40755 root:root +File: /usr/lib/debug/.build-id/e2/18dab083b2271057b195b4ef865d60472c79b7 120777 root:root ../../../../lib64/ocaml/react/react.cmxs +File: /usr/lib/debug/.build-id/e2/18dab083b2271057b195b4ef865d60472c79b7.debug 120777 root:root ../../usr/lib64/ocaml/react/react.cmxs.debug File: /usr/lib/debug/usr/lib64/ocaml 40755 root:root File: /usr/lib/debug/usr/lib64/ocaml/react 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/react/react.cmxs.debug 100644 root:root 39fac20f68b070651b1b41a3c6344c93 -File: /usr/lib/debug/usr/lib64/ocaml/react/react_top.cmxs.debug 100644 root:root 72705a926c8c0960fb60745c4d63498b +File: /usr/lib/debug/usr/lib64/ocaml/react/react.cmxs.debug 100644 root:root 8614cb61dedbe462164ef963e9c60547 +File: /usr/lib/debug/usr/lib64/ocaml/react/react_top.cmxs.debug 100644 root:root a0e24b7eb2d41592ca5567c5589eb903 File: /usr/src/debug/ocaml-react-1.2.1 40755 root:root @@ -33,2 +33,2 @@ File: /usr/src/debug/ocaml-react-1.2.1/_build/src/react_top.ml 100644 root:root a1ab4dba6b0a7a0e2bd461fefe5ae07e -RPMIdentity: 3ed2dc36dc0d7706314d7b9e6e92b686 +RPMIdentity: 0666fb9d2f93006b3e5c0984f43f8078