<86>Mar 31 01:57:44 userdel[103505]: delete user 'rooter' <86>Mar 31 01:57:44 userdel[103505]: removed group 'rooter' owned by 'rooter' <86>Mar 31 01:57:44 userdel[103505]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 31 01:57:44 groupadd[103521]: group added to /etc/group: name=rooter, GID=1805 <86>Mar 31 01:57:44 groupadd[103521]: group added to /etc/gshadow: name=rooter <86>Mar 31 01:57:44 groupadd[103521]: new group: name=rooter, GID=1805 <86>Mar 31 01:57:44 useradd[103537]: new user: name=rooter, UID=1805, GID=1805, home=/root, shell=/bin/bash <86>Mar 31 01:57:44 userdel[103557]: delete user 'builder' <86>Mar 31 01:57:44 userdel[103557]: removed group 'builder' owned by 'builder' <86>Mar 31 01:57:44 userdel[103557]: removed shadow group 'builder' owned by 'builder' <86>Mar 31 01:57:44 groupadd[103577]: group added to /etc/group: name=builder, GID=1806 <86>Mar 31 01:57:44 groupadd[103577]: group added to /etc/gshadow: name=builder <86>Mar 31 01:57:44 groupadd[103577]: new group: name=builder, GID=1806 <86>Mar 31 01:57:44 useradd[103590]: new user: name=builder, UID=1806, GID=1806, home=/usr/src, shell=/bin/bash <13>Mar 31 01:57:47 rpmi: ocaml-runtime-4.13.1-alt1 p10+289137.100.8.1 1638001619 installed <13>Mar 31 01:57:47 rpmi: rpm-build-ocaml-1.4.2-alt1 p10+289137.700.7.1 1637431351 installed <13>Mar 31 01:57:54 rpmi: ocaml-4.13.1-alt1 p10+289137.100.8.1 1638001619 installed <13>Mar 31 01:57:54 rpmi: ocaml-findlib-1.9.1-alt2 p10+289137.1000.8.1 1638001980 installed <13>Mar 31 01:57:54 rpmi: ocaml-ocamlbuild-1:0.14.0-alt1 p10+289137.300.8.1 1638001815 installed <13>Mar 31 01:57:54 rpmi: ocaml-topkg-1.0.4-alt1 p10+289137.5500.8.1 1638003341 installed <13>Mar 31 01:57:54 rpmi: opam-2.1.1-alt1 p10+289137.23200.8.1 1638008342 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.5378 + 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.5378 + 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.89482 + 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__Buffer 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_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__6 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 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__String 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__Hashtbl__remove_742 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__Format__fprintf_1377 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__Hashtbl__find_753 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__Hashtbl__create_inner_1702 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__Make_951 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__add_726 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: camlStdlib__List__fold_left_275 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_378 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__List__map_236 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__Buffer__resize_297 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_259 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__$5e_140 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__iter_261 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: caml_alloc2 verify-elf: WARNING: ./usr/lib64/ocaml/xmlm/xmlm.cmxs: undefined symbol: camlStdlib__List__exists_340 Processing files: ocaml-xmlm-1.3.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.89482 + 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.Pc7Cgj 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.gRu6sh 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.13.1-43D334C4 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), libpthread.so.0(GLIBC_2.2.5)(64bit), ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Char) = 4.13.1-61E527E7, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zXXr6h Creating ocaml-xmlm-debuginfo package Processing files: ocaml-xmlm-devel-1.3.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.21181 + 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.5a1Dti 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.CpArWh 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.13.1-3E8ED491 Requires: ocaml-xmlm = 1.3.0-alt5, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Char) = 4.13.1-61E527E7, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmi(Xmlm) = 4.13.1-43D334C4, ocaml-cmx(Stdlib) = 4.13.1-F8B8B4EE, ocaml-cmx(Stdlib__Buffer) = 4.13.1-43D30E94, ocaml-cmx(Stdlib__Char) = 4.13.1-64EA034A, ocaml-cmx(Stdlib__Format) = 4.13.1-F0B02A99, ocaml-cmx(Stdlib__Hashtbl) = 4.13.1-04F772F8, ocaml-cmx(Stdlib__List) = 4.13.1-21B8C13F, ocaml-cmx(Stdlib__String) = 4.13.1-E3D157A8, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HJkYsi 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.99cFPi find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QrMNKh 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), debug64(libpthread.so.0) 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.Wrk89f find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.s52RCh 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.13user 2.37system 0:11.86elapsed 29%CPU (0avgtext+0avgdata 42268maxresident)k 0inputs+0outputs (0major+350881minor)pagefaults 0swaps 3.35user 2.75system 0:29.00elapsed 21%CPU (0avgtext+0avgdata 130140maxresident)k 9928inputs+0outputs (0major+214755minor)pagefaults 0swaps --- ocaml-xmlm-1.3.0-alt5.x86_64.rpm.repo 2021-11-27 08:59:03.000000000 +0000 +++ ocaml-xmlm-1.3.0-alt5.x86_64.rpm.hasher 2024-03-31 01:58:10.775299910 +0000 @@ -38,3 +38,3 @@ Provides: ocaml-xmlm = 1.3.0-alt5:p10+289137.6300.8.1 -File: /usr/bin/xmltrip 100755 root:root c68c391636842bd7b46f13b14fc0ab50 +File: /usr/bin/xmltrip 100755 root:root a673d589ee514fe69af7e734858e853c File: /usr/lib64/ocaml/xmlm 40755 root:root @@ -48,2 +48,2 @@ File: /usr/share/doc/ocaml-xmlm-1.3.0/README.md 100644 root:root 808d40883d8445f2043cbd4a8288a9ce -RPMIdentity: b1cf9cd3c1e1e3ce6342de135f408b82c8e0a14f5261f8fc061cd7b6215141c41aa641b4d1e6d08acf5841ee74709678c9f51e033fea54961ac09fdeebffb371 +RPMIdentity: 989f54ace2f2235a068a3314f6295c44f94770309916f1e2aea93be901279466c84949eab93717c3608bfe9e43a229a3c46b336553f225d2a61ec7b357c70ca3 --- ocaml-xmlm-debuginfo-1.3.0-alt5.x86_64.rpm.repo 2021-11-27 08:59:04.000000000 +0000 +++ ocaml-xmlm-debuginfo-1.3.0-alt5.x86_64.rpm.hasher 2024-03-31 01:58:10.864301308 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/a0 40755 root:root -/usr/lib/debug/.build-id/a0/4da24bc32605900918305a8aa05014e5ce7371 120777 root:root ../../../../bin/xmltrip -/usr/lib/debug/.build-id/a0/4da24bc32605900918305a8aa05014e5ce7371.debug 120777 root:root ../../usr/bin/xmltrip.debug +/usr/lib/debug/.build-id/d3 40755 root:root +/usr/lib/debug/.build-id/d3/c974325b536b8e6baf702aa5d647ec09548ec1 120777 root:root ../../../../bin/xmltrip +/usr/lib/debug/.build-id/d3/c974325b536b8e6baf702aa5d647ec09548ec1.debug 120777 root:root ../../usr/bin/xmltrip.debug /usr/lib/debug/usr/bin/xmltrip.debug 100644 root:root @@ -18,6 +18,6 @@ Provides: ocaml-xmlm-debuginfo = 1.3.0-alt5:p10+289137.6300.8.1 -File: /usr/lib/debug/.build-id/a0 40755 root:root -File: /usr/lib/debug/.build-id/a0/4da24bc32605900918305a8aa05014e5ce7371 120777 root:root ../../../../bin/xmltrip -File: /usr/lib/debug/.build-id/a0/4da24bc32605900918305a8aa05014e5ce7371.debug 120777 root:root ../../usr/bin/xmltrip.debug -File: /usr/lib/debug/usr/bin/xmltrip.debug 100644 root:root e80e8a8bee3617ee83c844905df05a86 +File: /usr/lib/debug/.build-id/d3 40755 root:root +File: /usr/lib/debug/.build-id/d3/c974325b536b8e6baf702aa5d647ec09548ec1 120777 root:root ../../../../bin/xmltrip +File: /usr/lib/debug/.build-id/d3/c974325b536b8e6baf702aa5d647ec09548ec1.debug 120777 root:root ../../usr/bin/xmltrip.debug +File: /usr/lib/debug/usr/bin/xmltrip.debug 100644 root:root ebfd658f28f15c3be5f920122f653156 File: /usr/src/debug/ocaml-xmlm-1.3.0 40755 root:root @@ -28,2 +28,2 @@ File: /usr/src/debug/ocaml-xmlm-1.3.0/_build/test/xmltrip.ml 100644 root:root 5a60e68a84cbc31e13e65eb0dd17e2d1 -RPMIdentity: b53282f8885824eb0ad5ab10433ad6c7c39115d0daa2daed6227d7d6ec1b4aac049003ec28c0fd72c6b610205862261a0ca0ac5dad106cd1147cb8a67e37cebd +RPMIdentity: f57ccbbc272869da4b7c9555fba9eea827c0432186a7ad4e7facc5ddceadaf28e16e6001dcaf01b250f726cafb45df6851ece50be7a2fe9bc387d1f5816e3a60 --- ocaml-xmlm-devel-1.3.0-alt5.x86_64.rpm.repo 2021-11-27 08:59:03.000000000 +0000 +++ ocaml-xmlm-devel-1.3.0-alt5.x86_64.rpm.hasher 2024-03-31 01:58:10.953302705 +0000 @@ -25,3 +25,3 @@ File: /usr/lib64/ocaml/xmlm/xmlm.cmxa 100644 root:root b83dd14e5c71e8fb80f27c50e96dbe85 -File: /usr/lib64/ocaml/xmlm/xmlm.cmxs 100644 root:root 5857bec173cc02fbb1aa937ee4af4a06 +File: /usr/lib64/ocaml/xmlm/xmlm.cmxs 100644 root:root 8b4275d09cffa1035c7bc3897f3dc0e9 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: 90fce8bd2e7179f49166b35cc0db4c85cf92a2611eb7ad4b311df919419bdf0c329fd130414894e82ff31e398be68a6a203feaccf76141a7b8a32844845b3102 +RPMIdentity: 1ec14abbc0be5c710b5dd8fcff03ff0b08e44663fd615c11988c70c9c4cdebd3ca99fb0d035574246d81bd287bbd80dc8b11260e674e247d579701d40e525efa --- ocaml-xmlm-devel-debuginfo-1.3.0-alt5.x86_64.rpm.repo 2021-11-27 08:59:03.000000000 +0000 +++ ocaml-xmlm-devel-debuginfo-1.3.0-alt5.x86_64.rpm.hasher 2024-03-31 01:58:11.038304039 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/c1 40755 root:root -/usr/lib/debug/.build-id/c1/a296487dca3ae51c0601174428785f8f94901a 120777 root:root ../../../../lib64/ocaml/xmlm/xmlm.cmxs -/usr/lib/debug/.build-id/c1/a296487dca3ae51c0601174428785f8f94901a.debug 120777 root:root ../../usr/lib64/ocaml/xmlm/xmlm.cmxs.debug +/usr/lib/debug/.build-id/39 40755 root:root +/usr/lib/debug/.build-id/39/0c577d2dc1e5b3681d4ed8b3cb12d0722cc699 120777 root:root ../../../../lib64/ocaml/xmlm/xmlm.cmxs +/usr/lib/debug/.build-id/39/0c577d2dc1e5b3681d4ed8b3cb12d0722cc699.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:p10+289137.6300.8.1 -File: /usr/lib/debug/.build-id/c1 40755 root:root -File: /usr/lib/debug/.build-id/c1/a296487dca3ae51c0601174428785f8f94901a 120777 root:root ../../../../lib64/ocaml/xmlm/xmlm.cmxs -File: /usr/lib/debug/.build-id/c1/a296487dca3ae51c0601174428785f8f94901a.debug 120777 root:root ../../usr/lib64/ocaml/xmlm/xmlm.cmxs.debug +File: /usr/lib/debug/.build-id/39 40755 root:root +File: /usr/lib/debug/.build-id/39/0c577d2dc1e5b3681d4ed8b3cb12d0722cc699 120777 root:root ../../../../lib64/ocaml/xmlm/xmlm.cmxs +File: /usr/lib/debug/.build-id/39/0c577d2dc1e5b3681d4ed8b3cb12d0722cc699.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 896def72903e281ec897dc11024f644e -RPMIdentity: 5dfd2d6c50eff054f1d5b81790f656a53a10445c02aac301c195057097c4e008c169274569b311cba2097460762f08aefed7cb0cfaf37b8b476cf851e68e9efd +File: /usr/lib/debug/usr/lib64/ocaml/xmlm/xmlm.cmxs.debug 100644 root:root 73ddb2ccad5d677efc099795b1da038b +RPMIdentity: 7d15f909dee895e9885241bface1333f44ba02d8c6c68291bb163bf2ffa45be5e40d97d1043067baaa48b3758f5dfb8903aa4e08e23ad0c26df1de8bc4350206