<86>Mar 9 01:36:46 userdel[1172704]: delete user 'rooter' <86>Mar 9 01:36:46 userdel[1172704]: removed group 'rooter' owned by 'rooter' <86>Mar 9 01:36:46 userdel[1172704]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 9 01:36:46 groupadd[1172714]: group added to /etc/group: name=rooter, GID=1299 <86>Mar 9 01:36:46 groupadd[1172714]: group added to /etc/gshadow: name=rooter <86>Mar 9 01:36:46 groupadd[1172714]: new group: name=rooter, GID=1299 <86>Mar 9 01:36:46 useradd[1172721]: new user: name=rooter, UID=1299, GID=1299, home=/root, shell=/bin/bash <86>Mar 9 01:36:46 userdel[1172732]: delete user 'builder' <86>Mar 9 01:36:46 userdel[1172732]: removed group 'builder' owned by 'builder' <86>Mar 9 01:36:46 groupadd[1172744]: group added to /etc/group: name=builder, GID=1300 <86>Mar 9 01:36:46 groupadd[1172744]: group added to /etc/gshadow: name=builder <86>Mar 9 01:36:46 groupadd[1172744]: new group: name=builder, GID=1300 <86>Mar 9 01:36:46 useradd[1172750]: new user: name=builder, UID=1300, GID=1300, home=/usr/src, shell=/bin/bash <13>Mar 9 01:36:47 rpmi: ocaml-runtime-4.13.1-alt1 sisyphus+288339.100.3.1 1636228813 installed <13>Mar 9 01:36:47 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+288339.1400.3.1 1636230742 installed <13>Mar 9 01:36:54 rpmi: ocaml-4.13.1-alt1 sisyphus+288339.100.3.1 1636228813 installed <13>Mar 9 01:36:54 rpmi: ocaml-findlib-1.9.3-alt1 sisyphus+294399.100.3.1 1643757339 installed <13>Mar 9 01:36:54 rpmi: ocaml-ocamlbuild-1:0.14.1-alt1 sisyphus+297192.100.1.1 1648205275 installed <13>Mar 9 01:36:54 rpmi: ocaml-topkg-1.0.5-alt1 sisyphus+297371.100.1.1 1648454898 installed <13>Mar 9 01:36:54 rpmi: opam-2.1.4-alt1 sisyphus+314123.100.1.1 1674638904 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.16458 + 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.16458 + 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.16458 + 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: camlStdlib__Weak 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: 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: ceil 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: floor verify-elf: WARNING: ./usr/lib64/ocaml/react/react.cmxs: undefined symbol: camlStdlib__Weak__create_83 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: camlStdlib__List__find_417 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: camlStdlib__Weak__check_210 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__Weak__set_195 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: 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: camlStdlib__List__rev_append_122 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: camlStdlib__Weak__blit_214 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: asin 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 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.rZYvbG 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.fEAshC 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.13.1-831E2BF8, ocaml-cmx(React_top) = 4.13.1-870E6116 Requires: ocaml-react-runtime = 1.2.1-alt4, rpm-build-ocaml >= 1.1.1, ocaml-cmi(Asttypes) = 4.13.1-8D9243B2, ocaml-cmi(Build_path_prefix_map) = 4.13.1-768AAA9A, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalLazy) = 4.13.1-82103148, ocaml-cmi(Cmi_format) = 4.13.1-76D3429A, ocaml-cmi(Env) = 4.13.1-3E1FEE82, ocaml-cmi(Ident) = 4.13.1-66346E41, ocaml-cmi(Identifiable) = 4.13.1-9F19D868, ocaml-cmi(Load_path) = 4.13.1-8AB42785, ocaml-cmi(Location) = 4.13.1-42FE4A2F, ocaml-cmi(Longident) = 4.13.1-A52B92DB, ocaml-cmi(Misc) = 4.13.1-5AD92B5C, ocaml-cmi(Outcometree) = 4.13.1-AC56C08F, ocaml-cmi(Parsetree) = 4.13.1-EBAF0FCB, ocaml-cmi(Path) = 4.13.1-B4C2C6EA, ocaml-cmi(Primitive) = 4.13.1-849BB0DB, ocaml-cmi(React) = 4.13.1-E29A0D55, ocaml-cmi(React_top) = 4.13.1-3828F26A, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Digest) = 4.13.1-4288C582, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__Int32) = 4.13.1-D7020701, ocaml-cmi(Stdlib__Lazy) = 4.13.1-DEE38639, ocaml-cmi(Stdlib__Lexing) = 4.13.1-58F88856, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Map) = 4.13.1-406D1BC5, ocaml-cmi(Stdlib__Obj) = 4.13.1-F013B5AB, ocaml-cmi(Stdlib__Pervasives) = 4.13.1-972F7C19, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__Set) = 4.13.1-62A5B229, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Stdlib__Weak) = 4.13.1-7471767D, ocaml-cmi(Subst) = 4.13.1-B172A3FE, ocaml-cmi(Toploop) = 4.13.1-442ADDBC, ocaml-cmi(Type_immediacy) = 4.13.1-D9790C85, ocaml-cmi(Types) = 4.13.1-5E0F9BE6, ocaml-cmi(Warnings) = 4.13.1-EAE45E31, ocaml-cmx(Stdlib) = 4.13.1-F8B8B4EE, ocaml-cmx(Stdlib__Format) = 4.13.1-F0B02A99, ocaml-cmx(Stdlib__List) = 4.13.1-21B8C13F, ocaml-cmx(Stdlib__Weak) = 4.13.1-1A51F14F Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9lpn1h 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.UjzA8B 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.AjBFb2 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.13.1-E29A0D55, ocaml-cmi(React_top) = 4.13.1-3828F26A, ocaml-cmx(React) = 4.13.1-831E2BF8, ocaml-cmx(React_top) = 4.13.1-870E6116 Requires: ocaml-cmi(Asttypes) = 4.13.1-8D9243B2, ocaml-cmi(Build_path_prefix_map) = 4.13.1-768AAA9A, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalLazy) = 4.13.1-82103148, ocaml-cmi(Cmi_format) = 4.13.1-76D3429A, ocaml-cmi(Env) = 4.13.1-3E1FEE82, ocaml-cmi(Ident) = 4.13.1-66346E41, ocaml-cmi(Identifiable) = 4.13.1-9F19D868, ocaml-cmi(Load_path) = 4.13.1-8AB42785, ocaml-cmi(Location) = 4.13.1-42FE4A2F, ocaml-cmi(Longident) = 4.13.1-A52B92DB, ocaml-cmi(Misc) = 4.13.1-5AD92B5C, ocaml-cmi(Outcometree) = 4.13.1-AC56C08F, ocaml-cmi(Parsetree) = 4.13.1-EBAF0FCB, ocaml-cmi(Path) = 4.13.1-B4C2C6EA, ocaml-cmi(Primitive) = 4.13.1-849BB0DB, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Digest) = 4.13.1-4288C582, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__Int32) = 4.13.1-D7020701, ocaml-cmi(Stdlib__Lazy) = 4.13.1-DEE38639, ocaml-cmi(Stdlib__Lexing) = 4.13.1-58F88856, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Map) = 4.13.1-406D1BC5, ocaml-cmi(Stdlib__Obj) = 4.13.1-F013B5AB, ocaml-cmi(Stdlib__Pervasives) = 4.13.1-972F7C19, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__Set) = 4.13.1-62A5B229, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Stdlib__Weak) = 4.13.1-7471767D, ocaml-cmi(Subst) = 4.13.1-B172A3FE, ocaml-cmi(Toploop) = 4.13.1-442ADDBC, ocaml-cmi(Type_immediacy) = 4.13.1-D9790C85, ocaml-cmi(Types) = 4.13.1-5E0F9BE6, ocaml-cmi(Warnings) = 4.13.1-EAE45E31, ocaml-cmx(Stdlib) = 4.13.1-F8B8B4EE, ocaml-cmx(Stdlib__Format) = 4.13.1-F0B02A99, ocaml-cmx(Stdlib__List) = 4.13.1-21B8C13F, ocaml-cmx(Stdlib__Weak) = 4.13.1-1A51F14F, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.evdazv 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.nLWpNM find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4sNa4N 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) 0.86user 0.63system 0:09.08elapsed 16%CPU (0avgtext+0avgdata 44892maxresident)k 0inputs+0outputs (0major+275782minor)pagefaults 0swaps 1.86user 1.12system 0:20.63elapsed 14%CPU (0avgtext+0avgdata 112128maxresident)k 0inputs+0outputs (32710major+162130minor)pagefaults 0swaps --- ocaml-react-runtime-1.2.1-alt4.x86_64.rpm.repo 2021-11-06 20:57:04.000000000 +0000 +++ ocaml-react-runtime-1.2.1-alt4.x86_64.rpm.hasher 2023-03-09 01:37:05.239644161 +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 2ea0dee594e255e4ad22a6a4efa4cdb7 +File: /usr/lib64/ocaml/react/react.a 100644 root:root dfa7fd28b148f96b024ee3f8ef6652a1 File: /usr/lib64/ocaml/react/react.cma 100644 root:root 788808a460aba56d959d84f4e14915d2 @@ -72,8 +72,8 @@ File: /usr/lib64/ocaml/react/react.cmxa 100644 root:root 45d7d3d2a4a12781228503760871404e -File: /usr/lib64/ocaml/react/react.cmxs 100644 root:root 12e2b125e5d2fe72ffcaf5d619d5c44c -File: /usr/lib64/ocaml/react/react_top.a 100644 root:root 9db528fac1fbab9a6a227903448e6111 +File: /usr/lib64/ocaml/react/react.cmxs 100644 root:root 7ac8e0861f5d884120b7367c67219a79 +File: /usr/lib64/ocaml/react/react_top.a 100644 root:root 7101787c3deaba2797a12a220f0d694d File: /usr/lib64/ocaml/react/react_top.cma 100644 root:root f8eb3881a3a2a6cff7a4d2dc678cf9d5 File: /usr/lib64/ocaml/react/react_top.cmxa 100644 root:root 58fe89b6fc26328e7642c22103a043f4 -File: /usr/lib64/ocaml/react/react_top.cmxs 100644 root:root 5eab67fb36897ed7adc83dc62ca2029d +File: /usr/lib64/ocaml/react/react_top.cmxs 100644 root:root 170b1626c1589f6550b222eb09580cc4 File: /usr/lib64/ocaml/react/react_top_init.ml 100644 root:root afed8875ca0370209d721a625f21df5f -RPMIdentity: ab0957e0dd2220df98acf9af5b722b19932d72c22d5ff8f34437c0a712bbd5e83e6e59a0b2ec3ff6dc4f00297320fd0d2813f68bb375e73b9dd791b55f134f7d +RPMIdentity: 7b502bb44031d647d207903c7c3698518e8c7de81a39f107b98bbb1bc3b4f30988f57ffcb3b30073f94e2fc0ed8bbb40051277d222fb944a4f99efb590ec7f7a --- ocaml-react-runtime-debuginfo-1.2.1-alt4.x86_64.rpm.repo 2021-11-06 20:57:04.000000000 +0000 +++ ocaml-react-runtime-debuginfo-1.2.1-alt4.x86_64.rpm.hasher 2023-03-09 01:37:05.310645045 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/03 40755 root:root -/usr/lib/debug/.build-id/03/ae81102a5a7689a2bdee58a915eb5327b95c38 120777 root:root ../../../../lib64/ocaml/react/react_top.cmxs -/usr/lib/debug/.build-id/03/ae81102a5a7689a2bdee58a915eb5327b95c38.debug 120777 root:root ../../usr/lib64/ocaml/react/react_top.cmxs.debug -/usr/lib/debug/.build-id/07 40755 root:root -/usr/lib/debug/.build-id/07/b178ad8b7cf274eaf896368e0687812d6f808f 120777 root:root ../../../../lib64/ocaml/react/react.cmxs -/usr/lib/debug/.build-id/07/b178ad8b7cf274eaf896368e0687812d6f808f.debug 120777 root:root ../../usr/lib64/ocaml/react/react.cmxs.debug +/usr/lib/debug/.build-id/b2 40755 root:root +/usr/lib/debug/.build-id/b2/fec1dcc5a6034dd5893f1bfb2b57807ca9e9f9 120777 root:root ../../../../lib64/ocaml/react/react_top.cmxs +/usr/lib/debug/.build-id/b2/fec1dcc5a6034dd5893f1bfb2b57807ca9e9f9.debug 120777 root:root ../../usr/lib64/ocaml/react/react_top.cmxs.debug +/usr/lib/debug/.build-id/f0 40755 root:root +/usr/lib/debug/.build-id/f0/a92d184b17ca43206dcbd22857ea949ebff748 120777 root:root ../../../../lib64/ocaml/react/react.cmxs +/usr/lib/debug/.build-id/f0/a92d184b17ca43206dcbd22857ea949ebff748.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+288339.6600.3.1 -File: /usr/lib/debug/.build-id/03 40755 root:root -File: /usr/lib/debug/.build-id/03/ae81102a5a7689a2bdee58a915eb5327b95c38 120777 root:root ../../../../lib64/ocaml/react/react_top.cmxs -File: /usr/lib/debug/.build-id/03/ae81102a5a7689a2bdee58a915eb5327b95c38.debug 120777 root:root ../../usr/lib64/ocaml/react/react_top.cmxs.debug -File: /usr/lib/debug/.build-id/07 40755 root:root -File: /usr/lib/debug/.build-id/07/b178ad8b7cf274eaf896368e0687812d6f808f 120777 root:root ../../../../lib64/ocaml/react/react.cmxs -File: /usr/lib/debug/.build-id/07/b178ad8b7cf274eaf896368e0687812d6f808f.debug 120777 root:root ../../usr/lib64/ocaml/react/react.cmxs.debug +File: /usr/lib/debug/.build-id/b2 40755 root:root +File: /usr/lib/debug/.build-id/b2/fec1dcc5a6034dd5893f1bfb2b57807ca9e9f9 120777 root:root ../../../../lib64/ocaml/react/react_top.cmxs +File: /usr/lib/debug/.build-id/b2/fec1dcc5a6034dd5893f1bfb2b57807ca9e9f9.debug 120777 root:root ../../usr/lib64/ocaml/react/react_top.cmxs.debug +File: /usr/lib/debug/.build-id/f0 40755 root:root +File: /usr/lib/debug/.build-id/f0/a92d184b17ca43206dcbd22857ea949ebff748 120777 root:root ../../../../lib64/ocaml/react/react.cmxs +File: /usr/lib/debug/.build-id/f0/a92d184b17ca43206dcbd22857ea949ebff748.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 f52cc187a1adaaf78ecd79cdfb7a05d9 -File: /usr/lib/debug/usr/lib64/ocaml/react/react_top.cmxs.debug 100644 root:root 410bb0c4d18c7d8118645baeeb0c2799 +File: /usr/lib/debug/usr/lib64/ocaml/react/react.cmxs.debug 100644 root:root 21c3e3f116edfddae6f91ed1c0f18ebe +File: /usr/lib/debug/usr/lib64/ocaml/react/react_top.cmxs.debug 100644 root:root f8c8c403dfcf5e14f02540a0bb5d85f4 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: c9d2275506c2ab51a041640f603bd2b1543f239b55437c447498fa672491b35dfe7a0ce0b8cbe600fa8bb357ef5a1f50f9ffb2a37d1d051ec317b2c19fbb957f +RPMIdentity: 080100f63fe791861f5f5341f8e7f3a425cf60fbeff2a145a454547d460b480d15dc4a2dc3aa4a28fc852423a57ec33cfc09402a1116362346062e4a7f0a8330