<86>Nov 14 02:42:59 userdel[992423]: delete user 'rooter' <86>Nov 14 02:42:59 userdel[992423]: removed group 'rooter' owned by 'rooter' <86>Nov 14 02:42:59 userdel[992423]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 14 02:42:59 groupadd[992474]: group added to /etc/group: name=rooter, GID=1811 <86>Nov 14 02:42:59 groupadd[992474]: group added to /etc/gshadow: name=rooter <86>Nov 14 02:42:59 groupadd[992474]: new group: name=rooter, GID=1811 <86>Nov 14 02:42:59 useradd[992510]: new user: name=rooter, UID=1811, GID=1811, home=/root, shell=/bin/bash, from=none <86>Nov 14 02:42:59 userdel[992563]: delete user 'builder' <86>Nov 14 02:42:59 userdel[992563]: removed group 'builder' owned by 'builder' <86>Nov 14 02:42:59 userdel[992563]: removed shadow group 'builder' owned by 'builder' <86>Nov 14 02:42:59 groupadd[992604]: group added to /etc/group: name=builder, GID=1812 <86>Nov 14 02:42:59 groupadd[992604]: group added to /etc/gshadow: name=builder <86>Nov 14 02:42:59 groupadd[992604]: new group: name=builder, GID=1812 <86>Nov 14 02:42:59 useradd[992637]: new user: name=builder, UID=1812, GID=1812, home=/usr/src, shell=/bin/bash, from=none warning: Macro %dune_build not found warning: Macro %dune_install not found warning: Macro %dune_check not found <13>Nov 14 02:43:02 rpmi: rpm-build-ocaml-1.6.3-alt1 sisyphus+356727.100.1.1 1725368784 installed <13>Nov 14 02:43:05 rpmi: ocaml-5.2.0-alt1 sisyphus+356727.140.13.1 1726231740 installed <13>Nov 14 02:43:05 rpmi: ocaml-runtime-5.2.0-alt1 sisyphus+356727.140.13.1 1726231740 installed <13>Nov 14 02:43:06 rpmi: dune-3.16.0-alt1 sisyphus+356727.400.13.1 1726231927 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-csexp-1.5.2-alt1.nosrc.rpm (w1.gzdio) Installing ocaml-csexp-1.5.2-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.84644 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-csexp-1.5.2 + echo 'Source #0 (ocaml-csexp-1.5.2.tar):' Source #0 (ocaml-csexp-1.5.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-csexp-1.5.2.tar + cd ocaml-csexp-1.5.2 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.84644 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-csexp-1.5.2 + sed '3 i (version 1.5.2)' dune-project (lang dune 3.4) (name csexp) (version 1.5.2) (license MIT) (maintainers "Jeremie Dimino ") (authors "Quentin Hocquet " "Jane Street Group, LLC " "Jeremie Dimino ") (source (github ocaml-dune/csexp)) (documentation "https://ocaml-dune.github.io/csexp/") (generate_opam_files true) (package (name csexp) (depends (ocaml (>= 4.03.0)) ; (ppx_expect :with-test) ; Disabled because of a dependency cycle ; (see https://github.com/ocaml-opam/opam-depext/issues/121) ) (synopsis "Parsing and printing of S-expressions in Canonical form") (description " This library provides minimal support for Canonical S-expressions [1]. Canonical S-expressions are a binary encoding of S-expressions that is super simple and well suited for communication between programs. This library only provides a few helpers for simple applications. If you need more advanced support, such as parsing from more fancy input sources, you should consider copying the code of this library given how simple parsing S-expressions in canonical form is. To avoid a dependency on a particular S-expression library, the only module of this library is parameterised by the type of S-expressions. [1] https://en.wikipedia.org/wiki/Canonical_S-expressions ")) + /usr/bin/dune build --verbose -p csexp Shared cache: disabled Shared cache location: /usr/src/.cache/dune/db Workspace root: /usr/src/RPM/BUILD/ocaml-csexp-1.5.2 Auto-detected concurrency: 16 Dune context: { name = "default" ; kind = "default" ; profile = Release ; merlin = true ; fdo_target_exe = None ; build_dir = In_build_dir "default" ; instrument_with = [] } Actual targets: - recursive alias @install Running[1]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.csexp.objs/byte -no-alias-deps -o src/.csexp.objs/byte/csexp.cmi -c -intf src/csexp.mli) Running[2]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -I src/.csexp.objs/byte -I src/.csexp.objs/native -intf-suffix .ml -no-alias-deps -o src/.csexp.objs/native/csexp.cmx -c -impl src/csexp.ml) Running[3]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.csexp.objs/byte -intf-suffix .ml -no-alias-deps -o src/.csexp.objs/byte/csexp.cmo -c -impl src/csexp.ml) Output[3]: File "src/csexp.ml", line 236, characters 7-14: 236 | [@@inlined always] ^^^^^^^ Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context Running[4]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -a -o src/csexp.cma src/.csexp.objs/byte/csexp.cmo) Output[2]: File "src/csexp.ml", line 236, characters 7-14: 236 | [@@inlined always] ^^^^^^^ Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context Running[5]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -a -o src/csexp.cmxa src/.csexp.objs/native/csexp.cmx) Running[6]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -shared -linkall -I src -o src/csexp.cmxs src/csexp.cmxa) Promoting "_build/default/csexp.install" to "csexp.install" + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.84644 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-csexp-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-csexp-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd ocaml-csexp-1.5.2 + __dune_install + /usr/bin/dune install --destdir=/usr/src/tmp/ocaml-csexp-buildroot + __ocaml_find_files + find /usr/src/tmp/ocaml-csexp-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-csexp-buildroot/usr/lib64/ocaml/ -type d -printf '%%dir /usr/lib64/ocaml/%P\n' + find /usr/src/tmp/ocaml-csexp-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-csexp-buildroot (auto) mode of './usr/lib64/ocaml/csexp/csexp.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ocaml-csexp-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-csexp-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-csexp-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-csexp-buildroot ./usr/lib64: (from :0) 056-debuginfo.brp: WARNING: 1 non-stripped binaries don't contain .debug sections making -debuginfo 056-debuginfo.brp: WARNING: package less relevant. An excerpt from the list of affected files follows: ./usr/lib64/ocaml/csexp/csexp.cmxs 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/ocaml-csexp-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_ml_input_char verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_ml_output_char verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_exn_End_of_file verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib.output_string_838 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib.string_of_int_541 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_initialize verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Format.ksprintf_5484 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_reraise_exn verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__List.fold_left_776 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib.really_input_string_1076 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Bytes.sub_332 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_call_realloc_stack verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Buffer.create_122 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__List.iter_728 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Buffer.add_char_427 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Buffer.add_string_659 Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ocaml-csexp-buildroot Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.61985 Check is turned off by --without check Processing files: ocaml-csexp-1.5.2-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.61985 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-csexp-1.5.2 + DOCDIR=/usr/src/tmp/ocaml-csexp-buildroot/usr/share/doc/ocaml-csexp-1.5.2 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-csexp-buildroot/usr/share/doc/ocaml-csexp-1.5.2 + /bin/mkdir -p /usr/src/tmp/ocaml-csexp-buildroot/usr/share/doc/ocaml-csexp-1.5.2 + cp -prL LICENSE.md CHANGES.md README.md /usr/src/tmp/ocaml-csexp-buildroot/usr/share/doc/ocaml-csexp-1.5.2 + chmod -R go-w /usr/src/tmp/ocaml-csexp-buildroot/usr/share/doc/ocaml-csexp-1.5.2 + chmod -R a+rX /usr/src/tmp/ocaml-csexp-buildroot/usr/share/doc/ocaml-csexp-1.5.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NW3CI2 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.pMCJkn 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(Csexp) = 5.2.0-D1B96B52 Requires: ocaml-cmi(CamlinternalFormatBasics) = 5.2.0-1068D69A, ocaml-cmi(Stdlib) = 5.2.0-C58CFA3A, ocaml-cmi(Stdlib__Buffer) = 5.2.0-8F70A9FA, ocaml-cmi(Stdlib__Char) = 5.2.0-CEE76848, ocaml-cmi(Stdlib__Domain) = 5.2.0-1232ADC2, ocaml-cmi(Stdlib__Either) = 5.2.0-20EB2929, ocaml-cmi(Stdlib__Format) = 5.2.0-AF7F8234, ocaml-cmi(Stdlib__List) = 5.2.0-17210DE5, ocaml-cmi(Stdlib__Seq) = 5.2.0-BE0DDC4F, ocaml-cmi(Stdlib__String) = 5.2.0-161361DF, ocaml-cmi(Stdlib__Sys) = 5.2.0-0E44FC4D, ocaml-cmi(Stdlib__Uchar) = 5.2.0-4907C986, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BAg1bQ Creating ocaml-csexp-debuginfo package Processing files: ocaml-csexp-devel-1.5.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pmwzkA 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.tWTLvW 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(Csexp) = 5.2.0-D1B96B52, ocaml-cmt(Csexp) = 5.2.0-D1B96B52, ocaml-cmx(Csexp) = 5.2.0-AA7F343F Requires: ocaml-csexp = 1.5.2-alt1, ocaml-cmi(CamlinternalFormatBasics) = 5.2.0-1068D69A, ocaml-cmi(Stdlib) = 5.2.0-C58CFA3A, ocaml-cmi(Stdlib__Buffer) = 5.2.0-8F70A9FA, ocaml-cmi(Stdlib__Char) = 5.2.0-CEE76848, ocaml-cmi(Stdlib__Domain) = 5.2.0-1232ADC2, ocaml-cmi(Stdlib__Either) = 5.2.0-20EB2929, ocaml-cmi(Stdlib__Format) = 5.2.0-AF7F8234, ocaml-cmi(Stdlib__List) = 5.2.0-17210DE5, ocaml-cmi(Stdlib__Seq) = 5.2.0-BE0DDC4F, ocaml-cmi(Stdlib__String) = 5.2.0-161361DF, ocaml-cmi(Stdlib__Sys) = 5.2.0-0E44FC4D, ocaml-cmi(Stdlib__Uchar) = 5.2.0-4907C986, ocaml-cmt(CamlinternalFormatBasics) = 5.2.0-1068D69A, ocaml-cmt(Stdlib) = 5.2.0-C58CFA3A, ocaml-cmt(Stdlib__Buffer) = 5.2.0-8F70A9FA, ocaml-cmt(Stdlib__Char) = 5.2.0-CEE76848, ocaml-cmt(Stdlib__Domain) = 5.2.0-1232ADC2, ocaml-cmt(Stdlib__Either) = 5.2.0-20EB2929, ocaml-cmt(Stdlib__Format) = 5.2.0-AF7F8234, ocaml-cmt(Stdlib__List) = 5.2.0-17210DE5, ocaml-cmt(Stdlib__Seq) = 5.2.0-BE0DDC4F, ocaml-cmt(Stdlib__String) = 5.2.0-161361DF, ocaml-cmt(Stdlib__Sys) = 5.2.0-0E44FC4D, ocaml-cmt(Stdlib__Uchar) = 5.2.0-4907C986, ocaml-cmx(CamlinternalFormat) = 5.2.0-2C6EC03D, ocaml-cmx(Stdlib) = 5.2.0-B288E505, ocaml-cmx(Stdlib__Buffer) = 5.2.0-99D7622B, ocaml-cmx(Stdlib__Bytes) = 5.2.0-E0D402AF, ocaml-cmx(Stdlib__Format) = 5.2.0-7A14AC4A, ocaml-cmx(Stdlib__List) = 5.2.0-433221A5, ocaml-cmx(Stdlib__String) = 5.2.0-99C01ADD, ocaml-cmx(Stdlib__Sys) = 5.2.0-F3E1F359 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.whYVrV Processing files: ocaml-csexp-debuginfo-1.5.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mUgTkC find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1pB6ch find-requires: running scripts (debuginfo) Requires: ocaml-csexp = 1.5.2-alt1 Adding to ocaml-csexp-devel a strict dependency on ocaml-csexp Adding to ocaml-csexp-debuginfo a strict dependency on ocaml-csexp Removing 12 extra deps from ocaml-csexp-devel due to repentancy on ocaml-csexp warning: Installed (but unpackaged) file(s) found: /usr/share/doc/csexp/CHANGES.md /usr/share/doc/csexp/LICENSE.md /usr/share/doc/csexp/README.md Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-csexp-1.5.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-csexp-devel-1.5.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-csexp-debuginfo-1.5.2-alt1.x86_64.rpm (w2.lzdio) 0.67user 1.55system 0:09.09elapsed 24%CPU (0avgtext+0avgdata 37888maxresident)k 0inputs+0outputs (0major+256682minor)pagefaults 0swaps 3.57user 2.94system 0:22.26elapsed 29%CPU (0avgtext+0avgdata 136512maxresident)k 0inputs+0outputs (0major+206541minor)pagefaults 0swaps --- ocaml-csexp-1.5.2-alt1.x86_64.rpm.repo 2024-09-13 12:50:55.000000000 +0000 +++ ocaml-csexp-1.5.2-alt1.x86_64.rpm.hasher 2024-11-14 02:43:17.919659761 +0000 @@ -31,3 +31,3 @@ File: /usr/lib64/ocaml/csexp/csexp.cmi 100644 root:root 9b5471b878013549b30629eea28f2a6c -File: /usr/lib64/ocaml/csexp/csexp.cmxs 100644 root:root c860f4e397ec02412c880238aef3c002 +File: /usr/lib64/ocaml/csexp/csexp.cmxs 100644 root:root 1b13535325af913724f25d36ec253e76 File: /usr/share/doc/ocaml-csexp-1.5.2 40755 root:root @@ -36,2 +36,2 @@ File: /usr/share/doc/ocaml-csexp-1.5.2/README.md 100644 root:root 8d68472c05894253634f320a31eb0c43 -RPMIdentity: 8f65ff3363a27a5d18e723ee3b725aee7c6ac098309116d9969ff27893eaa07c64f8c7ee9dd185950aaef38045e01e9511745e9270755f0c39563d826aef2fab +RPMIdentity: 08b6757604a5d3e9a26daa3f403b10e76798081da45d624ca84c506a12dac5d3829243d385c20b0a890496eff9a7ff8e38a8a52c5f7ba66d5b3674ea723f9475 --- ocaml-csexp-debuginfo-1.5.2-alt1.x86_64.rpm.repo 2024-09-13 12:50:55.000000000 +0000 +++ ocaml-csexp-debuginfo-1.5.2-alt1.x86_64.rpm.hasher 2024-11-14 02:43:17.996660994 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/57 40755 root:root -/usr/lib/debug/.build-id/57/dce1d35285a7aca8cec9636d084c90ad7fbd05 120777 root:root ../../../../lib64/ocaml/csexp/csexp.cmxs -/usr/lib/debug/.build-id/57/dce1d35285a7aca8cec9636d084c90ad7fbd05.debug 120777 root:root ../../usr/lib64/ocaml/csexp/csexp.cmxs.debug +/usr/lib/debug/.build-id/0d 40755 root:root +/usr/lib/debug/.build-id/0d/2bae3fa27919584d31126bc5a9bde901a6154a 120777 root:root ../../../../lib64/ocaml/csexp/csexp.cmxs +/usr/lib/debug/.build-id/0d/2bae3fa27919584d31126bc5a9bde901a6154a.debug 120777 root:root ../../usr/lib64/ocaml/csexp/csexp.cmxs.debug /usr/lib/debug/usr/lib64/ocaml 40755 root:root @@ -9,8 +9,8 @@ Provides: ocaml-csexp-debuginfo = 1.5.2-alt1:sisyphus+356727.340.13.1 -File: /usr/lib/debug/.build-id/57 40755 root:root -File: /usr/lib/debug/.build-id/57/dce1d35285a7aca8cec9636d084c90ad7fbd05 120777 root:root ../../../../lib64/ocaml/csexp/csexp.cmxs -File: /usr/lib/debug/.build-id/57/dce1d35285a7aca8cec9636d084c90ad7fbd05.debug 120777 root:root ../../usr/lib64/ocaml/csexp/csexp.cmxs.debug +File: /usr/lib/debug/.build-id/0d 40755 root:root +File: /usr/lib/debug/.build-id/0d/2bae3fa27919584d31126bc5a9bde901a6154a 120777 root:root ../../../../lib64/ocaml/csexp/csexp.cmxs +File: /usr/lib/debug/.build-id/0d/2bae3fa27919584d31126bc5a9bde901a6154a.debug 120777 root:root ../../usr/lib64/ocaml/csexp/csexp.cmxs.debug File: /usr/lib/debug/usr/lib64/ocaml 40755 root:root File: /usr/lib/debug/usr/lib64/ocaml/csexp 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/csexp/csexp.cmxs.debug 100644 root:root b87f4090be3ecda3aad5f70462af3b95 -RPMIdentity: bdaadc86d0ede04e17b7e0088f9d90eb9e9244aa0db90473ed363454fa5c20ac3576f7eb1e1786577628c9b4754d3600a305474bd8f1675d8130f04dc6971611 +File: /usr/lib/debug/usr/lib64/ocaml/csexp/csexp.cmxs.debug 100644 root:root b721b7f2575f514797b6480496ef1e60 +RPMIdentity: 3cb6009f250f39638f7b1b1272bd739773658ea4a94d4fba9e7fc5bc92b0152007d11408b0d4e1793b122863b113b0514869271b85231de22072fd582504c97d --- ocaml-csexp-devel-1.5.2-alt1.x86_64.rpm.repo 2024-09-13 12:50:55.000000000 +0000 +++ ocaml-csexp-devel-1.5.2-alt1.x86_64.rpm.hasher 2024-11-14 02:43:18.063662067 +0000 @@ -35,5 +35,5 @@ Provides: ocaml-csexp-devel = 1.5.2-alt1:sisyphus+356727.340.13.1 -File: /usr/lib64/ocaml/csexp/csexp.a 100644 root:root 8f3fd03629baa9ab9cacd9bfeb72ecad -File: /usr/lib64/ocaml/csexp/csexp.cmt 100644 root:root f6c301daeeda7fd7bc0d44267ca5df14 -File: /usr/lib64/ocaml/csexp/csexp.cmti 100644 root:root 2afc703b6457fb6342f0637d7919103b +File: /usr/lib64/ocaml/csexp/csexp.a 100644 root:root 489b571191a4ab0e0e0e17b43b2b7442 +File: /usr/lib64/ocaml/csexp/csexp.cmt 100644 root:root 0351226daeb390f99a844c56f6e37fe5 +File: /usr/lib64/ocaml/csexp/csexp.cmti 100644 root:root a3075cfb480e79b02caf63e147868fd1 File: /usr/lib64/ocaml/csexp/csexp.cmx 100644 root:root 773b2758f506047eb2562d149fabea73 @@ -42,4 +42,4 @@ File: /usr/lib64/ocaml/csexp/csexp.mli 100644 root:root 727e89c979f0d132ea797a77a2eb3d37 -File: /usr/lib64/ocaml/csexp/dune-package 100644 root:root fa8866826c7e696ccf1598aa00fc1d6f +File: /usr/lib64/ocaml/csexp/dune-package 100644 root:root e20a12baab18647c8246ad66238222c0 File: /usr/lib64/ocaml/csexp/opam 100644 root:root 804138a58ba6fd8c2575b0e86ec9cf5d -RPMIdentity: 9e2a596823daf72ec4567f09665f0b9653b0cfa7671658a3f88898d1817697f51b12d6ac3ae951bbdda2f026fe0f57b41ddc28a5d823a3034492f82173d50862 +RPMIdentity: b25f0879d6c2fffa65fb024e43d0171905acfac7ab10f7457ae7efacdbf7da1fb348a4b75b0bf69e778efbd4e06c3ed78064f57fae120081ebf8bbdcebb85b89