<86>Nov 6 01:21:16 userdel[543586]: delete user 'rooter' <86>Nov 6 01:21:16 userdel[543586]: removed group 'rooter' owned by 'rooter' <86>Nov 6 01:21:16 userdel[543586]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 6 01:21:16 groupadd[543599]: group added to /etc/group: name=rooter, GID=927 <86>Nov 6 01:21:16 groupadd[543599]: group added to /etc/gshadow: name=rooter <86>Nov 6 01:21:16 groupadd[543599]: new group: name=rooter, GID=927 <86>Nov 6 01:21:16 useradd[543616]: new user: name=rooter, UID=927, GID=927, home=/root, shell=/bin/bash <86>Nov 6 01:21:16 userdel[543639]: delete user 'builder' <86>Nov 6 01:21:16 userdel[543639]: removed group 'builder' owned by 'builder' <86>Nov 6 01:21:16 groupadd[543655]: group added to /etc/group: name=builder, GID=928 <86>Nov 6 01:21:16 groupadd[543655]: group added to /etc/gshadow: name=builder <86>Nov 6 01:21:16 groupadd[543655]: new group: name=builder, GID=928 <86>Nov 6 01:21:16 useradd[543666]: new user: name=builder, UID=928, GID=928, home=/usr/src, shell=/bin/bash <13>Nov 6 01:21:17 rpmi: ocaml-runtime-4.12.0-alt1 sisyphus+279404.100.2.2 1626535812 installed <13>Nov 6 01:21:17 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+268936.100.1.1 1617543918 installed <13>Nov 6 01:21:24 rpmi: ocaml-4.12.0-alt1 sisyphus+279404.100.2.2 1626535812 installed <13>Nov 6 01:21:24 rpmi: ocaml-findlib-1.9.1-alt2 sisyphus+279404.500.2.2 1626536218 installed <13>Nov 6 01:21:24 rpmi: ocaml-ocamlbuild-1:0.14.0-alt1 sisyphus+279404.300.2.2 1626536081 installed <13>Nov 6 01:21:24 rpmi: ocaml-topkg-1.0.4-alt1 sisyphus+286950.100.1.1 1634064179 installed <13>Nov 6 01:21:24 rpmi: opam-2.1.0-alt1 sisyphus+281779.100.1.1 1628058267 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-xmlm-1.3.0-alt5.nosrc.rpm (w1.gzdio) Installing ocaml-xmlm-1.3.0-alt5.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.8981 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-xmlm-1.3.0 + echo 'Source #0 (ocaml-xmlm-1.3.0.tar):' Source #0 (ocaml-xmlm-1.3.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-xmlm-1.3.0.tar + cd ocaml-xmlm-1.3.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.8981 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-xmlm-1.3.0 + sed -i s,%%VERSION_NUM%%,1.3.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 -c -g -bin-annot -safe-string -I src -I test -o src/xmlm.cmx src/xmlm.ml File "src/xmlm.ml", line 1128, characters 18-34: 1128 | let lowercase = String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. 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 -c -g -bin-annot -safe-string -I src -I test -o src/xmlm.cmo src/xmlm.ml File "src/xmlm.ml", line 1128, characters 18-34: 1128 | let lowercase = String.lowercase ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. 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 ocamlc -c -g -bin-annot -safe-string -I test -I src -o test/xmltrip.cmo test/xmltrip.ml File "test/xmltrip.ml", line 171, characters 33-49: 171 | let encoding_of_str enc = match (String.lowercase enc) with ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. 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 -c -g -bin-annot -safe-string -I test -I src -o test/xmltrip.cmx test/xmltrip.ml File "test/xmltrip.ml", line 171, characters 33-49: 171 | let encoding_of_str enc = match (String.lowercase enc) with ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.lowercase Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. 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.4157 + 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:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-xmlm-1.3.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 _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 + /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=relaxed,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__format verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__hashtbl__6 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_obj_dup 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_ml_input_char verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__hashtbl 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__string verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__buffer 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__$5e_137 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__list__fold_left_275 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__hashtbl__find_687 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__list__rev_map_252 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__hashtbl__add_660 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_fresh_oo_id verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__hashtbl__remove_676 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__hashtbl__create_inner_1633 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__buffer__add_substring_371 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__list__exists_340 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__buffer__resize_290 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__invalid_arg_9 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__hashtbl__Make_885 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__output_substring_256 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__failwith_6 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__format__fprintf_1227 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__list__rev_append_122 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__char__chr_83 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__list__map_236 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__list__iter_261 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_alloc2 Processing files: ocaml-xmlm-1.3.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.4157 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-xmlm-1.3.0 + DOCDIR=/usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-1.3.0 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-1.3.0 + /bin/mkdir -p /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-1.3.0 + cp -prL README.md LICENSE.md /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-1.3.0 + chmod -R go-w /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-1.3.0 + chmod -R a+rX /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-1.3.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Rk19mu 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.abrFYq 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) = 4.12.0-EBC4ECFD 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.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.29)(64bit), ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__array) = 4.12.0-4E32E71C, ocaml-cmi(Stdlib__buffer) = 4.12.0-9EAF2B1C, ocaml-cmi(Stdlib__char) = 4.12.0-CCD3738D, ocaml-cmi(Stdlib__either) = 4.12.0-2555BF09, ocaml-cmi(Stdlib__format) = 4.12.0-E8696010, ocaml-cmi(Stdlib__hashtbl) = 4.12.0-C3EC10B9, ocaml-cmi(Stdlib__list) = 4.12.0-88609EF3, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmi(Stdlib__string) = 4.12.0-9F0E4229, ocaml-cmi(Stdlib__uchar) = 4.12.0-82DADCD9, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PURhDd Creating ocaml-xmlm-debuginfo package Processing files: ocaml-xmlm-devel-1.3.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.67414 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-xmlm-1.3.0 + DOCDIR=/usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-devel-1.3.0 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-devel-1.3.0 + /bin/mkdir -p /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-devel-1.3.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.3.0 + chmod -R go-w /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-devel-1.3.0 + chmod -R a+rX /usr/src/tmp/ocaml-xmlm-buildroot/usr/share/doc/ocaml-xmlm-devel-1.3.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2qOYdq 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.oySvLf 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(Xmlm) = 4.12.0-AF3160BC Requires: ocaml-xmlm = 1.3.0-alt5, ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__array) = 4.12.0-4E32E71C, ocaml-cmi(Stdlib__buffer) = 4.12.0-9EAF2B1C, ocaml-cmi(Stdlib__char) = 4.12.0-CCD3738D, ocaml-cmi(Stdlib__either) = 4.12.0-2555BF09, ocaml-cmi(Stdlib__format) = 4.12.0-E8696010, ocaml-cmi(Stdlib__hashtbl) = 4.12.0-C3EC10B9, ocaml-cmi(Stdlib__list) = 4.12.0-88609EF3, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmi(Stdlib__string) = 4.12.0-9F0E4229, ocaml-cmi(Stdlib__uchar) = 4.12.0-82DADCD9, ocaml-cmi(Xmlm) = 4.12.0-EBC4ECFD, ocaml-cmx(Stdlib) = 4.12.0-90535572, ocaml-cmx(Stdlib__buffer) = 4.12.0-F2C78998, ocaml-cmx(Stdlib__char) = 4.12.0-CEADB77E, ocaml-cmx(Stdlib__format) = 4.12.0-41296AC9, ocaml-cmx(Stdlib__hashtbl) = 4.12.0-D6C11956, ocaml-cmx(Stdlib__list) = 4.12.0-53D7956D, ocaml-cmx(Stdlib__string) = 4.12.0-0F51BE4F, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PRRsFz Creating ocaml-xmlm-devel-debuginfo package Processing files: ocaml-xmlm-debuginfo-1.3.0-alt5 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KpN0F2 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oRY8k6 find-requires: running scripts (debuginfo) Requires: ocaml-xmlm = 1.3.0-alt5, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6) Processing files: ocaml-xmlm-devel-debuginfo-1.3.0-alt5 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hJecLp find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Sr1zcS find-requires: running scripts (debuginfo) Requires: ocaml-xmlm-devel = 1.3.0-alt5 Adding to ocaml-xmlm-devel a strict dependency on ocaml-xmlm Adding to ocaml-xmlm-debuginfo a strict dependency on ocaml-xmlm Adding to ocaml-xmlm-devel-debuginfo a strict dependency on ocaml-xmlm-devel Adding to ocaml-xmlm-devel-debuginfo a strict dependency on ocaml-xmlm-debuginfo Removing from ocaml-xmlm-devel-debuginfo 1 sources provided by ocaml-xmlm-debuginfo also prunning dir /usr/src/debug/ocaml-xmlm-1.3.0/_build/src also prunning dir /usr/src/debug/ocaml-xmlm-1.3.0/_build also prunning dir /usr/src/debug/ocaml-xmlm-1.3.0 Removing 1 extra deps from ocaml-xmlm-devel due to 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/xhtml.ml Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-xmlm-1.3.0-alt5.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-xmlm-devel-1.3.0-alt5.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-xmlm-debuginfo-1.3.0-alt5.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-xmlm-devel-debuginfo-1.3.0-alt5.x86_64.rpm (w2.lzdio) 1.39user 0.74system 0:11.31elapsed 18%CPU (0avgtext+0avgdata 42120maxresident)k 0inputs+0outputs (0major+332169minor)pagefaults 0swaps 10.57user 3.87system 0:22.83elapsed 63%CPU (0avgtext+0avgdata 104880maxresident)k 0inputs+0outputs (30592major+641095minor)pagefaults 0swaps --- ocaml-xmlm-1.3.0-alt5.x86_64.rpm.repo 2021-04-06 16:08:13.000000000 +0000 +++ ocaml-xmlm-1.3.0-alt5.x86_64.rpm.hasher 2021-11-06 01:21:37.723530191 +0000 @@ -16,5 +16,5 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) Requires: libc.so.6(GLIBC_2.7)(64bit) -Requires: libdl.so.2(GLIBC_2.2.5)(64bit) Requires: libm.so.6(GLIBC_2.2.5)(64bit) @@ -37,3 +37,3 @@ Provides: ocaml-xmlm = 1.3.0-alt5:sisyphus+268975.6500.3.1 -File: /usr/bin/xmltrip 100755 root:root 58703d1bd8d6a113e98dac36226dcb0b +File: /usr/bin/xmltrip 100755 root:root ad34dac46bc78d5f07c26a075db93ac9 File: /usr/lib64/ocaml/xmlm 40755 root:root @@ -47,2 +47,2 @@ File: /usr/share/doc/ocaml-xmlm-1.3.0/README.md 100644 root:root 808d40883d8445f2043cbd4a8288a9ce -RPMIdentity: 2793dde04552dc10d10583b5773dbebedf79fc78b469ddd4ca111bccfd2f67d0b090bf8a430f05d44e3ea3b600c7b8af55054152eec86a027e56b637fd76cc56 +RPMIdentity: 8c836f7cfde4ea21cad53e01759cf29153404b8886890aaa83815310484be0b11b771885fb3234b73e9cb6429728b0514c50e8c2a460ec8bf7567d11734018de --- ocaml-xmlm-debuginfo-1.3.0-alt5.x86_64.rpm.repo 2021-04-06 16:08:13.000000000 +0000 +++ ocaml-xmlm-debuginfo-1.3.0-alt5.x86_64.rpm.hasher 2021-11-06 01:21:37.794531322 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/ed 40755 root:root -/usr/lib/debug/.build-id/ed/6bf5e2efa06271afa70d620b671c789ca55bcc 120777 root:root ../../../../bin/xmltrip -/usr/lib/debug/.build-id/ed/6bf5e2efa06271afa70d620b671c789ca55bcc.debug 120777 root:root ../../usr/bin/xmltrip.debug +/usr/lib/debug/.build-id/b1 40755 root:root +/usr/lib/debug/.build-id/b1/64149452d6d7821b3f2e29b69af4fcd3458384 120777 root:root ../../../../bin/xmltrip +/usr/lib/debug/.build-id/b1/64149452d6d7821b3f2e29b69af4fcd3458384.debug 120777 root:root ../../usr/bin/xmltrip.debug /usr/lib/debug/usr/bin/xmltrip.debug 100644 root:root @@ -12,3 +12,2 @@ Requires: debug64(libc.so.6) -Requires: debug64(libdl.so.2) Requires: debug64(libm.so.6) @@ -17,6 +16,6 @@ Provides: ocaml-xmlm-debuginfo = 1.3.0-alt5:sisyphus+268975.6500.3.1 -File: /usr/lib/debug/.build-id/ed 40755 root:root -File: /usr/lib/debug/.build-id/ed/6bf5e2efa06271afa70d620b671c789ca55bcc 120777 root:root ../../../../bin/xmltrip -File: /usr/lib/debug/.build-id/ed/6bf5e2efa06271afa70d620b671c789ca55bcc.debug 120777 root:root ../../usr/bin/xmltrip.debug -File: /usr/lib/debug/usr/bin/xmltrip.debug 100644 root:root 663d4952abd0fca465dbe73c2f2cbbba +File: /usr/lib/debug/.build-id/b1 40755 root:root +File: /usr/lib/debug/.build-id/b1/64149452d6d7821b3f2e29b69af4fcd3458384 120777 root:root ../../../../bin/xmltrip +File: /usr/lib/debug/.build-id/b1/64149452d6d7821b3f2e29b69af4fcd3458384.debug 120777 root:root ../../usr/bin/xmltrip.debug +File: /usr/lib/debug/usr/bin/xmltrip.debug 100644 root:root 203c2c9ef15374ab89089c01e743312e File: /usr/src/debug/ocaml-xmlm-1.3.0 40755 root:root @@ -27,2 +26,2 @@ File: /usr/src/debug/ocaml-xmlm-1.3.0/_build/test/xmltrip.ml 100644 root:root 5a60e68a84cbc31e13e65eb0dd17e2d1 -RPMIdentity: 5c3b4bd23e98576f70b19ddfb32b571f1612dc34e3c359efce5ac5a3b088543da0b02a6d776511de908e2a8269d527510b7d6e5e0203752d4af4d1d8479fc0f0 +RPMIdentity: 8dcba4618741132e32145c10a0a80fb531ace934ea348767bdd0206dbe147e0dfd32b80c6a391e45bd0b99485e5183a7095bdd8f26b2ed50fa54eae5ff21334e --- ocaml-xmlm-devel-1.3.0-alt5.x86_64.rpm.repo 2021-04-06 16:08:13.000000000 +0000 +++ ocaml-xmlm-devel-1.3.0-alt5.x86_64.rpm.hasher 2021-11-06 01:21:37.843532101 +0000 @@ -22,6 +22,6 @@ Provides: ocaml-xmlm-devel = 1.3.0-alt5:sisyphus+268975.6500.3.1 -File: /usr/lib64/ocaml/xmlm/xmlm.a 100644 root:root b136099352c2975f55896b33d8e3026d +File: /usr/lib64/ocaml/xmlm/xmlm.a 100644 root:root 9a99dd9694042a7c905f47073233584f File: /usr/lib64/ocaml/xmlm/xmlm.cmx 100644 root:root ebdb26f717944385e794278381143f28 File: /usr/lib64/ocaml/xmlm/xmlm.cmxa 100644 root:root 3a3caa47706b6774bbc9089b2b8fe038 -File: /usr/lib64/ocaml/xmlm/xmlm.cmxs 100644 root:root 6e2dc0d9068d29a7b7d586cba9e8f094 +File: /usr/lib64/ocaml/xmlm/xmlm.cmxs 100644 root:root 51b9718d6acec52e0b578c3734cdafb4 File: /usr/lib64/ocaml/xmlm/xmlm.mli 100644 root:root 0260c54ec1f12893d23d2e1979d246cc @@ -33,2 +33,2 @@ File: /usr/share/doc/ocaml-xmlm-devel-1.3.0/xhtml.ml 100644 root:root da75746f846797fc8f5fb424ee35b8e4 -RPMIdentity: 4fddae503850214a6fd9bb3e44586954fe6cee52d741a3cd2f68ef83417a9c894b7316938ed2a9ec157e8d9fe02f8c79456bcdb821c1e027d8448f0aa2f02bbc +RPMIdentity: e3454615eebbf9b84e93eb126c4420dbc9e0419d14ca3a89ac30bef995240f5cea7d78457b6cbcab21d4aaa8e07cee8adaddb7ab3fb75089d2cbb54b87b31dc3 --- ocaml-xmlm-devel-debuginfo-1.3.0-alt5.x86_64.rpm.repo 2021-04-06 16:08:13.000000000 +0000 +++ ocaml-xmlm-devel-debuginfo-1.3.0-alt5.x86_64.rpm.hasher 2021-11-06 01:21:37.901533025 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/b3 40755 root:root -/usr/lib/debug/.build-id/b3/abfa57aafda55df8b4c27b4cb4623aee581cc4 120777 root:root ../../../../lib64/ocaml/xmlm/xmlm.cmxs -/usr/lib/debug/.build-id/b3/abfa57aafda55df8b4c27b4cb4623aee581cc4.debug 120777 root:root ../../usr/lib64/ocaml/xmlm/xmlm.cmxs.debug +/usr/lib/debug/.build-id/14 40755 root:root +/usr/lib/debug/.build-id/14/eb0def46ba44eafc86bb7e25a500451bf4486b 120777 root:root ../../../../lib64/ocaml/xmlm/xmlm.cmxs +/usr/lib/debug/.build-id/14/eb0def46ba44eafc86bb7e25a500451bf4486b.debug 120777 root:root ../../usr/lib64/ocaml/xmlm/xmlm.cmxs.debug /usr/lib/debug/usr/lib64/ocaml 40755 root:root @@ -10,8 +10,8 @@ Provides: ocaml-xmlm-devel-debuginfo = 1.3.0-alt5:sisyphus+268975.6500.3.1 -File: /usr/lib/debug/.build-id/b3 40755 root:root -File: /usr/lib/debug/.build-id/b3/abfa57aafda55df8b4c27b4cb4623aee581cc4 120777 root:root ../../../../lib64/ocaml/xmlm/xmlm.cmxs -File: /usr/lib/debug/.build-id/b3/abfa57aafda55df8b4c27b4cb4623aee581cc4.debug 120777 root:root ../../usr/lib64/ocaml/xmlm/xmlm.cmxs.debug +File: /usr/lib/debug/.build-id/14 40755 root:root +File: /usr/lib/debug/.build-id/14/eb0def46ba44eafc86bb7e25a500451bf4486b 120777 root:root ../../../../lib64/ocaml/xmlm/xmlm.cmxs +File: /usr/lib/debug/.build-id/14/eb0def46ba44eafc86bb7e25a500451bf4486b.debug 120777 root:root ../../usr/lib64/ocaml/xmlm/xmlm.cmxs.debug File: /usr/lib/debug/usr/lib64/ocaml 40755 root:root File: /usr/lib/debug/usr/lib64/ocaml/xmlm 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/xmlm/xmlm.cmxs.debug 100644 root:root b59ef443c1af5db6a7b262072a54ba47 -RPMIdentity: 3697472ffd44b352f29253b1b4e9e6d49b7f3fef4a41c211b2b037b1e0a85adc49b016adff325d2cca7a05038c6ec79df2145bde1f2dc3bdee8c323fe1c99f8f +File: /usr/lib/debug/usr/lib64/ocaml/xmlm/xmlm.cmxs.debug 100644 root:root 9977807cdb202fa09866e98806263d84 +RPMIdentity: 87723d50742aa1b3f59fd81ea2236fb6d35208c889911cbf192cce7adc31afe96dab16bbb48cacf8b56a24b8ea78592f2fd19b58b970c80c13d455a9240eaec8