<86>Dec  2 02:02:16 userdel[488210]: delete user 'rooter'
<86>Dec  2 02:02:16 userdel[488210]: removed group 'rooter' owned by 'rooter'
<86>Dec  2 02:02:16 userdel[488210]: removed shadow group 'rooter' owned by 'rooter'
<86>Dec  2 02:02:16 groupadd[488239]: group added to /etc/group: name=rooter, GID=927
<86>Dec  2 02:02:16 groupadd[488239]: group added to /etc/gshadow: name=rooter
<86>Dec  2 02:02:16 groupadd[488239]: new group: name=rooter, GID=927
<86>Dec  2 02:02:16 useradd[488260]: new user: name=rooter, UID=927, GID=927, home=/root, shell=/bin/bash
<86>Dec  2 02:02:16 userdel[488295]: delete user 'builder'
<86>Dec  2 02:02:16 userdel[488295]: removed group 'builder' owned by 'builder'
<86>Dec  2 02:02:16 userdel[488295]: removed shadow group 'builder' owned by 'builder'
<86>Dec  2 02:02:16 groupadd[488322]: group added to /etc/group: name=builder, GID=928
<86>Dec  2 02:02:16 groupadd[488322]: group added to /etc/gshadow: name=builder
<86>Dec  2 02:02:16 groupadd[488322]: new group: name=builder, GID=928
<86>Dec  2 02:02:16 useradd[488345]: new user: name=builder, UID=928, GID=928, home=/usr/src, shell=/bin/bash
<13>Dec  2 02:02:18 rpmi: ocaml-runtime-4.13.1-alt1 sisyphus+288339.100.3.1 1636228813 installed
<13>Dec  2 02:02:18 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+288339.1400.3.1 1636230742 installed
<13>Dec  2 02:02:24 rpmi: ocaml-4.13.1-alt1 sisyphus+288339.100.3.1 1636228813 installed
<13>Dec  2 02:02:24 rpmi: ocaml-findlib-1.9.3-alt1 sisyphus+294399.100.3.1 1643757339 installed
<13>Dec  2 02:02:24 rpmi: ocaml-ocamlbuild-1:0.14.1-alt1 sisyphus+297192.100.1.1 1648205275 installed
<13>Dec  2 02:02:24 rpmi: ocaml-topkg-1.0.5-alt1 sisyphus+297371.100.1.1 1648454898 installed
<13>Dec  2 02:02:24 rpmi: opam-2.1.3-alt1 sisyphus+308000.100.1.1 1665122178 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.95589
+ 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.95589
+ 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.95589
+ 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 <cmdline>: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.63753
+ 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.6kEDNF
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.1kbQly
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.33)(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), libm.so.6(GLIBC_2.35)(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.5A07HI
Creating ocaml-xmlm-debuginfo package
Processing files: ocaml-xmlm-devel-1.3.0-alt5
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.30359
+ 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.nPwB8H
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.koO0aZ
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.19A9vE
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.cMpCle
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.v4EQTA
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.hGyGiZ
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VV1CCc
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.34user 1.11system 0:11.66elapsed 21%CPU (0avgtext+0avgdata 42316maxresident)k
0inputs+0outputs (0major+332438minor)pagefaults 0swaps
2.02user 1.32system 0:26.30elapsed 12%CPU (0avgtext+0avgdata 108276maxresident)k
214736inputs+0outputs (32136major+160440minor)pagefaults 0swaps
--- ocaml-xmlm-1.3.0-alt5.x86_64.rpm.repo	2021-11-06 20:59:27.000000000 +0000
+++ ocaml-xmlm-1.3.0-alt5.x86_64.rpm.hasher	2022-12-02 02:02:40.994442383 +0000
@@ -22,2 +22,3 @@
 Requires: libm.so.6(GLIBC_2.29)(64bit)  
+Requires: libm.so.6(GLIBC_2.35)(64bit)  
 Requires: ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7
@@ -38,3 +39,3 @@
 Provides: ocaml-xmlm = 1.3.0-alt5:sisyphus+288339.7300.3.1
-File: /usr/bin/xmltrip	100755	root:root	7a94ead866692a304122e020ae5ceb83	
+File: /usr/bin/xmltrip	100755	root:root	c23160450362dbbd6464722402ec1727	
 File: /usr/lib64/ocaml/xmlm	40755	root:root		
@@ -48,2 +49,2 @@
 File: /usr/share/doc/ocaml-xmlm-1.3.0/README.md	100644	root:root	808d40883d8445f2043cbd4a8288a9ce	
-RPMIdentity: 31a6899b1c25cd98a8287c24ee9e2546a249e5541e2b15251da88f733fe3f0cdb8779c2bb0a8996a9b8ec19b8812ecbde141ab4665707becdbed9807b38407de
+RPMIdentity: c79a7c84b15dd538c1b98f042434df4cfa55b9360eea012af0c1c4639ade9572648e361a68c2e1d50ccabbe637aa89ba9963c7a3dd698ee377ec6d6b47a14e48
--- ocaml-xmlm-debuginfo-1.3.0-alt5.x86_64.rpm.repo	2021-11-06 20:59:27.000000000 +0000
+++ ocaml-xmlm-debuginfo-1.3.0-alt5.x86_64.rpm.hasher	2022-12-02 02:02:41.084443983 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/de	40755	root:root	
-/usr/lib/debug/.build-id/de/47b1e7b7df58c592b5eaa341ed38138f73d7b9	120777	root:root	../../../../bin/xmltrip
-/usr/lib/debug/.build-id/de/47b1e7b7df58c592b5eaa341ed38138f73d7b9.debug	120777	root:root	../../usr/bin/xmltrip.debug
+/usr/lib/debug/.build-id/c4	40755	root:root	
+/usr/lib/debug/.build-id/c4/d6a394d66bce035e99179b729e0a1d2152dadd	120777	root:root	../../../../bin/xmltrip
+/usr/lib/debug/.build-id/c4/d6a394d66bce035e99179b729e0a1d2152dadd.debug	120777	root:root	../../usr/bin/xmltrip.debug
 /usr/lib/debug/usr/bin/xmltrip.debug	100644	root:root	
@@ -16,6 +16,6 @@
 Provides: ocaml-xmlm-debuginfo = 1.3.0-alt5:sisyphus+288339.7300.3.1
-File: /usr/lib/debug/.build-id/de	40755	root:root		
-File: /usr/lib/debug/.build-id/de/47b1e7b7df58c592b5eaa341ed38138f73d7b9	120777	root:root		../../../../bin/xmltrip
-File: /usr/lib/debug/.build-id/de/47b1e7b7df58c592b5eaa341ed38138f73d7b9.debug	120777	root:root		../../usr/bin/xmltrip.debug
-File: /usr/lib/debug/usr/bin/xmltrip.debug	100644	root:root	9452767806328ed50f9c5c84b7526dec	
+File: /usr/lib/debug/.build-id/c4	40755	root:root		
+File: /usr/lib/debug/.build-id/c4/d6a394d66bce035e99179b729e0a1d2152dadd	120777	root:root		../../../../bin/xmltrip
+File: /usr/lib/debug/.build-id/c4/d6a394d66bce035e99179b729e0a1d2152dadd.debug	120777	root:root		../../usr/bin/xmltrip.debug
+File: /usr/lib/debug/usr/bin/xmltrip.debug	100644	root:root	a5776491fed8b3da8a9b1d6a5122d270	
 File: /usr/src/debug/ocaml-xmlm-1.3.0	40755	root:root		
@@ -26,2 +26,2 @@
 File: /usr/src/debug/ocaml-xmlm-1.3.0/_build/test/xmltrip.ml	100644	root:root	5a60e68a84cbc31e13e65eb0dd17e2d1	
-RPMIdentity: 23888f3c42639e8cc69f1127e51a2bc2e61092b04dca16e501a99d854e0b5fe7ff469cda995692e39aa5b8981a7d9ecb155cf521eb0b54fe4a4ad7aff10c49d5
+RPMIdentity: 18457c83eb91a8125a0de9d4cfa92117fde95eab65e7773f5bce09a2e1b7abcaebaeb9cc19c2248a20bb447fcc387cfaef928daf8c0a2b987372adce369ea0c0
--- ocaml-xmlm-devel-1.3.0-alt5.x86_64.rpm.repo	2021-11-06 20:59:27.000000000 +0000
+++ ocaml-xmlm-devel-1.3.0-alt5.x86_64.rpm.hasher	2022-12-02 02:02:41.205446134 +0000
@@ -22,6 +22,6 @@
 Provides: ocaml-xmlm-devel = 1.3.0-alt5:sisyphus+288339.7300.3.1
-File: /usr/lib64/ocaml/xmlm/xmlm.a	100644	root:root	9fba427cff21d105a10634f99412dd32	
+File: /usr/lib64/ocaml/xmlm/xmlm.a	100644	root:root	79f60af2ede5b8e251e986046460be9a	
 File: /usr/lib64/ocaml/xmlm/xmlm.cmx	100644	root:root	e0052c1be3bdb22e2744c0a13d0a53f2	
 File: /usr/lib64/ocaml/xmlm/xmlm.cmxa	100644	root:root	b83dd14e5c71e8fb80f27c50e96dbe85	
-File: /usr/lib64/ocaml/xmlm/xmlm.cmxs	100644	root:root	52ad90b050f2e12082f6be7e28811f34	
+File: /usr/lib64/ocaml/xmlm/xmlm.cmxs	100644	root:root	36e10662e17e19c704d0844dbd80075a	
 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: 7656d5dbd647af91981f800f6f28b0cc66b3161ec5dfe8c5978ada75f4a4f8b415f0de8558765ee1fdd59681c5819282f9f46494cc88e677f8dd0864f113f728
+RPMIdentity: ea0e556be35919ab8fc60e82c576fb3dd6c01fec18c1b540d6e4291622dd5dc7c926ab922951372054aea50ecd0294a63d412d6f2505cf96c47a0ef6fe076164
--- ocaml-xmlm-devel-debuginfo-1.3.0-alt5.x86_64.rpm.repo	2021-11-06 20:59:27.000000000 +0000
+++ ocaml-xmlm-devel-debuginfo-1.3.0-alt5.x86_64.rpm.hasher	2022-12-02 02:02:41.334448427 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/eb	40755	root:root	
-/usr/lib/debug/.build-id/eb/27498a7b6d57a88ac5f44ffe5b4fa408c21f6e	120777	root:root	../../../../lib64/ocaml/xmlm/xmlm.cmxs
-/usr/lib/debug/.build-id/eb/27498a7b6d57a88ac5f44ffe5b4fa408c21f6e.debug	120777	root:root	../../usr/lib64/ocaml/xmlm/xmlm.cmxs.debug
+/usr/lib/debug/.build-id/4a	40755	root:root	
+/usr/lib/debug/.build-id/4a/7cfdb3d7558cc881a1792ebe79c9d17c7b596c	120777	root:root	../../../../lib64/ocaml/xmlm/xmlm.cmxs
+/usr/lib/debug/.build-id/4a/7cfdb3d7558cc881a1792ebe79c9d17c7b596c.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+288339.7300.3.1
-File: /usr/lib/debug/.build-id/eb	40755	root:root		
-File: /usr/lib/debug/.build-id/eb/27498a7b6d57a88ac5f44ffe5b4fa408c21f6e	120777	root:root		../../../../lib64/ocaml/xmlm/xmlm.cmxs
-File: /usr/lib/debug/.build-id/eb/27498a7b6d57a88ac5f44ffe5b4fa408c21f6e.debug	120777	root:root		../../usr/lib64/ocaml/xmlm/xmlm.cmxs.debug
+File: /usr/lib/debug/.build-id/4a	40755	root:root		
+File: /usr/lib/debug/.build-id/4a/7cfdb3d7558cc881a1792ebe79c9d17c7b596c	120777	root:root		../../../../lib64/ocaml/xmlm/xmlm.cmxs
+File: /usr/lib/debug/.build-id/4a/7cfdb3d7558cc881a1792ebe79c9d17c7b596c.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	7e5007ba16e0a33537fdb2be503fc253	
-RPMIdentity: b0fde24099f4f1ebb2ea5c51afca735986727d17823374e0d3277b58deedb813a522c65641e18953c9ad84d4cdb4c0873a77e751ccc0d55696a54e3ce540d17d
+File: /usr/lib/debug/usr/lib64/ocaml/xmlm/xmlm.cmxs.debug	100644	root:root	4796cbe70bbf41e1b4e1bc0982ee7816	
+RPMIdentity: a71ec9dbd5052cd9463b45a5da89f23b7a1dda43b994456de8d628c24f68c405a0b75a1d983b4b1d4d5010b41ddcf2f0549b362f13b2f91b1770fd1e11b95e64