<86>Nov 14 02:53:07 userdel[2504685]: delete user 'rooter' <86>Nov 14 02:53:07 userdel[2504685]: removed group 'rooter' owned by 'rooter' <86>Nov 14 02:53:07 userdel[2504685]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 14 02:53:07 groupadd[2504730]: group added to /etc/group: name=rooter, GID=1799 <86>Nov 14 02:53:07 groupadd[2504730]: group added to /etc/gshadow: name=rooter <86>Nov 14 02:53:07 groupadd[2504730]: new group: name=rooter, GID=1799 <86>Nov 14 02:53:07 useradd[2504756]: new user: name=rooter, UID=1799, GID=1799, home=/root, shell=/bin/bash, from=none <86>Nov 14 02:53:07 userdel[2504819]: delete user 'builder' <86>Nov 14 02:53:07 userdel[2504819]: removed group 'builder' owned by 'builder' <86>Nov 14 02:53:07 userdel[2504819]: removed shadow group 'builder' owned by 'builder' <86>Nov 14 02:53:07 groupadd[2504862]: group added to /etc/group: name=builder, GID=1800 <86>Nov 14 02:53:07 groupadd[2504862]: group added to /etc/gshadow: name=builder <86>Nov 14 02:53:07 groupadd[2504862]: new group: name=builder, GID=1800 <86>Nov 14 02:53:07 useradd[2504883]: new user: name=builder, UID=1800, GID=1800, home=/usr/src, shell=/bin/bash, from=none warning: Macro %ocaml_native_arch not found warning: Macro %ocaml_find_files not found <13>Nov 14 02:53:11 rpmi: rpm-build-ocaml-1.6.3-alt1 sisyphus+356727.100.1.1 1725368784 installed <13>Nov 14 02:53:13 rpmi: ocaml-5.2.0-alt1 sisyphus+356727.140.13.1 1726231740 installed <13>Nov 14 02:53:13 rpmi: ocaml-runtime-5.2.0-alt1 sisyphus+356727.140.13.1 1726231740 installed <13>Nov 14 02:53:16 rpmi: ocaml-compiler-libs-5.2.0-alt1 sisyphus+356727.140.13.1 1726231740 installed <13>Nov 14 02:53:16 rpmi: ocaml-findlib-1.9.6-alt2 sisyphus+356727.3100.13.1 1726232744 installed <13>Nov 14 02:53:16 rpmi: libexpat-2.5.0-alt1 sisyphus+346180.200.2.1 1716349835 installed <13>Nov 14 02:53:16 rpmi: libexpat-devel-2.5.0-alt1 sisyphus+346180.200.2.1 1716349835 installed <13>Nov 14 02:53:16 rpmi: ocaml-findlib-devel-1.9.6-alt2 sisyphus+356727.3100.13.1 1726232744 installed <13>Nov 14 02:53:16 rpmi: chrpath-0.16-alt1 sisyphus+346101.200.3.1 1716459476 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-expat-1.3.0-alt2.nosrc.rpm (w1.gzdio) Installing ocaml-expat-1.3.0-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.26696 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-expat-1.3.0 + echo 'Source #0 (ocaml-expat-1.3.0.tar):' Source #0 (ocaml-expat-1.3.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-expat-1.3.0.tar + cd ocaml-expat-1.3.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.26696 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-expat-1.3.0 + make depend make: Entering directory '/usr/src/RPM/BUILD/ocaml-expat-1.3.0' gcc -I /usr/lib64/ocaml -MM *.c > depend ocamlfind ocamldep -package bytes *.mli *.ml >> depend make: 'depend' is up to date. make: Leaving directory '/usr/src/RPM/BUILD/ocaml-expat-1.3.0' + make all allopt 'OCAMLC=ocamlc.opt -g' 'OCAMLOPT=ocamlopt.opt -g' make: Entering directory '/usr/src/RPM/BUILD/ocaml-expat-1.3.0' ocamlc.opt -g -c -ccopt "-pipe -frecord-gcc-switches -g -O2 -D_FILE_OFFSET_BITS=64 -pthread" expat_stubs.c In file included from expat_stubs.c:23: expat_stubs.c: In function 'String_option_val': /usr/lib64/ocaml/caml/mlvalues.h:332:24: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 332 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:78:16: note: in expansion of macro 'String_val' 78 | return String_val(Field(string_option, 0)); | ^~~~~~~~~~ expat_stubs.c: In function 'expat_error': expat_stubs.c:350:25: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 350 | expat_error_exn = caml_named_value("expat_error"); | ^ expat_stubs.c: In function 'expat_XML_ParseSub': /usr/lib64/ocaml/caml/mlvalues.h:332:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 332 | #define String_val(x) ((const char *) Bp_val(x)) | ^ expat_stubs.c:387:20: note: in expansion of macro 'String_val' 387 | char *string = String_val(vstring); | ^~~~~~~~~~ expat_stubs.c: In function 'character_data_handler': /usr/lib64/ocaml/caml/mlvalues.h:332:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 332 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:550:12: note: in expansion of macro 'String_val' 550 | memcpy(String_val(str), data, len); | ^~~~~~~~~~ In file included from /usr/include/features.h:503, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from expat_stubs.c:12: /usr/include/bits/string_fortified.h:26:1: note: expected 'void *' but argument is of type 'const char *' 26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ expat_stubs.c: In function 'default_handler': /usr/lib64/ocaml/caml/mlvalues.h:332:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 332 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:819:13: note: in expansion of macro 'String_val' 819 | memmove(String_val(d), data, len); | ^~~~~~~~~~ /usr/include/bits/string_fortified.h:34:1: note: expected 'void *' but argument is of type 'const char *' 34 | __NTH (memmove (void *__dest, const void *__src, size_t __len)) | ^~~~~ ocamlfind ocamlmklib -package bytes -oc mlexpat expat_stubs.o \ -L/usr/local/lib -lexpat ocamlc.opt -g -c expat.mli ocamlc.opt -g -c expat.ml ocamlfind ocamlmklib -package bytes -o expat expat.cmo -oc mlexpat \ -L/usr/local/lib -lexpat ocamlopt.opt -g -c expat.ml ocamlfind ocamlmklib -package bytes -o expat expat.cmx -oc mlexpat \ -L/usr/local/lib -lexpat ocamlopt.opt -g -linkall -shared -o expat.cmxs expat.cmx libmlexpat.a \ -ccopt -L/usr/local/lib -cclib -lexpat make: Leaving directory '/usr/src/RPM/BUILD/ocaml-expat-1.3.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.26696 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-expat-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-expat-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd ocaml-expat-1.3.0 + export OCAMLFIND_DESTDIR=/usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml + mkdir -p /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/stublibs + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/ocaml-expat-buildroot make: Entering directory '/usr/src/RPM/BUILD/ocaml-expat-1.3.0' { test ! -f expat.cmxa || extra="expat.cmxa expat.cmxs expat.a"; }; \ ocamlfind install expat META expat.cmi expat.mli expat.cma \ libmlexpat.a $extra \ -optional dllmlexpat.so Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/expat/expat.a Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/expat/expat.cmxs Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/expat/expat.cmxa Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/expat/libmlexpat.a Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/expat/expat.cma Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/expat/expat.mli Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/expat/expat.cmi Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/stublibs/dllmlexpat.so Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/stublibs/dllmlexpat.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/expat/META make: Leaving directory '/usr/src/RPM/BUILD/ocaml-expat-1.3.0' + chrpath -d /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/stublibs/dllmlexpat.so + __ocaml_find_files + find /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(cma|cmi|cmxs|so|js)$' -o -name META ')' -printf '/usr/lib64/ocaml/%P\n' + find /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/ -type d -printf '%%dir /usr/lib64/ocaml/%P\n' + find /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(a|o|cmo|cmt|cmti|cmx|cmxa|ml|mli|exe)$' -o -name opam -o -name dune-package ')' -printf '/usr/lib64/ocaml/%P\n' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-expat-buildroot (auto) mode of './usr/lib64/ocaml/stublibs/dllmlexpat.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/ocaml/expat/expat.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ocaml-expat-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-expat-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-expat-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-expat-buildroot ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-expat-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_state verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_named_value verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_alloc_tuple verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_stat_free verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_string_length verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_register_global_root verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_callback2 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_alloc verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_callbackN verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_invalid_argument verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_bad_caml_state verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_remove_global_root verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_alloc_string verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_stat_alloc verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_raise_with_arg verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_callback verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_state verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_named_value verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_alloc_tuple verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_stat_free verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: camlStdlib__Callback.register_exception_16 verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_string_length verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_register_global_root verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_callback2 verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_call_realloc_stack verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_alloc verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_callbackN verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_invalid_argument verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_initialize verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_bad_caml_state verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_remove_global_root verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_alloc_string verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_stat_alloc verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_raise_with_arg verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_callback Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ocaml-expat-buildroot Processing files: ocaml-expat-1.3.0-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.26696 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-expat-1.3.0 + DOCDIR=/usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.3.0 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.3.0 + /bin/mkdir -p /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.3.0 + cp -prL LICENCE README changelog /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.3.0 + chmod -R go-w /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.3.0 + chmod -R a+rX /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.3.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NMg3EO 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.F0wFUm 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(Expat) = 5.2.0-A9B20EC2, ocaml-dll(mlexpat) Requires: ld-linux-x86-64.so.2()(64bit) >= set:jiids, ld-linux-x86-64.so.2(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libexpat, libexpat.so.1()(64bit) >= set:kfIZxo4EWLV0nlFs78IMFZ76oOgmUxI5Hsttx33DZ7ygj1hDvfkrIz18StUec, ocaml-cmi(CamlinternalFormatBasics) = 5.2.0-1068D69A, ocaml-cmi(Stdlib) = 5.2.0-C58CFA3A, ocaml-cmi(Stdlib__Bytes) = 5.2.0-68E1ECE9, ocaml-cmi(Stdlib__Callback) = 5.2.0-E5E2C60F, ocaml-cmi(Stdlib__Either) = 5.2.0-20EB2929, ocaml-cmi(Stdlib__Seq) = 5.2.0-BE0DDC4F, ocaml-cmi(Stdlib__Uchar) = 5.2.0-4907C986, ocaml-runtime = 5.2.0, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6SHzxG Creating ocaml-expat-debuginfo package Processing files: ocaml-expat-devel-1.3.0-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tPPaZ5 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.AkoVzq 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(Expat) = 5.2.0-A9B20EC2, ocaml-cmx(Expat) = 5.2.0-353CE2D6 Requires: ocaml-expat = 1.3.0-alt2, ocaml-cmi(CamlinternalFormatBasics) = 5.2.0-1068D69A, ocaml-cmi(Stdlib) = 5.2.0-C58CFA3A, ocaml-cmi(Stdlib__Bytes) = 5.2.0-68E1ECE9, ocaml-cmi(Stdlib__Callback) = 5.2.0-E5E2C60F, ocaml-cmi(Stdlib__Either) = 5.2.0-20EB2929, ocaml-cmi(Stdlib__Seq) = 5.2.0-BE0DDC4F, ocaml-cmi(Stdlib__Uchar) = 5.2.0-4907C986, ocaml-cmx(Stdlib__Callback) = 5.2.0-F0C312B8 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ffQWO2 Processing files: ocaml-expat-debuginfo-1.3.0-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RZ8GYp find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tid4wa find-requires: running scripts (debuginfo) Requires: ocaml-expat = 1.3.0-alt2, debug64(ld-linux-x86-64.so.2), debug64(libc.so.6), debug64(libexpat.so.1) Adding to ocaml-expat-devel a strict dependency on ocaml-expat Adding to ocaml-expat-debuginfo a strict dependency on ocaml-expat Removing 7 extra deps from ocaml-expat-devel due to repentancy on ocaml-expat Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-expat-1.3.0-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-expat-devel-1.3.0-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-expat-debuginfo-1.3.0-alt2.x86_64.rpm (w2.lzdio) 0.67user 1.76system 0:09.07elapsed 26%CPU (0avgtext+0avgdata 36864maxresident)k 0inputs+0outputs (0major+319281minor)pagefaults 0swaps 3.49user 2.94system 0:24.81elapsed 25%CPU (0avgtext+0avgdata 137036maxresident)k 2952inputs+0outputs (0major+204984minor)pagefaults 0swaps --- ocaml-expat-1.3.0-alt2.x86_64.rpm.repo 2024-09-13 13:34:15.000000000 +0000 +++ ocaml-expat-1.3.0-alt2.x86_64.rpm.hasher 2024-11-14 02:53:28.443938699 +0000 @@ -39,5 +39,5 @@ File: /usr/lib64/ocaml/expat/expat.cmi 100644 root:root bc415e2a216b0acdcddd0ec9539e06a2 -File: /usr/lib64/ocaml/expat/expat.cmxs 100644 root:root 013659f999d1d3e522d12e51f38fd19c +File: /usr/lib64/ocaml/expat/expat.cmxs 100644 root:root 64cd1461c1636f52b6f9126336650bed File: /usr/lib64/ocaml/stublibs 40755 root:root -File: /usr/lib64/ocaml/stublibs/dllmlexpat.so 100644 root:root ad0e238ae7c68926aa07397e4a073b18 +File: /usr/lib64/ocaml/stublibs/dllmlexpat.so 100644 root:root 7d9f12d9e8fd61fcaf9702a3b8754530 File: /usr/lib64/ocaml/stublibs/dllmlexpat.so.owner 100644 root:root 2fe417564aff906a9b3b617dfed9de6a @@ -47,2 +47,2 @@ File: /usr/share/doc/ocaml-expat-1.3.0/changelog 100644 root:root 6bda7574b45a1e8d06683efd7d150330 -RPMIdentity: 20ad96c4f7d78f851f87d5dd654902eefc27261d87bdbef6d53ce5bbe79023ab7bdb4dc316533c1b9b2772b91d834dd0137125a34df209ed2459aefcc9431db1 +RPMIdentity: b53778b2fc6b809b785d1af64b87d902e377780fa3104f183b5639a2f330aa6fdaf80d1c6af664400bc0e1ee4b4c6c37c4bd4eb813ca7bacd32b8c8cd0c2aa57 --- ocaml-expat-debuginfo-1.3.0-alt2.x86_64.rpm.repo 2024-09-13 13:34:15.000000000 +0000 +++ ocaml-expat-debuginfo-1.3.0-alt2.x86_64.rpm.hasher 2024-11-14 02:53:28.535939860 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/3d 40755 root:root -/usr/lib/debug/.build-id/3d/355d4d406caef09149fcbb0d52c7d1bb7e5470 120777 root:root ../../../../lib64/ocaml/stublibs/dllmlexpat.so -/usr/lib/debug/.build-id/3d/355d4d406caef09149fcbb0d52c7d1bb7e5470.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllmlexpat.so.debug -/usr/lib/debug/.build-id/3e 40755 root:root -/usr/lib/debug/.build-id/3e/b1cd333fb18655f1a7ec2dfdf747a2e86bd603 120777 root:root ../../../../lib64/ocaml/expat/expat.cmxs -/usr/lib/debug/.build-id/3e/b1cd333fb18655f1a7ec2dfdf747a2e86bd603.debug 120777 root:root ../../usr/lib64/ocaml/expat/expat.cmxs.debug +/usr/lib/debug/.build-id/d7 40755 root:root +/usr/lib/debug/.build-id/d7/b2a0eeea611347d9942fecbdfb1c482cbf3507 120777 root:root ../../../../lib64/ocaml/expat/expat.cmxs +/usr/lib/debug/.build-id/d7/b2a0eeea611347d9942fecbdfb1c482cbf3507.debug 120777 root:root ../../usr/lib64/ocaml/expat/expat.cmxs.debug +/usr/lib/debug/.build-id/e5 40755 root:root +/usr/lib/debug/.build-id/e5/93948f43307c952bf8889b61d895c6d8826ff3 120777 root:root ../../../../lib64/ocaml/stublibs/dllmlexpat.so +/usr/lib/debug/.build-id/e5/93948f43307c952bf8889b61d895c6d8826ff3.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllmlexpat.so.debug /usr/lib/debug/usr/lib64/ocaml 40755 root:root @@ -20,13 +20,13 @@ Provides: ocaml-expat-debuginfo = 1.3.0-alt2:sisyphus+356727.10100.13.1 -File: /usr/lib/debug/.build-id/3d 40755 root:root -File: /usr/lib/debug/.build-id/3d/355d4d406caef09149fcbb0d52c7d1bb7e5470 120777 root:root ../../../../lib64/ocaml/stublibs/dllmlexpat.so -File: /usr/lib/debug/.build-id/3d/355d4d406caef09149fcbb0d52c7d1bb7e5470.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllmlexpat.so.debug -File: /usr/lib/debug/.build-id/3e 40755 root:root -File: /usr/lib/debug/.build-id/3e/b1cd333fb18655f1a7ec2dfdf747a2e86bd603 120777 root:root ../../../../lib64/ocaml/expat/expat.cmxs -File: /usr/lib/debug/.build-id/3e/b1cd333fb18655f1a7ec2dfdf747a2e86bd603.debug 120777 root:root ../../usr/lib64/ocaml/expat/expat.cmxs.debug +File: /usr/lib/debug/.build-id/d7 40755 root:root +File: /usr/lib/debug/.build-id/d7/b2a0eeea611347d9942fecbdfb1c482cbf3507 120777 root:root ../../../../lib64/ocaml/expat/expat.cmxs +File: /usr/lib/debug/.build-id/d7/b2a0eeea611347d9942fecbdfb1c482cbf3507.debug 120777 root:root ../../usr/lib64/ocaml/expat/expat.cmxs.debug +File: /usr/lib/debug/.build-id/e5 40755 root:root +File: /usr/lib/debug/.build-id/e5/93948f43307c952bf8889b61d895c6d8826ff3 120777 root:root ../../../../lib64/ocaml/stublibs/dllmlexpat.so +File: /usr/lib/debug/.build-id/e5/93948f43307c952bf8889b61d895c6d8826ff3.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllmlexpat.so.debug File: /usr/lib/debug/usr/lib64/ocaml 40755 root:root File: /usr/lib/debug/usr/lib64/ocaml/expat 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/expat/expat.cmxs.debug 100644 root:root 95ccb890f735c63691c48ceac11ab0cc +File: /usr/lib/debug/usr/lib64/ocaml/expat/expat.cmxs.debug 100644 root:root b1d87fe71516cf31b533722c30b3cc64 File: /usr/lib/debug/usr/lib64/ocaml/stublibs 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/stublibs/dllmlexpat.so.debug 100644 root:root 56ccd12a591fdecfaf4175f316315014 +File: /usr/lib/debug/usr/lib64/ocaml/stublibs/dllmlexpat.so.debug 100644 root:root a3485bdbed44f8c0dfeac861df3f2212 File: /usr/src/debug/ocaml-expat-1.3.0 40755 root:root @@ -34,2 +34,2 @@ File: /usr/src/debug/ocaml-expat-1.3.0/expat_stubs.c 100644 root:root 8a318852ee3f70a99f9e4004bcfe57b2 -RPMIdentity: 59ab13d9a26dd84e8eb7e8ce28c0688b2ba2bb406e1669fe532eb0671ebf0869361f7676ef838a4ca534c0f6ef64495ca34d3d06f31d8ecd6c624aa3e7f0ae08 +RPMIdentity: ce10ccddae7ab329ae1577df23d25e93fb0282363afc4fa4d6a065cb2135f49212712ed14331b09ceb848f5bf3394bdb97f90581c6b86784e55a4c2fa5ffb398 --- ocaml-expat-devel-1.3.0-alt2.x86_64.rpm.repo 2024-09-13 13:34:15.000000000 +0000 +++ ocaml-expat-devel-1.3.0-alt2.x86_64.rpm.hasher 2024-11-14 02:53:28.621940946 +0000 @@ -10,6 +10,6 @@ Provides: ocaml-expat-devel = 1.3.0-alt2:sisyphus+356727.10100.13.1 -File: /usr/lib64/ocaml/expat/expat.a 100644 root:root a8f6635b82c5a2236fc7707cde9702aa +File: /usr/lib64/ocaml/expat/expat.a 100644 root:root 9ce5a346da53efcababe5fb6664127ab File: /usr/lib64/ocaml/expat/expat.cmxa 100644 root:root 183a95dfd9ea1ef58a6809664bea774a File: /usr/lib64/ocaml/expat/expat.mli 100644 root:root e932068d9c23964c97e18d47753b4477 -File: /usr/lib64/ocaml/expat/libmlexpat.a 100644 root:root 94832dddf7d773222ff65801cd7fc135 -RPMIdentity: 4e0afc198605e32d614f2c25070129850e03875a4d5c041e16509a7a6ff19908b9157b807f1bce36bce5c5424bb8edd6ae75efd35737afb34136729d5fe065b2 +File: /usr/lib64/ocaml/expat/libmlexpat.a 100644 root:root 8db9b790b055392edcd10f8e33c6591b +RPMIdentity: a9567d5a64ab38eb31653209ea079cbf455e53ebf02a699526c1d78869f1333677eca6afef80a48101bb68aa6b7cccb3e1151852c288667fb9f59cfa7bae2c61