<86>Jan 28 17:52:24 userdel[497949]: delete user 'rooter' <86>Jan 28 17:52:24 userdel[497949]: removed group 'rooter' owned by 'rooter' <86>Jan 28 17:52:24 userdel[497949]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 28 17:52:24 groupadd[497989]: group added to /etc/group: name=rooter, GID=1817 <86>Jan 28 17:52:24 groupadd[497989]: group added to /etc/gshadow: name=rooter <86>Jan 28 17:52:24 groupadd[497989]: new group: name=rooter, GID=1817 <86>Jan 28 17:52:24 useradd[498030]: new user: name=rooter, UID=1817, GID=1817, home=/root, shell=/bin/bash, from=none <86>Jan 28 17:52:24 userdel[498100]: delete user 'builder' <86>Jan 28 17:52:24 userdel[498100]: removed group 'builder' owned by 'builder' <86>Jan 28 17:52:24 userdel[498100]: removed shadow group 'builder' owned by 'builder' <86>Jan 28 17:52:24 groupadd[498163]: group added to /etc/group: name=builder, GID=1818 <86>Jan 28 17:52:24 groupadd[498163]: group added to /etc/gshadow: name=builder <86>Jan 28 17:52:24 groupadd[498163]: new group: name=builder, GID=1818 <86>Jan 28 17:52:24 useradd[498221]: new user: name=builder, UID=1818, GID=1818, home=/usr/src, shell=/bin/bash, from=none warning: Macro %ocaml_find_files not found <13>Jan 28 17:52:28 rpmi: rpm-build-ocaml-1.6.3-alt1 sisyphus+356727.100.1.1 1725368784 installed <13>Jan 28 17:52:30 rpmi: ocaml-5.3.0-alt1 sisyphus+369757.40.8.1 1737141511 installed <13>Jan 28 17:52:30 rpmi: ocaml-runtime-5.3.0-alt1 sisyphus+369757.40.8.1 1737141511 installed <13>Jan 28 17:52:33 rpmi: ocaml-compiler-libs-5.3.0-alt1 sisyphus+369757.40.8.1 1737141511 installed <13>Jan 28 17:52:33 rpmi: ocaml-findlib-1.9.6-alt2 sisyphus+369757.3200.8.1 1737142594 installed <13>Jan 28 17:52:33 rpmi: ocaml-topkg-1.0.7-alt1 sisyphus+369757.3700.8.1 1737142828 installed <13>Jan 28 17:52:33 rpmi: ocaml-topkg-devel-1.0.7-alt1 sisyphus+369757.3700.8.1 1737142828 installed <13>Jan 28 17:52:33 rpmi: ocaml-findlib-devel-1.9.6-alt2 sisyphus+369757.3200.8.1 1737142594 installed <13>Jan 28 17:52:34 rpmi: ocaml-ocamlbuild-1:0.15.0-alt1 sisyphus+369757.2700.8.1 1737142453 installed <13>Jan 28 17:52:34 rpmi: opam-2.3.0-alt2 sisyphus+371091.100.1.1 1737718604 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-xmlm-1.4.0-alt2.nosrc.rpm (w1.gzdio) Installing ocaml-xmlm-1.4.0-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.74264 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-xmlm-1.4.0 + echo 'Source #0 (ocaml-xmlm-1.4.0.tar):' Source #0 (ocaml-xmlm-1.4.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-xmlm-1.4.0.tar + cd ocaml-xmlm-1.4.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.74264 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-xmlm-1.4.0 + sed -i s,%%VERSION_NUM%%,1.4.0,g pkg/META + ocaml ./pkg/pkg.ml build + ocamlfind ocamldep -modules src/xmlm.ml > src/xmlm.ml.depends + ocamlfind ocamldep -modules src/xmlm.mli > src/xmlm.mli.depends + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/xmlm.cmi src/xmlm.mli + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/xmlm.cmx src/xmlm.ml + ocamlfind ocamlopt -a -I src src/xmlm.cmx -o src/xmlm.cmxa + ocamlfind ocamlopt -shared -linkall -I src src/xmlm.cmxa -o src/xmlm.cmxs + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/xmlm.cmo src/xmlm.ml + ocamlfind ocamlc -a -I src src/xmlm.cmo -o src/xmlm.cma + ocamlfind ocamldep -modules test/xmltrip.ml > test/xmltrip.ml.depends + ocamlfind ocamldep -modules test/xhtml.ml > test/xhtml.ml.depends + ocamlfind ocamlc -c -g -bin-annot -safe-string -I test -I src -o test/xhtml.cmo test/xhtml.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -I test -I src -o test/xmltrip.cmo test/xmltrip.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I test -I src -o test/xhtml.cmx test/xhtml.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I test -I src -o test/xmltrip.cmx test/xmltrip.ml + ocamlfind ocamlopt -linkpkg -g -I src -I test src/xmlm.cmx test/xhtml.cmx test/xmltrip.cmx -o test/xmltrip.native # No parallelism done + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.53990 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-xmlm-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-xmlm-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd ocaml-xmlm-1.4.0 + opam-installer --prefix=/usr/src/tmp/ocaml-xmlm-buildroot/usr --libdir=/usr/src/tmp/ocaml-xmlm-buildroot/usr/lib64/ocaml Creating directory /usr/src/tmp/ocaml-xmlm-buildroot/usr/bin _build/test/xmltrip.native => /usr/src/tmp/ocaml-xmlm-buildroot/usr/bin/xmltrip Creating directory /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib64/ocaml/xmlm _build/opam => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib64/ocaml/xmlm/opam _build/pkg/META => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib64/ocaml/xmlm/META _build/src/xmlm.a => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib64/ocaml/xmlm/xmlm.a _build/src/xmlm.cma => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib64/ocaml/xmlm/xmlm.cma _build/src/xmlm.cmi => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib64/ocaml/xmlm/xmlm.cmi _build/src/xmlm.cmti => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib64/ocaml/xmlm/xmlm.cmti _build/src/xmlm.cmx => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib64/ocaml/xmlm/xmlm.cmx _build/src/xmlm.cmxa => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib64/ocaml/xmlm/xmlm.cmxa _build/src/xmlm.cmxs => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib64/ocaml/xmlm/xmlm.cmxs _build/src/xmlm.mli => /usr/src/tmp/ocaml-xmlm-buildroot/usr/lib64/ocaml/xmlm/xmlm.mli Creating directory /usr/src/tmp/ocaml-xmlm-buildroot/usr/doc/xmlm _build/CHANGES.md => /usr/src/tmp/ocaml-xmlm-buildroot/usr/doc/xmlm/CHANGES.md _build/LICENSE.md => /usr/src/tmp/ocaml-xmlm-buildroot/usr/doc/xmlm/LICENSE.md _build/README.md => /usr/src/tmp/ocaml-xmlm-buildroot/usr/doc/xmlm/README.md Creating directory /usr/src/tmp/ocaml-xmlm-buildroot/usr/doc/xmlm/odoc-pages _build/doc/index.mld => /usr/src/tmp/ocaml-xmlm-buildroot/usr/doc/xmlm/odoc-pages/index.mld _build/test/examples.ml => /usr/src/tmp/ocaml-xmlm-buildroot/usr/doc/xmlm/examples.ml _build/test/xhtml.ml => /usr/src/tmp/ocaml-xmlm-buildroot/usr/doc/xmlm/xhtml.ml + __ocaml_find_files + find /usr/src/tmp/ocaml-xmlm-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-xmlm-buildroot/usr/lib64/ocaml/ -type d -printf '%%dir /usr/lib64/ocaml/%P\n' + find /usr/src/tmp/ocaml-xmlm-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-xmlm-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ocaml-xmlm-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-xmlm-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-xmlm-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-xmlm-buildroot ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-xmlm-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__Format.pp_print_cut_2179_closure verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_compare verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_exn_Not_found verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_obj_dup verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__Pmakeblock_1916 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_ml_input_char verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_ml_output_char verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__Format.anon_fn$5bformat.ml$3a1453$2c27$2d$2d33$5d_5500_closure verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_exn_Failure verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_exn_End_of_file verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__Buffer.create_122_closure verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__Buffer.contents_151_closure verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__Buffer.length_312_closure verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib.$5e_459_closure verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__String.lowercase_ascii_954_closure verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__String.compare_1156_closure verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__Hashtbl.hash_1605_closure verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__Char.chr_26 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib.output_substring_881 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__List.map_520 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__List.rev_381 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib.failwith_326 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_initialize verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_reraise_exn verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__Buffer.add_substring_581 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__List.exists_1132 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_call_realloc_stack verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__Hashtbl.Make_1514 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__List.rev_map_712 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib.invalid_arg_337 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__List.fold_left_788 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib.$5e_459 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__List.iter_740 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_string_notequal verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__Buffer.add_char_427 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__Format.kfprintf_5429 Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ocaml-xmlm-buildroot Processing files: ocaml-xmlm-1.4.0-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.44976 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-xmlm-1.4.0 + DOCDIR=/usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-1.4.0 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-1.4.0 + /bin/mkdir -p /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-1.4.0 + cp -prL README.md LICENSE.md /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-1.4.0 + chmod -R go-w /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-1.4.0 + chmod -R a+rX /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-1.4.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JU7TH0 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.tv1Mwq 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(Xmlm) = 5.3.0-BC357389 Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.17)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.25)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.2)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.32)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.38)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.6)(64bit), libc.so.6(GLIBC_2.7)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.29)(64bit), libm.so.6(GLIBC_2.35)(64bit), libm.so.6(GLIBC_2.38)(64bit), ocaml-cmi(CamlinternalFormatBasics) = 5.3.0-863A7F52, ocaml-cmi(Stdlib) = 5.3.0-B7726274, ocaml-cmi(Stdlib__Array) = 5.3.0-4DC32424, 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__List) = 5.3.0-62B12B20, ocaml-cmi(Stdlib__Seq) = 5.3.0-22AB37E5, ocaml-cmi(Stdlib__String) = 5.3.0-E140441D, ocaml-cmi(Stdlib__Uchar) = 5.3.0-E99839B7, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DREbq7 Creating ocaml-xmlm-debuginfo package Processing files: ocaml-xmlm-devel-1.4.0-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.68126 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-xmlm-1.4.0 + DOCDIR=/usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-devel-1.4.0 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-devel-1.4.0 + /bin/mkdir -p /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-devel-1.4.0 + cp -prL CHANGES.md _build/test/examples.ml _build/test/xhtml.ml doc /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-devel-1.4.0 + chmod -R go-w /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-devel-1.4.0 + chmod -R a+rX /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-devel-1.4.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3SVOvn 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.scgI2h 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(Xmlm) = 5.3.0-BC357389, ocaml-cmt(Xmlm) = 5.3.0-BC357389, ocaml-cmx(Xmlm) = 5.3.0-F25D9CE9 Requires: ocaml-xmlm = 1.4.0-alt2, ocaml-cmi(CamlinternalFormatBasics) = 5.3.0-863A7F52, ocaml-cmi(Stdlib) = 5.3.0-B7726274, ocaml-cmi(Stdlib__Array) = 5.3.0-4DC32424, 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__List) = 5.3.0-62B12B20, 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-cmt(CamlinternalFormatBasics) = 5.3.0-863A7F52, ocaml-cmt(Stdlib) = 5.3.0-B7726274, ocaml-cmt(Stdlib__Buffer) = 5.3.0-FB4E9405, ocaml-cmt(Stdlib__Domain) = 5.3.0-22513DFB, ocaml-cmt(Stdlib__Either) = 5.3.0-46032D55, ocaml-cmt(Stdlib__Format) = 5.3.0-41F15359, ocaml-cmt(Stdlib__Seq) = 5.3.0-22AB37E5, ocaml-cmt(Stdlib__Uchar) = 5.3.0-E99839B7, ocaml-cmx(Stdlib) = 5.3.0-121948B3, ocaml-cmx(Stdlib__Buffer) = 5.3.0-9EF977E9, ocaml-cmx(Stdlib__Char) = 5.3.0-794A0E5E, ocaml-cmx(Stdlib__Format) = 5.3.0-51731280, ocaml-cmx(Stdlib__Hashtbl) = 5.3.0-B61BA0B1, ocaml-cmx(Stdlib__List) = 5.3.0-4723A931, ocaml-cmx(Stdlib__String) = 5.3.0-B7399B63 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8GaNZW Processing files: ocaml-xmlm-debuginfo-1.4.0-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2u2nWl find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bKsoZW find-requires: running scripts (debuginfo) Requires: ocaml-xmlm = 1.4.0-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6) Adding to ocaml-xmlm-devel a strict dependency on ocaml-xmlm Adding to ocaml-xmlm-debuginfo a strict dependency on ocaml-xmlm Removing 13 extra deps from ocaml-xmlm-devel due to repentancy on ocaml-xmlm warning: Installed (but unpackaged) file(s) found: /usr/doc/xmlm/CHANGES.md /usr/doc/xmlm/LICENSE.md /usr/doc/xmlm/README.md /usr/doc/xmlm/examples.ml /usr/doc/xmlm/odoc-pages/index.mld /usr/doc/xmlm/xhtml.ml Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-xmlm-1.4.0-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-xmlm-devel-1.4.0-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-xmlm-debuginfo-1.4.0-alt2.x86_64.rpm (w2.lzdio) 1.68user 2.01system 0:10.18elapsed 36%CPU (0avgtext+0avgdata 54588maxresident)k 0inputs+0outputs (0major+378097minor)pagefaults 0swaps 3.78user 2.88system 0:26.67elapsed 24%CPU (0avgtext+0avgdata 138292maxresident)k 0inputs+0outputs (0major+222532minor)pagefaults 0swaps --- ocaml-xmlm-1.4.0-alt2.x86_64.rpm.repo 2025-01-22 15:03:39.029222683 +0000 +++ ocaml-xmlm-1.4.0-alt2.x86_64.rpm.hasher 2025-01-28 17:52:47.381784694 +0000 @@ -46,3 +46,3 @@ Provides: ocaml-xmlm = 1.4.0-alt2:sisyphus+370868.100.1.1 -File: /usr/bin/xmltrip 100755 root:root cc0028ff2c2145e180b114e272a01cda +File: /usr/bin/xmltrip 100755 root:root 98ac0dcca72e1f2889850de93bee025f File: /usr/lib64/ocaml 40755 root:root @@ -56,2 +56,2 @@ File: /usr/share/doc/ocaml-xmlm-1.4.0/README.md 100644 root:root 808d40883d8445f2043cbd4a8288a9ce -RPMIdentity: b3a3dea918df6c5a4cb33bd968e12c96700a36dca62a1057392f656e8159d0678c51ee02d69a52ccef3ec73e4a481c0b3656c87d001823df3489ed98e96a98ee +RPMIdentity: 9cbb153ac1db9fa95941182293505ca55be4a811ef3b9f4ae94cb9dfa88a7457ff82ef0ac7447d9e618f82cc46e76992e09f1fcde0c90a7878e48b89aee92d04 --- ocaml-xmlm-debuginfo-1.4.0-alt2.x86_64.rpm.repo 2025-01-22 15:03:39.385226088 +0000 +++ ocaml-xmlm-debuginfo-1.4.0-alt2.x86_64.rpm.hasher 2025-01-28 17:52:47.456785757 +0000 @@ -3,5 +3,5 @@ /usr/lib/debug/.build-id/18/431c1869ee6de56d6beb2d79cc942b43a01460.debug 120777 root:root ../../usr/lib64/ocaml/xmlm/xmlm.cmxs.debug -/usr/lib/debug/.build-id/8b 40755 root:root -/usr/lib/debug/.build-id/8b/86564732ec777803b33803339ce10d36752749 120777 root:root ../../../../bin/xmltrip -/usr/lib/debug/.build-id/8b/86564732ec777803b33803339ce10d36752749.debug 120777 root:root ../../usr/bin/xmltrip.debug +/usr/lib/debug/.build-id/1c 40755 root:root +/usr/lib/debug/.build-id/1c/c84632f52a571a5c1cb0e8c2f75d3d3662ab22 120777 root:root ../../../../bin/xmltrip +/usr/lib/debug/.build-id/1c/c84632f52a571a5c1cb0e8c2f75d3d3662ab22.debug 120777 root:root ../../usr/bin/xmltrip.debug /usr/lib/debug/usr/bin/xmltrip.debug 100644 root:root @@ -25,6 +25,6 @@ File: /usr/lib/debug/.build-id/18/431c1869ee6de56d6beb2d79cc942b43a01460.debug 120777 root:root ../../usr/lib64/ocaml/xmlm/xmlm.cmxs.debug -File: /usr/lib/debug/.build-id/8b 40755 root:root -File: /usr/lib/debug/.build-id/8b/86564732ec777803b33803339ce10d36752749 120777 root:root ../../../../bin/xmltrip -File: /usr/lib/debug/.build-id/8b/86564732ec777803b33803339ce10d36752749.debug 120777 root:root ../../usr/bin/xmltrip.debug -File: /usr/lib/debug/usr/bin/xmltrip.debug 100644 root:root 86db66fdaa4b30fa3fd52550c969f8d2 +File: /usr/lib/debug/.build-id/1c 40755 root:root +File: /usr/lib/debug/.build-id/1c/c84632f52a571a5c1cb0e8c2f75d3d3662ab22 120777 root:root ../../../../bin/xmltrip +File: /usr/lib/debug/.build-id/1c/c84632f52a571a5c1cb0e8c2f75d3d3662ab22.debug 120777 root:root ../../usr/bin/xmltrip.debug +File: /usr/lib/debug/usr/bin/xmltrip.debug 100644 root:root 1e6d36d765714c25ba87bd5662d65bff File: /usr/lib/debug/usr/lib64/ocaml 40755 root:root @@ -38,2 +38,2 @@ File: /usr/src/debug/ocaml-xmlm-1.4.0/_build/test/xmltrip.ml 100644 root:root 8ac9953cbf3f7b06fa00dfe22f3fe0f6 -RPMIdentity: 62e29da6cb6923bee908968d3a30d43f2282bea945a11f36a3fad6b05a411ae320de28067db177f93f5542a720b5cb521855a154633933d4c230d570552b6598 +RPMIdentity: ceadf23f293f4ae0669e4a4cab96826062323395c2706cc031b792d5bb4ced9a9d52f037f717f39e404be66267ade33763c20569bb842e47189fc854973e1e88