<86>Aug 7 01:05:58 userdel[2588242]: delete user 'rooter' <86>Aug 7 01:05:58 userdel[2588242]: removed group 'rooter' owned by 'rooter' <86>Aug 7 01:05:58 userdel[2588242]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 7 01:05:58 groupadd[2588268]: group added to /etc/group: name=rooter, GID=990 <86>Aug 7 01:05:58 groupadd[2588268]: group added to /etc/gshadow: name=rooter <86>Aug 7 01:05:58 groupadd[2588268]: new group: name=rooter, GID=990 <86>Aug 7 01:05:58 useradd[2588291]: new user: name=rooter, UID=990, GID=990, home=/root, shell=/bin/bash <86>Aug 7 01:05:58 userdel[2588320]: delete user 'builder' <86>Aug 7 01:05:58 userdel[2588320]: removed group 'builder' owned by 'builder' <86>Aug 7 01:05:58 userdel[2588320]: removed shadow group 'builder' owned by 'builder' <86>Aug 7 01:05:58 groupadd[2588354]: group added to /etc/group: name=builder, GID=991 <86>Aug 7 01:05:58 groupadd[2588354]: group added to /etc/gshadow: name=builder <86>Aug 7 01:05:58 groupadd[2588354]: new group: name=builder, GID=991 <86>Aug 7 01:05:58 useradd[2588377]: new user: name=builder, UID=991, GID=991, home=/usr/src, shell=/bin/bash <13>Aug 7 01:06:00 rpmi: ocaml-runtime-4.13.1-alt1 p10+289137.100.8.1 1638001619 installed <13>Aug 7 01:06:00 rpmi: rpm-build-ocaml-1.4.2-alt1 p10+289137.700.7.1 1637431351 installed <13>Aug 7 01:06:07 rpmi: ocaml-4.13.1-alt1 p10+289137.100.8.1 1638001619 installed <13>Aug 7 01:06:07 rpmi: ocaml-findlib-1.9.1-alt2 p10+289137.1000.8.1 1638001980 installed <13>Aug 7 01:06:07 rpmi: libexpat-2.4.3-alt1 p10+293695.100.1.1 1642509078 installed <13>Aug 7 01:06:07 rpmi: libexpat-devel-2.4.3-alt1 p10+293695.100.1.1 1642509078 installed <13>Aug 7 01:06:07 rpmi: ocaml-findlib-devel-1.9.1-alt2 p10+289137.1000.8.1 1638001980 installed <13>Aug 7 01:06:07 rpmi: chrpath-0.16-alt1 sisyphus+278100.500.1.1 1626056633 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-expat-1.1.0-alt5.nosrc.rpm (w1.gzdio) Installing ocaml-expat-1.1.0-alt5.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.508 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-expat-1.1.0 + echo 'Source #0 (ocaml-expat-1.1.0.tar):' Source #0 (ocaml-expat-1.1.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-expat-1.1.0.tar + cd ocaml-expat-1.1.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.508 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-expat-1.1.0 + make depend make: Entering directory '/usr/src/RPM/BUILD/ocaml-expat-1.1.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.1.0' + make all allopt 'OCAMLC=ocamlc.opt -g' 'OCAMLOPT=ocamlopt.opt -g' make: Entering directory '/usr/src/RPM/BUILD/ocaml-expat-1.1.0' ocamlc.opt -g -c -ccopt "-DFULL_UNROLL -O2 -I/usr/local/include" 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:290:24: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:78:9: 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:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 350 | expat_error_exn = caml_named_value("expat_error"); | ^ In file included from expat_stubs.c:23: expat_stubs.c: In function 'expat_XML_ParseSub': /usr/lib64/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #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:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #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:465, 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 * restrict' but argument is of type 'const char *' 26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ In file included from expat_stubs.c:23: expat_stubs.c: In function 'default_handler': /usr/lib64/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #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); | ^~~~~~~~~~ In file included from /usr/include/features.h:465, 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:33:1: note: expected 'void *' but argument is of type 'const char *' 33 | __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.1.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.508 + 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:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-expat-1.1.0 + export DESTDIR=/usr/src/tmp/ocaml-expat-buildroot + DESTDIR=/usr/src/tmp/ocaml-expat-buildroot + 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 /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/stublibs + make install make: Entering directory '/usr/src/RPM/BUILD/ocaml-expat-1.1.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.1.0' + chrpath --delete /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/stublibs/dllmlexpat.so + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-expat-buildroot (auto) mode of './usr/lib64/ocaml/expat/expat.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/ocaml/stublibs/dllmlexpat.so' 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=relaxed,unresolved=normal) 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_allocN 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_166 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_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_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_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 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_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 Processing files: ocaml-expat-1.1.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.508 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-expat-1.1.0 + DOCDIR=/usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.1.0 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.1.0 + /bin/mkdir -p /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.1.0 + cp -prL LICENCE README changelog /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.1.0 + chmod -R go-w /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.1.0 + chmod -R a+rX /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WvRhY1 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.RbFwt1 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) = 4.13.1-C1190C8B, ocaml-dll(mlexpat) Requires: 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) = 4.13.1-C4B583A7, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Bytes) = 4.13.1-CBDE4789, ocaml-cmi(Stdlib__Callback) = 4.13.1-BE7617C4, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-runtime = 4.13.1, 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.oXcHQX Creating ocaml-expat-debuginfo package Processing files: ocaml-expat-devel-1.1.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.21220 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-expat-1.1.0 + DOCDIR=/usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-devel-1.1.0 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-devel-1.1.0 + /bin/mkdir -p /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-devel-1.1.0 + cp -prL LICENCE README changelog /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-devel-1.1.0 + chmod -R go-w /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-devel-1.1.0 + chmod -R a+rX /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-devel-1.1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XXIDwY 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.ryTt2Y 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(Expat) = 4.13.1-3F59A0DA Requires: ocaml-expat = 1.1.0-alt5, /usr/lib64/ocaml/stublibs/dllmlexpat.so, libexpat, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(Expat) = 4.13.1-C1190C8B, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Bytes) = 4.13.1-CBDE4789, ocaml-cmi(Stdlib__Callback) = 4.13.1-BE7617C4, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmx(Stdlib__Callback) = 4.13.1-A6D9902A Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.f7UTS0 Processing files: ocaml-expat-debuginfo-1.1.0-alt5 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jSiVVZ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JlHTD0 find-requires: running scripts (debuginfo) Requires: ocaml-expat = 1.1.0-alt5, 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 2 extra deps from ocaml-expat-devel due to dependency on ocaml-expat Removing 6 extra deps from ocaml-expat-devel due to repentancy on ocaml-expat Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-expat-1.1.0-alt5.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-expat-devel-1.1.0-alt5.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-expat-debuginfo-1.1.0-alt5.x86_64.rpm (w2.lzdio) 0.73user 0.76system 0:08.73elapsed 17%CPU (0avgtext+0avgdata 30768maxresident)k 0inputs+0outputs (0major+281686minor)pagefaults 0swaps 9.88user 3.73system 0:20.10elapsed 67%CPU (0avgtext+0avgdata 109228maxresident)k 240inputs+0outputs (32302major+554534minor)pagefaults 0swaps --- ocaml-expat-1.1.0-alt5.x86_64.rpm.repo 2021-11-27 08:39:01.000000000 +0000 +++ ocaml-expat-1.1.0-alt5.x86_64.rpm.hasher 2022-08-07 01:06:17.436565451 +0000 @@ -32,4 +32,4 @@ File: /usr/lib64/ocaml/expat/expat.cmi 100644 root:root fe1c9ac22a4308e77443702ac95c176d -File: /usr/lib64/ocaml/expat/expat.cmxs 100644 root:root 9f2ff2c3323449f903c04316d16e0ee6 -File: /usr/lib64/ocaml/stublibs/dllmlexpat.so 100644 root:root 603777e411eef98d8428bd2ccbbca60f +File: /usr/lib64/ocaml/expat/expat.cmxs 100644 root:root b5eadc4414a537772f9bb4c3c0203903 +File: /usr/lib64/ocaml/stublibs/dllmlexpat.so 100644 root:root fd2f7541fa50d1c4bbf6d29c011eaa1a File: /usr/lib64/ocaml/stublibs/dllmlexpat.so.owner 100644 root:root 2fe417564aff906a9b3b617dfed9de6a @@ -39,2 +39,2 @@ File: /usr/share/doc/ocaml-expat-1.1.0/changelog 100644 root:root 6bda7574b45a1e8d06683efd7d150330 -RPMIdentity: fceadb26ff5317dfd1b37e0f5877dcf3b412c795f633f6268422706bd43bd2d3b1db09f6a6de9eab706417323ba8003de19f8575d17a5f11ff3ea77c4b1fc8b8 +RPMIdentity: c7bd5c883b07e4ad263bfe9142288d2e5c9642b2f033804071c753e61b8d1c1f3d49d7d4e5763eb780d3f278b24edf878ffbec58a0b506e55192c83d570c529b --- ocaml-expat-debuginfo-1.1.0-alt5.x86_64.rpm.repo 2021-11-27 08:39:01.000000000 +0000 +++ ocaml-expat-debuginfo-1.1.0-alt5.x86_64.rpm.hasher 2022-08-07 01:06:17.517566594 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/ac 40755 root:root -/usr/lib/debug/.build-id/ac/bd668278fff20be8138ec261a1ac69514d75b3 120777 root:root ../../../../lib64/ocaml/stublibs/dllmlexpat.so -/usr/lib/debug/.build-id/ac/bd668278fff20be8138ec261a1ac69514d75b3.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllmlexpat.so.debug -/usr/lib/debug/.build-id/b9 40755 root:root -/usr/lib/debug/.build-id/b9/8d95dbaf602bfd79167e4c216a6f0b28a0c625 120777 root:root ../../../../lib64/ocaml/expat/expat.cmxs -/usr/lib/debug/.build-id/b9/8d95dbaf602bfd79167e4c216a6f0b28a0c625.debug 120777 root:root ../../usr/lib64/ocaml/expat/expat.cmxs.debug +/usr/lib/debug/.build-id/82 40755 root:root +/usr/lib/debug/.build-id/82/6692bf111dbb5d8e83346ce91ba3b9114179d9 120777 root:root ../../../../lib64/ocaml/expat/expat.cmxs +/usr/lib/debug/.build-id/82/6692bf111dbb5d8e83346ce91ba3b9114179d9.debug 120777 root:root ../../usr/lib64/ocaml/expat/expat.cmxs.debug +/usr/lib/debug/.build-id/f4 40755 root:root +/usr/lib/debug/.build-id/f4/731edb68333fe9df959f8c838aab546eec5dec 120777 root:root ../../../../lib64/ocaml/stublibs/dllmlexpat.so +/usr/lib/debug/.build-id/f4/731edb68333fe9df959f8c838aab546eec5dec.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllmlexpat.so.debug /usr/lib/debug/usr/lib64/ocaml 40755 root:root @@ -19,13 +19,13 @@ Provides: ocaml-expat-debuginfo = 1.1.0-alt5:p10+289137.2200.8.1 -File: /usr/lib/debug/.build-id/ac 40755 root:root -File: /usr/lib/debug/.build-id/ac/bd668278fff20be8138ec261a1ac69514d75b3 120777 root:root ../../../../lib64/ocaml/stublibs/dllmlexpat.so -File: /usr/lib/debug/.build-id/ac/bd668278fff20be8138ec261a1ac69514d75b3.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllmlexpat.so.debug -File: /usr/lib/debug/.build-id/b9 40755 root:root -File: /usr/lib/debug/.build-id/b9/8d95dbaf602bfd79167e4c216a6f0b28a0c625 120777 root:root ../../../../lib64/ocaml/expat/expat.cmxs -File: /usr/lib/debug/.build-id/b9/8d95dbaf602bfd79167e4c216a6f0b28a0c625.debug 120777 root:root ../../usr/lib64/ocaml/expat/expat.cmxs.debug +File: /usr/lib/debug/.build-id/82 40755 root:root +File: /usr/lib/debug/.build-id/82/6692bf111dbb5d8e83346ce91ba3b9114179d9 120777 root:root ../../../../lib64/ocaml/expat/expat.cmxs +File: /usr/lib/debug/.build-id/82/6692bf111dbb5d8e83346ce91ba3b9114179d9.debug 120777 root:root ../../usr/lib64/ocaml/expat/expat.cmxs.debug +File: /usr/lib/debug/.build-id/f4 40755 root:root +File: /usr/lib/debug/.build-id/f4/731edb68333fe9df959f8c838aab546eec5dec 120777 root:root ../../../../lib64/ocaml/stublibs/dllmlexpat.so +File: /usr/lib/debug/.build-id/f4/731edb68333fe9df959f8c838aab546eec5dec.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 21f6f2e7c97285fffd2b26c6f7d5ba8f +File: /usr/lib/debug/usr/lib64/ocaml/expat/expat.cmxs.debug 100644 root:root 86420104825dbee96b3401e9e4aef82f 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 be32c268706881cbcdcf3930c0d995ca +File: /usr/lib/debug/usr/lib64/ocaml/stublibs/dllmlexpat.so.debug 100644 root:root 96ba584ebe62cf77f1db4e76ac0959ee File: /usr/src/debug/ocaml-expat-1.1.0 40755 root:root @@ -33,2 +33,2 @@ File: /usr/src/debug/ocaml-expat-1.1.0/expat_stubs.c 100644 root:root 73da20c5cd25c976d7e54192630a376e -RPMIdentity: 344c5838f5b7a06df5f50472efb1e8c37541f8e7bb45e44736a4c4b2478cfaec87415c2e7353fbf2c0e4bff8ac67d5ed69cfa40ac7024ce97b3b43dcea6f6f0c +RPMIdentity: 247941183d81041a182d13dde6cf0592abf1cc623d69fd076620c5bf8bbeb2c3971e00e2db6d183f29b27bc25b803932dfb288bb6c40f38101023b4f83470cc4 --- ocaml-expat-devel-1.1.0-alt5.x86_64.rpm.repo 2021-11-27 08:39:00.000000000 +0000 +++ ocaml-expat-devel-1.1.0-alt5.x86_64.rpm.hasher 2022-08-07 01:06:17.595567694 +0000 @@ -16,3 +16,3 @@ File: /usr/lib64/ocaml/expat/expat.mli 100644 root:root e932068d9c23964c97e18d47753b4477 -File: /usr/lib64/ocaml/expat/libmlexpat.a 100644 root:root b6dac8dbef53eb100c0aa9b7053248fa +File: /usr/lib64/ocaml/expat/libmlexpat.a 100644 root:root 6bdf1aa545100b8ab0e34c93743662fa File: /usr/share/doc/ocaml-expat-devel-1.1.0 40755 root:root @@ -21,2 +21,2 @@ File: /usr/share/doc/ocaml-expat-devel-1.1.0/changelog 100644 root:root 6bda7574b45a1e8d06683efd7d150330 -RPMIdentity: 090f8166f5ab1435d9f03af4385f99ab6f8d5b7f567537b1f6d2f4092b1d711d2874a7c12f5bdddb3f2eafe87784ae444a315569149e0321fa5739f7e03c149c +RPMIdentity: 0e8f6ef7752d5f730ace953a295c4d6e6cab8cb6db6efa4854f240e89332b0aba6dee2e48da669cccfcc7258b0a069ab47a2af5458d077af3df781228ab9bb99