<86>Sep 13 19:12:28 userdel[3945434]: delete user 'rooter' <86>Sep 13 19:12:28 userdel[3945434]: removed group 'rooter' owned by 'rooter' <86>Sep 13 19:12:28 groupadd[3945444]: group added to /etc/group: name=rooter, GID=699 <86>Sep 13 19:12:28 groupadd[3945444]: group added to /etc/gshadow: name=rooter <86>Sep 13 19:12:28 groupadd[3945444]: new group: name=rooter, GID=699 <86>Sep 13 19:12:28 useradd[3945449]: new user: name=rooter, UID=699, GID=699, home=/root, shell=/bin/bash <86>Sep 13 19:12:28 userdel[3945463]: delete user 'builder' <86>Sep 13 19:12:28 userdel[3945463]: removed group 'builder' owned by 'builder' <86>Sep 13 19:12:28 groupadd[3945472]: group added to /etc/group: name=builder, GID=700 <86>Sep 13 19:12:28 groupadd[3945472]: group added to /etc/gshadow: name=builder <86>Sep 13 19:12:28 groupadd[3945472]: new group: name=builder, GID=700 <86>Sep 13 19:12:28 useradd[3945481]: new user: name=builder, UID=700, GID=700, home=/usr/src, shell=/bin/bash <13>Sep 13 19:12:30 rpmi: ocaml-runtime-4.12.0-alt1 sisyphus+279404.100.2.2 1626535812 installed <13>Sep 13 19:12:30 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+268936.100.1.1 1617543918 installed <13>Sep 13 19:12:40 rpmi: ocaml-4.12.0-alt1 sisyphus+279404.100.2.2 1626535812 installed <13>Sep 13 19:12:40 rpmi: ocaml-findlib-1.9.1-alt2 sisyphus+279404.500.2.2 1626536218 installed <13>Sep 13 19:12:40 rpmi: ocaml-ocamlbuild-1:0.14.0-alt1 sisyphus+279404.300.2.2 1626536081 installed <13>Sep 13 19:12:40 rpmi: ocaml-topkg-1.0.3-alt1 sisyphus+279404.3000.2.2 1626537264 installed <13>Sep 13 19:12:40 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.7646 + 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.7646 + 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.34198 + 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) /usr/bin/strip: ./usr/lib64/ocaml/xmlm/stNSgBD6/xmlm.o: cannot set time: Invalid argument 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.34198 + 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.oZtFZq 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.5b6f9t 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.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libdl.so.2(GLIBC_2.2.5)(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.4GVTUr Creating ocaml-xmlm-debuginfo package Processing files: ocaml-xmlm-devel-1.3.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.43111 + 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.bddhBr 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.8MBzjs 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.bYEKxq 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.baKc4q find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bYFdlq 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(libdl.so.2), 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.tWNf1s find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sFsYVt 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.99user 0.87system 0:11.93elapsed 24%CPU (0avgtext+0avgdata 42092maxresident)k 0inputs+0outputs (0major+331447minor)pagefaults 0swaps 15.97user 3.64system 0:28.90elapsed 67%CPU (0avgtext+0avgdata 102036maxresident)k 10240inputs+0outputs (0major+658762minor)pagefaults 0swaps --- ocaml-xmlm-1.3.0-alt5.x86_64.rpm.repo 2021-04-06 16:08:13.643895509 +0000 +++ ocaml-xmlm-1.3.0-alt5.x86_64.rpm.hasher 2021-09-13 19:12:55.409458249 +0000 @@ -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 006a24f7b131a150062014b2af07421a 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: cf64766444339084cf59a1f52a66bf6f4d86ee12dfff645e073268a32e787a8d1e0cc505f1bc8d7835f0df57bd7218c1f6039c51ad7d99547abeb78bdfe588ee --- ocaml-xmlm-debuginfo-1.3.0-alt5.x86_64.rpm.repo 2021-04-06 16:08:13.656895598 +0000 +++ ocaml-xmlm-debuginfo-1.3.0-alt5.x86_64.rpm.hasher 2021-09-13 19:12:55.496459089 +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/e0 40755 root:root +/usr/lib/debug/.build-id/e0/58ebe20178f2a2e8e2f7da0976ec36d98c1e2a 120777 root:root ../../../../bin/xmltrip +/usr/lib/debug/.build-id/e0/58ebe20178f2a2e8e2f7da0976ec36d98c1e2a.debug 120777 root:root ../../usr/bin/xmltrip.debug /usr/lib/debug/usr/bin/xmltrip.debug 100644 root:root @@ -17,6 +17,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/e0 40755 root:root +File: /usr/lib/debug/.build-id/e0/58ebe20178f2a2e8e2f7da0976ec36d98c1e2a 120777 root:root ../../../../bin/xmltrip +File: /usr/lib/debug/.build-id/e0/58ebe20178f2a2e8e2f7da0976ec36d98c1e2a.debug 120777 root:root ../../usr/bin/xmltrip.debug +File: /usr/lib/debug/usr/bin/xmltrip.debug 100644 root:root c65a2265fd79169846a923b462a69a1e File: /usr/src/debug/ocaml-xmlm-1.3.0 40755 root:root @@ -27,2 +27,2 @@ File: /usr/src/debug/ocaml-xmlm-1.3.0/_build/test/xmltrip.ml 100644 root:root 5a60e68a84cbc31e13e65eb0dd17e2d1 -RPMIdentity: 5c3b4bd23e98576f70b19ddfb32b571f1612dc34e3c359efce5ac5a3b088543da0b02a6d776511de908e2a8269d527510b7d6e5e0203752d4af4d1d8479fc0f0 +RPMIdentity: d7ffe8028e45986c4180c03413c04702a77310c1d98f532697a3e72d07035fd2e4e14a88e2c6f034d26c83140f6d4d86910e912495f13d0cc584126c92bc119f --- ocaml-xmlm-devel-1.3.0-alt5.x86_64.rpm.repo 2021-04-06 16:08:13.616895324 +0000 +++ ocaml-xmlm-devel-1.3.0-alt5.x86_64.rpm.hasher 2021-09-13 19:12:55.574459842 +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 0a398f1f164a1647d09c4bb1226a797e 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: c608e78076ca9e2f1800d63f61d2598f59e51ee1ab3fc5b83db19d203cffaa09221fcf85ab5366cb23ff92e91ff79f8764f3e3d25d83a29e93705f55e4f0533c --- ocaml-xmlm-devel-debuginfo-1.3.0-alt5.x86_64.rpm.repo 2021-04-06 16:08:13.628895406 +0000 +++ ocaml-xmlm-devel-debuginfo-1.3.0-alt5.x86_64.rpm.hasher 2021-09-13 19:12:55.670460769 +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/92 40755 root:root +/usr/lib/debug/.build-id/92/210dc5b2de40987603166944a2feb374205b03 120777 root:root ../../../../lib64/ocaml/xmlm/xmlm.cmxs +/usr/lib/debug/.build-id/92/210dc5b2de40987603166944a2feb374205b03.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/92 40755 root:root +File: /usr/lib/debug/.build-id/92/210dc5b2de40987603166944a2feb374205b03 120777 root:root ../../../../lib64/ocaml/xmlm/xmlm.cmxs +File: /usr/lib/debug/.build-id/92/210dc5b2de40987603166944a2feb374205b03.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 4bd49cf169b5c559be3babc1b69cdfdf +RPMIdentity: 618d9eff3fba50a0fae286d46adcd0f4990e18219568aa52571c20e5878278e044ff13ea8212d6fa916e1a6edb01ee3e1aa6d19de6af986abebca15528dd960f