<86>Aug 3 04:51:13 userdel[3078622]: delete user 'rooter' <86>Aug 3 04:51:13 groupadd[3078627]: group added to /etc/group: name=rooter, GID=702 <86>Aug 3 04:51:13 groupadd[3078627]: new group: name=rooter, GID=702 <86>Aug 3 04:51:13 useradd[3078631]: new user: name=rooter, UID=702, GID=702, home=/root, shell=/bin/bash <86>Aug 3 04:51:13 userdel[3078655]: delete user 'builder' <86>Aug 3 04:51:13 groupadd[3078660]: group added to /etc/group: name=builder, GID=703 <86>Aug 3 04:51:13 groupadd[3078660]: group added to /etc/gshadow: name=builder <86>Aug 3 04:51:13 groupadd[3078660]: new group: name=builder, GID=703 <86>Aug 3 04:51:13 useradd[3078664]: new user: name=builder, UID=703, GID=703, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/ocaml-reactiveData-0.2.2-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: OCaml /usr/src/in/srpm/ocaml-reactiveData-0.2.2-alt1.src.rpm: license not found in '/usr/share/license' directory: linking /usr/src/in/srpm/ocaml-reactiveData-0.2.2-alt1.src.rpm: license not found in '/usr/share/license' directory: exception <13>Aug 3 04:51:18 rpmi: ocaml-runtime-4.12.0-alt1 sisyphus+279404.100.2.2 1626535812 installed <13>Aug 3 04:51:18 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+268936.100.1.1 1617543918 installed <13>Aug 3 04:51:30 rpmi: ocaml-4.12.0-alt1 sisyphus+279404.100.2.2 1626535812 installed <13>Aug 3 04:51:30 rpmi: ocaml-react-runtime-1.2.1-alt4 sisyphus+279404.3100.2.2 1626537307 installed <13>Aug 3 04:51:30 rpmi: ocaml-topkg-1.0.3-alt1 sisyphus+279404.3000.2.2 1626537264 installed <13>Aug 3 04:51:30 rpmi: ocaml-topkg-devel-1.0.3-alt1 sisyphus+279404.3000.2.2 1626537264 installed <13>Aug 3 04:51:30 rpmi: ocaml-react-1.2.1-alt4 sisyphus+279404.3100.2.2 1626537307 installed <13>Aug 3 04:51:30 rpmi: ocaml-findlib-1.9.1-alt2 sisyphus+279404.500.2.2 1626536218 installed <13>Aug 3 04:51:30 rpmi: ocaml-ocamlbuild-1:0.14.0-alt1 sisyphus+279404.300.2.2 1626536081 installed <13>Aug 3 04:51:30 rpmi: opam-2.0.9-alt1 sisyphus+281485.100.1.1 1627549641 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-reactiveData-0.2.2-alt1.nosrc.rpm (w1.gzdio) Installing ocaml-reactiveData-0.2.2-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.32917 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-reactiveData-0.2.2 + echo 'Source #0 (ocaml-reactiveData-0.2.2.tar):' Source #0 (ocaml-reactiveData-0.2.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-reactiveData-0.2.2.tar + cd ocaml-reactiveData-0.2.2 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.32917 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-reactiveData-0.2.2 + ocaml pkg/build.ml native=true native-dynlink=true ocamlfind ocamldep -package react -modules src/reactiveData.ml > src/reactiveData.ml.depends ocamlfind ocamldep -package react -modules src/reactiveData.mli > src/reactiveData.mli.depends ocamlfind ocamlc -c -bin-annot -safe-string -short-paths -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-40-42-44-48 -package react -I src -o src/reactiveData.cmi src/reactiveData.mli + ocamlfind ocamlc -c -bin-annot -safe-string -short-paths -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-40-42-44-48 -package react -I src -o src/reactiveData.cmi src/reactiveData.mli File "src/reactiveData.mli", lines 216-219, characters 0-46: 216 | (** Signature describing a raw data container (['a data]). 217 | 218 | Given an implementation of [DATA], an incremental version of the 219 | container can be produced (via [Make]). *) Warning 50 [unexpected-docstring]: ambiguous documentation comment ocamlfind ocamlopt -c -bin-annot -safe-string -short-paths -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-40-42-44-48 -package react -I src -o src/reactiveData.cmx src/reactiveData.ml + ocamlfind ocamlopt -c -bin-annot -safe-string -short-paths -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-40-42-44-48 -package react -I src -o src/reactiveData.cmx src/reactiveData.ml File "src/reactiveData.ml", line 479, characters 44-62: 479 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ 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 File "src/reactiveData.ml", line 668, characters 48-66: 668 | Set.Make (struct type t = int let compare = Pervasives.compare end) ^^^^^^^^^^^^^^^^^^ 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 react -I src src/reactiveData.cmx -o src/reactiveData.cmxa ocamlfind ocamlc -c -bin-annot -safe-string -short-paths -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-40-42-44-48 -package react -I src -o src/reactiveData.cmo src/reactiveData.ml + ocamlfind ocamlc -c -bin-annot -safe-string -short-paths -strict-sequence -warn-error +1..49 -warn-error -45-3 -w A-4-40-42-44-48 -package react -I src -o src/reactiveData.cmo src/reactiveData.ml File "src/reactiveData.ml", line 479, characters 44-62: 479 | let compare = Pervasives.compare ^^^^^^^^^^^^^^^^^^ 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 File "src/reactiveData.ml", line 668, characters 48-66: 668 | Set.Make (struct type t = int let compare = Pervasives.compare end) ^^^^^^^^^^^^^^^^^^ 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 react -I src src/reactiveData.cmo -o src/reactiveData.cma ocamlfind ocamlopt -shared -linkall -package react -I src src/reactiveData.cmxa -o src/reactiveData.cmxs + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.6396 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-reactiveData-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-reactiveData-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-reactiveData-0.2.2 + opam-installer --prefix=/usr/src/tmp/ocaml-reactiveData-buildroot/usr --libdir=/usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib64/ocaml Creating directory /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib64/ocaml/reactiveData _build/pkg/META => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib64/ocaml/reactiveData/META _build/src/reactiveData.a => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib64/ocaml/reactiveData/reactiveData.a _build/src/reactiveData.cma => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib64/ocaml/reactiveData/reactiveData.cma _build/src/reactiveData.cmi => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib64/ocaml/reactiveData/reactiveData.cmi _build/src/reactiveData.cmti => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib64/ocaml/reactiveData/reactiveData.cmti _build/src/reactiveData.cmx => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib64/ocaml/reactiveData/reactiveData.cmx _build/src/reactiveData.cmxa => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib64/ocaml/reactiveData/reactiveData.cmxa _build/src/reactiveData.cmxs => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib64/ocaml/reactiveData/reactiveData.cmxs _build/src/reactiveData.mli => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/lib64/ocaml/reactiveData/reactiveData.mli Creating directory /usr/src/tmp/ocaml-reactiveData-buildroot/usr/doc/reactiveData _build/CHANGES => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/doc/reactiveData/CHANGES _build/README.md => /usr/src/tmp/ocaml-reactiveData-buildroot/usr/doc/reactiveData/README.md + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-reactiveData-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ocaml-reactiveData-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-reactiveData-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-reactiveData-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-reactiveData-buildroot ./usr/lib64: (from :0) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/ocaml-reactiveData-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: caml_equal verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__hashtbl__6 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: caml_compare verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__list verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__hashtbl verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__map__fun_1068 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__map__add_198 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlReact__merge_838 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__set__map_523 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__list__fold_left_275 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlReact__fold_1317 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__hashtbl__mem_742 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__map__max_binding_307 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__hashtbl__add_660 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlReact__send_600 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__list__flatten_231 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: caml_alloc1 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__hashtbl__create_inner_1633 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__map__remove_332 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__list__length_aux_84 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__map__split_453 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__map__iter_356 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__invalid_arg_9 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlReact__create_608 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__array__of_list_193 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__set__fun_1012 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__map__mem_290 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__hashtbl__Make_885 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlReact__map_685 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__failwith_6 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__map__find_210 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlReact__map_1148 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__array__to_list_183 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__$40_194 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__set__remove_281 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__set__mem_274 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__list__rev_append_122 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlReact__diff_1220 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlReact__value_1078 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__list__map_236 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__list__iter_261 verify-elf: WARNING: ./usr/lib64/ocaml/reactiveData/reactiveData.cmxs: undefined symbol: camlStdlib__set__add_187 Processing files: ocaml-reactiveData-0.2.2-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.38999 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-reactiveData-0.2.2 + DOCDIR=/usr/src/tmp/ocaml-reactiveData-buildroot/usr/share/doc/ocaml-reactiveData-0.2.2 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-reactiveData-buildroot/usr/share/doc/ocaml-reactiveData-0.2.2 + /bin/mkdir -p /usr/src/tmp/ocaml-reactiveData-buildroot/usr/share/doc/ocaml-reactiveData-0.2.2 + cp -prL LICENSE CHANGES README.md /usr/src/tmp/ocaml-reactiveData-buildroot/usr/share/doc/ocaml-reactiveData-0.2.2 + chmod -R go-w /usr/src/tmp/ocaml-reactiveData-buildroot/usr/share/doc/ocaml-reactiveData-0.2.2 + chmod -R a+rX /usr/src/tmp/ocaml-reactiveData-buildroot/usr/share/doc/ocaml-reactiveData-0.2.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QNJZ1o 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.oxpCOp 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(ReactiveData) = 4.12.0-7B1D706E Requires: ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(React) = 4.12.0-9C06BD8E, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__array) = 4.12.0-4E32E71C, ocaml-cmi(Stdlib__either) = 4.12.0-2555BF09, ocaml-cmi(Stdlib__hashtbl) = 4.12.0-C3EC10B9, ocaml-cmi(Stdlib__list) = 4.12.0-88609EF3, ocaml-cmi(Stdlib__map) = 4.12.0-717FE01A, ocaml-cmi(Stdlib__pervasives) = 4.12.0-382FD751, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmi(Stdlib__set) = 4.12.0-D47FAD5D, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uQGAop Creating ocaml-reactiveData-debuginfo package Processing files: ocaml-reactiveData-devel-0.2.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KYCevq 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.FJe1Mn 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(ReactiveData) = 4.12.0-ECA6D8A8 Requires: ocaml-reactiveData = 0.2.2-alt1, ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(React) = 4.12.0-9C06BD8E, ocaml-cmi(ReactiveData) = 4.12.0-7B1D706E, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__array) = 4.12.0-4E32E71C, ocaml-cmi(Stdlib__either) = 4.12.0-2555BF09, ocaml-cmi(Stdlib__hashtbl) = 4.12.0-C3EC10B9, ocaml-cmi(Stdlib__list) = 4.12.0-88609EF3, ocaml-cmi(Stdlib__map) = 4.12.0-717FE01A, 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-cmx(React) = 4.12.0-3C155DAA, ocaml-cmx(Stdlib) = 4.12.0-90535572, ocaml-cmx(Stdlib__array) = 4.12.0-BD748DF8, ocaml-cmx(Stdlib__hashtbl) = 4.12.0-D6C11956, ocaml-cmx(Stdlib__list) = 4.12.0-53D7956D, ocaml-cmx(Stdlib__map) = 4.12.0-9B04E108, ocaml-cmx(Stdlib__set) = 4.12.0-C27557B5 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8M2ULo Processing files: ocaml-reactiveData-debuginfo-0.2.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.t6isWq find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GZYXPo find-requires: running scripts (debuginfo) Requires: ocaml-reactiveData = 0.2.2-alt1 Adding to ocaml-reactiveData-devel a strict dependency on ocaml-reactiveData Adding to ocaml-reactiveData-debuginfo a strict dependency on ocaml-reactiveData Removing 1 extra deps from ocaml-reactiveData-devel due to dependency on ocaml-reactiveData Removing 11 extra deps from ocaml-reactiveData-devel due to repentancy on ocaml-reactiveData warning: Installed (but unpackaged) file(s) found: /usr/doc/reactiveData/CHANGES /usr/doc/reactiveData/README.md Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-reactiveData-0.2.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-reactiveData-devel-0.2.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-reactiveData-debuginfo-0.2.2-alt1.x86_64.rpm (w2.lzdio) 1.34user 0.36system 0:10.31elapsed 16%CPU (0avgtext+0avgdata 24312maxresident)k 0inputs+0outputs (0major+207733minor)pagefaults 0swaps /.out/ocaml-reactiveData-0.2.2-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: OCaml /.out/ocaml-reactiveData-0.2.2-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: linking /.out/ocaml-reactiveData-0.2.2-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: exception /.out/ocaml-reactiveData-devel-0.2.2-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: OCaml /.out/ocaml-reactiveData-devel-0.2.2-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: linking /.out/ocaml-reactiveData-devel-0.2.2-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: exception /.out/ocaml-reactiveData-debuginfo-0.2.2-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: OCaml /.out/ocaml-reactiveData-debuginfo-0.2.2-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: linking /.out/ocaml-reactiveData-debuginfo-0.2.2-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: exception 15.48user 2.96system 0:35.14elapsed 52%CPU (0avgtext+0avgdata 102732maxresident)k 0inputs+0outputs (0major+517641minor)pagefaults 0swaps --- ocaml-reactiveData-0.2.2-alt1.x86_64.rpm.repo 2021-04-06 16:09:37.000000000 +0000 +++ ocaml-reactiveData-0.2.2-alt1.x86_64.rpm.hasher 2021-08-03 04:51:46.442928762 +0000 @@ -30,3 +30,3 @@ File: /usr/lib64/ocaml/reactiveData/reactiveData.cmti 100644 root:root 766d9f8f13e8912d6be9dcd5a63aa967 -File: /usr/lib64/ocaml/reactiveData/reactiveData.cmxs 100644 root:root dd63a3a4d527a1db4ea96072259b01f4 +File: /usr/lib64/ocaml/reactiveData/reactiveData.cmxs 100644 root:root a0b46a594af2f3c2927e7a2d4ea197be File: /usr/share/doc/ocaml-reactiveData-0.2.2 40755 root:root @@ -35,2 +35,2 @@ File: /usr/share/doc/ocaml-reactiveData-0.2.2/README.md 100644 root:root d2a7d073eb63040433b52415f4ec624e -RPMIdentity: 37a5f7ea8c804f5f01e28e1132084de8002ceab44a63f1a4f08cc3bbbfc25dc0d99afae8ee7f675cdaa8651bb6a6c166f8ef341ec6a7cfaf5b5a8c0eb5bf0653 +RPMIdentity: 18b641e561583912b6d556acc3300ee4e76233d25ed2c5d22ac6db4407bcb1188855916daa2a47ed671769d49046250ca5de4eeec43351f747271fad2b13c941 --- ocaml-reactiveData-debuginfo-0.2.2-alt1.x86_64.rpm.repo 2021-04-06 16:09:37.000000000 +0000 +++ ocaml-reactiveData-debuginfo-0.2.2-alt1.x86_64.rpm.hasher 2021-08-03 04:51:46.671927148 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/26 40755 root:root -/usr/lib/debug/.build-id/26/198fda42b722f9cd71bdd7836c36d137d4a0b2 120777 root:root ../../../../lib64/ocaml/reactiveData/reactiveData.cmxs -/usr/lib/debug/.build-id/26/198fda42b722f9cd71bdd7836c36d137d4a0b2.debug 120777 root:root ../../usr/lib64/ocaml/reactiveData/reactiveData.cmxs.debug +/usr/lib/debug/.build-id/33 40755 root:root +/usr/lib/debug/.build-id/33/7cfb4cbc01b8267458251d02cbb827f2e285ac 120777 root:root ../../../../lib64/ocaml/reactiveData/reactiveData.cmxs +/usr/lib/debug/.build-id/33/7cfb4cbc01b8267458251d02cbb827f2e285ac.debug 120777 root:root ../../usr/lib64/ocaml/reactiveData/reactiveData.cmxs.debug /usr/lib/debug/usr/lib64/ocaml 40755 root:root @@ -9,8 +9,8 @@ Provides: ocaml-reactiveData-debuginfo = 0.2.2-alt1:sisyphus+268975.6700.3.1 -File: /usr/lib/debug/.build-id/26 40755 root:root -File: /usr/lib/debug/.build-id/26/198fda42b722f9cd71bdd7836c36d137d4a0b2 120777 root:root ../../../../lib64/ocaml/reactiveData/reactiveData.cmxs -File: /usr/lib/debug/.build-id/26/198fda42b722f9cd71bdd7836c36d137d4a0b2.debug 120777 root:root ../../usr/lib64/ocaml/reactiveData/reactiveData.cmxs.debug +File: /usr/lib/debug/.build-id/33 40755 root:root +File: /usr/lib/debug/.build-id/33/7cfb4cbc01b8267458251d02cbb827f2e285ac 120777 root:root ../../../../lib64/ocaml/reactiveData/reactiveData.cmxs +File: /usr/lib/debug/.build-id/33/7cfb4cbc01b8267458251d02cbb827f2e285ac.debug 120777 root:root ../../usr/lib64/ocaml/reactiveData/reactiveData.cmxs.debug File: /usr/lib/debug/usr/lib64/ocaml 40755 root:root File: /usr/lib/debug/usr/lib64/ocaml/reactiveData 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/reactiveData/reactiveData.cmxs.debug 100644 root:root 0114681b67443d82b1dbc9c1155ec0da -RPMIdentity: 07972075dbff243c7a920164ffc274513d8aee3b03e65a9f16243d4c8fb780209c6286748ebac72b5b5f73dcb196f98c09d7a72c969be0e4ebc143e2c06a639d +File: /usr/lib/debug/usr/lib64/ocaml/reactiveData/reactiveData.cmxs.debug 100644 root:root 3708f226f290c00acb47f98f0e8fca09 +RPMIdentity: afe856e15484449c1d2239e2884ba04ff3efcb104cbb417a5237a4f70dd3785654162b847605e716872652f3db799dd3a187cb2f536011beebf07cb38933ea85 --- ocaml-reactiveData-devel-0.2.2-alt1.x86_64.rpm.repo 2021-04-06 16:09:37.000000000 +0000 +++ ocaml-reactiveData-devel-0.2.2-alt1.x86_64.rpm.hasher 2021-08-03 04:51:46.855925851 +0000 @@ -15,3 +15,3 @@ Provides: ocaml-reactiveData-devel = 0.2.2-alt1:sisyphus+268975.6700.3.1 -File: /usr/lib64/ocaml/reactiveData/reactiveData.a 100644 root:root b0e041456034197b20d65a806a7dd923 +File: /usr/lib64/ocaml/reactiveData/reactiveData.a 100644 root:root 3f5a17780505c4dbbb07bae3be8a8770 File: /usr/lib64/ocaml/reactiveData/reactiveData.cmx 100644 root:root ec40af5806bdebd97db3115cebfe7182 @@ -19,2 +19,2 @@ File: /usr/lib64/ocaml/reactiveData/reactiveData.mli 100644 root:root 6e1692b21b3d4f4b815ad4c12e7b1ecf -RPMIdentity: 968ba754f129d6346ec4bdaef21aa0a5dd0fd01b3b07a0e2d2fa446040bcf8167f52fe85e26a038b0de5942003cef245f995d02ea3e8957b30a768ba78ad792c +RPMIdentity: 9b02bc5a78fa49a9b24bd6126ad4624f76d79c74c1a6c9a0761d9efcd9ae99022f14b3a6cfb253d2fefc15afc5ef52a6bda23490eca54dcb8fdaa5e5cab103d8