<86>Jan 28 18:06:20 userdel[3389810]: delete user 'rooter' <86>Jan 28 18:06:20 userdel[3389810]: removed group 'rooter' owned by 'rooter' <86>Jan 28 18:06:20 userdel[3389810]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 28 18:06:20 groupadd[3389862]: group added to /etc/group: name=rooter, GID=1838 <86>Jan 28 18:06:20 groupadd[3389862]: group added to /etc/gshadow: name=rooter <86>Jan 28 18:06:20 groupadd[3389862]: new group: name=rooter, GID=1838 <86>Jan 28 18:06:20 useradd[3389915]: new user: name=rooter, UID=1838, GID=1838, home=/root, shell=/bin/bash, from=none <86>Jan 28 18:06:20 userdel[3389977]: delete user 'builder' <86>Jan 28 18:06:20 userdel[3389977]: removed group 'builder' owned by 'builder' <86>Jan 28 18:06:20 userdel[3389977]: removed shadow group 'builder' owned by 'builder' <86>Jan 28 18:06:20 groupadd[3390024]: group added to /etc/group: name=builder, GID=1839 <86>Jan 28 18:06:20 groupadd[3390024]: group added to /etc/gshadow: name=builder <86>Jan 28 18:06:20 groupadd[3390024]: new group: name=builder, GID=1839 <86>Jan 28 18:06:20 useradd[3390060]: new user: name=builder, UID=1839, GID=1839, home=/usr/src, shell=/bin/bash, from=none <13>Jan 28 18:06:23 rpmi: rpm-build-ocaml-1.6.3-alt1 sisyphus+356727.100.1.1 1725368784 installed <13>Jan 28 18:06:26 rpmi: ocaml-5.3.0-alt1 sisyphus+369757.40.8.1 1737141511 installed <13>Jan 28 18:06:27 rpmi: ocaml-runtime-5.3.0-alt1 sisyphus+369757.40.8.1 1737141511 installed <13>Jan 28 18:06:31 rpmi: ocaml-compiler-libs-5.3.0-alt1 sisyphus+369757.40.8.1 1737141511 installed <13>Jan 28 18:06:31 rpmi: ocaml-findlib-1.9.6-alt2 sisyphus+369757.3200.8.1 1737142594 installed <13>Jan 28 18:06:31 rpmi: ocaml-xmlm-1.4.0-alt2 sisyphus+370868.100.1.1 1737558216 installed <13>Jan 28 18:06:32 rpmi: ocaml-topkg-1.0.7-alt1 sisyphus+369757.3700.8.1 1737142828 installed <13>Jan 28 18:06:32 rpmi: ocaml-result-1.5-alt2 sisyphus+369757.500.8.1 1737141741 installed <13>Jan 28 18:06:32 rpmi: ocaml-cmdliner-1.3.0-alt1 sisyphus+369757.2600.8.1 1737142413 installed <13>Jan 28 18:06:32 rpmi: ocaml-cmdliner-devel-1.3.0-alt1 sisyphus+369757.2600.8.1 1737142413 installed <13>Jan 28 18:06:32 rpmi: ocaml-result-devel-1.5-alt2 sisyphus+369757.500.8.1 1737141741 installed <13>Jan 28 18:06:32 rpmi: ocaml-topkg-devel-1.0.7-alt1 sisyphus+369757.3700.8.1 1737142828 installed <13>Jan 28 18:06:32 rpmi: ocaml-xmlm-devel-1.4.0-alt2 sisyphus+370868.100.1.1 1737558216 installed <13>Jan 28 18:06:32 rpmi: ocaml-findlib-devel-1.9.6-alt2 sisyphus+369757.3200.8.1 1737142594 installed <13>Jan 28 18:06:32 rpmi: opam-2.3.0-alt2 sisyphus+371091.100.1.1 1737718604 installed <13>Jan 28 18:06:32 rpmi: ocaml-ocamlbuild-1:0.15.0-alt1 sisyphus+369757.2700.8.1 1737142453 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-uucd-16.0.0-alt2.nosrc.rpm (w1.gzdio) Installing ocaml-uucd-16.0.0-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.81331 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-uucd-16.0.0 + echo 'Source #0 (ocaml-uucd-16.0.0.tar):' Source #0 (ocaml-uucd-16.0.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-uucd-16.0.0.tar + cd ocaml-uucd-16.0.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.81331 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-uucd-16.0.0 + ocaml pkg/pkg.ml build + ocamlfind ocamldep -package xmlm -modules src/uucd.ml > src/uucd.ml.depends + ocamlfind ocamldep -package xmlm -modules src/uucd.mli > src/uucd.mli.depends + ocamlfind ocamlc -c -g -bin-annot -safe-string -package xmlm -I src -I test -o src/uucd.cmi src/uucd.mli + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package xmlm -I src -I test -o src/uucd.cmx src/uucd.ml + ocamlfind ocamlopt -a -I src src/uucd.cmx -o src/uucd.cmxa + ocamlfind ocamlopt -shared -linkall -I src src/uucd.cmxa -o src/uucd.cmxs + ocamlfind ocamlc -c -g -bin-annot -safe-string -package xmlm -I src -I test -o src/uucd.cmo src/uucd.ml + ocamlfind ocamlc -a -I src src/uucd.cmo -o src/uucd.cma # No parallelism done + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.81331 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-uucd-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-uucd-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd ocaml-uucd-16.0.0 + sed -i s,%%VERSION%%,16.0.0,g pkg/META + opam-installer --prefix=/usr/src/tmp/ocaml-uucd-buildroot/usr --libdir=/usr/src/tmp/ocaml-uucd-buildroot/usr/lib64/ocaml Creating directory /usr/src/tmp/ocaml-uucd-buildroot/usr/lib64/ocaml/uucd _build/opam => /usr/src/tmp/ocaml-uucd-buildroot/usr/lib64/ocaml/uucd/opam _build/pkg/META => /usr/src/tmp/ocaml-uucd-buildroot/usr/lib64/ocaml/uucd/META _build/src/uucd.a => /usr/src/tmp/ocaml-uucd-buildroot/usr/lib64/ocaml/uucd/uucd.a _build/src/uucd.cma => /usr/src/tmp/ocaml-uucd-buildroot/usr/lib64/ocaml/uucd/uucd.cma _build/src/uucd.cmi => /usr/src/tmp/ocaml-uucd-buildroot/usr/lib64/ocaml/uucd/uucd.cmi _build/src/uucd.cmti => /usr/src/tmp/ocaml-uucd-buildroot/usr/lib64/ocaml/uucd/uucd.cmti _build/src/uucd.cmx => /usr/src/tmp/ocaml-uucd-buildroot/usr/lib64/ocaml/uucd/uucd.cmx _build/src/uucd.cmxa => /usr/src/tmp/ocaml-uucd-buildroot/usr/lib64/ocaml/uucd/uucd.cmxa _build/src/uucd.cmxs => /usr/src/tmp/ocaml-uucd-buildroot/usr/lib64/ocaml/uucd/uucd.cmxs _build/src/uucd.mli => /usr/src/tmp/ocaml-uucd-buildroot/usr/lib64/ocaml/uucd/uucd.mli Creating directory /usr/src/tmp/ocaml-uucd-buildroot/usr/doc/uucd _build/CHANGES.md => /usr/src/tmp/ocaml-uucd-buildroot/usr/doc/uucd/CHANGES.md _build/LICENSE.md => /usr/src/tmp/ocaml-uucd-buildroot/usr/doc/uucd/LICENSE.md _build/README.md => /usr/src/tmp/ocaml-uucd-buildroot/usr/doc/uucd/README.md + __ocaml_find_files + find /usr/src/tmp/ocaml-uucd-buildroot/usr/lib64/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(cma|cmi|cmxs|so|js)$' -o -name META ')' -printf '/usr/lib64/ocaml/%P\n' + find /usr/src/tmp/ocaml-uucd-buildroot/usr/lib64/ocaml/ -type d -printf '%%dir /usr/lib64/ocaml/%P\n' + find /usr/src/tmp/ocaml-uucd-buildroot/usr/lib64/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(a|o|cmo|cmt|cmti|cmx|cmxa|ml|mli|exe)$' -o -name opam -o -name dune-package ')' -printf '/usr/lib64/ocaml/%P\n' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-uucd-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ocaml-uucd-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-uucd-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-uucd-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-uucd-buildroot ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-uucd-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlXmlm verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlXmlm.anon_fn$5bxmlm.ml$3a342$2c17$2d$2d30$5d_1140_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map__const_block_1165 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: caml_int64_of_string verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: caml_equal verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Hashtbl__randomized_2428 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: caml_int_of_string verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: caml_compare verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: caml_exn_Not_found verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlXmlm.anon_fn$5bxmlm.ml$3a341$2c55$2d$2d68$5d_1130_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: caml_exn_Failure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Printf.anon_fn$5bprintf.ml$3a41$2c27$2d$2d39$5d_252_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map__Pmakeblock_1981 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.singleton_44_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.cardinal_1595_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.bindings_1639_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.min_binding_543_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.min_binding_opt_565_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.max_binding_585_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.max_binding_opt_609_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.find_first_316_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.find_first_opt_367_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.find_last_412_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.find_last_opt_463_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.iter_825_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.fold_899_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.map_847_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.mapi_873_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.filter_1327_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.filter_map_1360_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.partition_1391_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.is_empty_199_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.for_all_921_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.exists_945_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.to_seq_1733_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.to_rev_seq_1790_closure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.bal_58 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlXmlm.peek_3807 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.join_1015 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__List.map_520 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__List.rev_381 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Hashtbl.create_inner_227 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlXmlm.error_message_717 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib.failwith_326 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: caml_initialize verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.concat_1072 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Printf.ksprintf_207 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.cons_enum_1436 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Hashtbl.add_1678 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__String.contains_887 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.merge_660 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: caml_reraise_exn verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__String.rindex_from_758 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Bytes.sub_332 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__String.trim_538 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: caml_call_realloc_stack verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__List.find_1435 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__List.fold_left_788 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlXmlm.eoi_3708 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlXmlm.make_input_inner_985 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Map.seq_of_enum__1708 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__List.iter_740 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlXmlm.input_3821 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: caml_string_notequal verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: camlStdlib__Hashtbl.find_1803 verify-elf: WARNING: ./usr/lib64/ocaml/uucd/uucd.cmxs: undefined symbol: caml_string_equal Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ocaml-uucd-buildroot Processing files: ocaml-uucd-16.0.0-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.64837 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-uucd-16.0.0 + DOCDIR=/usr/src/tmp/ocaml-uucd-buildroot/usr/share/doc/ocaml-uucd-16.0.0 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-uucd-buildroot/usr/share/doc/ocaml-uucd-16.0.0 + /bin/mkdir -p /usr/src/tmp/ocaml-uucd-buildroot/usr/share/doc/ocaml-uucd-16.0.0 + cp -prL LICENSE.md CHANGES.md README.md /usr/src/tmp/ocaml-uucd-buildroot/usr/share/doc/ocaml-uucd-16.0.0 + chmod -R go-w /usr/src/tmp/ocaml-uucd-buildroot/usr/share/doc/ocaml-uucd-16.0.0 + chmod -R a+rX /usr/src/tmp/ocaml-uucd-buildroot/usr/share/doc/ocaml-uucd-16.0.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hmGnW4 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.DyC3yi 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(Uucd) = 5.3.0-BB928790 Requires: ocaml-cmi(CamlinternalFormatBasics) = 5.3.0-863A7F52, ocaml-cmi(Stdlib) = 5.3.0-B7726274, ocaml-cmi(Stdlib__Buffer) = 5.3.0-FB4E9405, ocaml-cmi(Stdlib__Char) = 5.3.0-BEAD476D, ocaml-cmi(Stdlib__Domain) = 5.3.0-22513DFB, ocaml-cmi(Stdlib__Either) = 5.3.0-46032D55, ocaml-cmi(Stdlib__Format) = 5.3.0-41F15359, ocaml-cmi(Stdlib__Hashtbl) = 5.3.0-8B294113, ocaml-cmi(Stdlib__Int64) = 5.3.0-44FF2E18, ocaml-cmi(Stdlib__List) = 5.3.0-62B12B20, ocaml-cmi(Stdlib__Map) = 5.3.0-BA9F06A4, ocaml-cmi(Stdlib__Printf) = 5.3.0-48AAE94B, ocaml-cmi(Stdlib__Seq) = 5.3.0-22AB37E5, ocaml-cmi(Stdlib__String) = 5.3.0-E140441D, ocaml-cmi(Stdlib__Uchar) = 5.3.0-E99839B7, ocaml-cmi(Xmlm) = 5.3.0-BC357389, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.R8u6m7 Creating ocaml-uucd-debuginfo package Processing files: ocaml-uucd-devel-16.0.0-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XH3oBL 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.BlhHI5 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(Uucd) = 5.3.0-BB928790, ocaml-cmt(Uucd) = 5.3.0-BB928790, ocaml-cmx(Uucd) = 5.3.0-64E14966 Requires: ocaml-uucd = 16.0.0-alt2, ocaml-cmi(CamlinternalFormatBasics) = 5.3.0-863A7F52, ocaml-cmi(Stdlib) = 5.3.0-B7726274, ocaml-cmi(Stdlib__Buffer) = 5.3.0-FB4E9405, ocaml-cmi(Stdlib__Char) = 5.3.0-BEAD476D, ocaml-cmi(Stdlib__Domain) = 5.3.0-22513DFB, ocaml-cmi(Stdlib__Either) = 5.3.0-46032D55, ocaml-cmi(Stdlib__Format) = 5.3.0-41F15359, ocaml-cmi(Stdlib__Hashtbl) = 5.3.0-8B294113, ocaml-cmi(Stdlib__Int64) = 5.3.0-44FF2E18, ocaml-cmi(Stdlib__List) = 5.3.0-62B12B20, ocaml-cmi(Stdlib__Map) = 5.3.0-BA9F06A4, ocaml-cmi(Stdlib__Printf) = 5.3.0-48AAE94B, ocaml-cmi(Stdlib__Seq) = 5.3.0-22AB37E5, ocaml-cmi(Stdlib__String) = 5.3.0-E140441D, ocaml-cmi(Stdlib__Uchar) = 5.3.0-E99839B7, ocaml-cmi(Xmlm) = 5.3.0-BC357389, ocaml-cmt(CamlinternalFormatBasics) = 5.3.0-863A7F52, ocaml-cmt(Stdlib) = 5.3.0-B7726274, ocaml-cmt(Stdlib__Either) = 5.3.0-46032D55, ocaml-cmt(Stdlib__Map) = 5.3.0-BA9F06A4, ocaml-cmt(Stdlib__Seq) = 5.3.0-22AB37E5, ocaml-cmx(CamlinternalFormat) = 5.3.0-45235C23, ocaml-cmx(Stdlib) = 5.3.0-121948B3, ocaml-cmx(Stdlib__Bytes) = 5.3.0-6FE694A6, ocaml-cmx(Stdlib__Domain) = 5.3.0-E42B07AF, ocaml-cmx(Stdlib__Hashtbl) = 5.3.0-B61BA0B1, ocaml-cmx(Stdlib__Int64) = 5.3.0-8DA4B276, ocaml-cmx(Stdlib__List) = 5.3.0-4723A931, ocaml-cmx(Stdlib__Map) = 5.3.0-24D40250, ocaml-cmx(Stdlib__Printf) = 5.3.0-E9168107, ocaml-cmx(Stdlib__Random) = 5.3.0-C030AC9D, ocaml-cmx(Stdlib__String) = 5.3.0-B7399B63, ocaml-cmx(Xmlm) = 5.3.0-F25D9CE9 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.srakvS Processing files: ocaml-uucd-debuginfo-16.0.0-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lLm4yy find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.A3ER2n find-requires: running scripts (debuginfo) Requires: ocaml-uucd = 16.0.0-alt2 Adding to ocaml-uucd-devel a strict dependency on ocaml-uucd Adding to ocaml-uucd-debuginfo a strict dependency on ocaml-uucd Removing 16 extra deps from ocaml-uucd-devel due to repentancy on ocaml-uucd warning: Installed (but unpackaged) file(s) found: /usr/doc/uucd/CHANGES.md /usr/doc/uucd/LICENSE.md /usr/doc/uucd/README.md Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-uucd-16.0.0-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-uucd-devel-16.0.0-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-uucd-debuginfo-16.0.0-alt2.x86_64.rpm (w2.lzdio) 1.09user 1.42system 0:09.45elapsed 26%CPU (0avgtext+0avgdata 61948maxresident)k 0inputs+0outputs (0major+262661minor)pagefaults 0swaps 4.53user 3.29system 0:28.08elapsed 27%CPU (0avgtext+0avgdata 139952maxresident)k 23776inputs+0outputs (0major+279656minor)pagefaults 0swaps