<86>May 4 02:35:52 userdel[2359472]: delete user 'rooter' <86>May 4 02:35:52 userdel[2359472]: removed group 'rooter' owned by 'rooter' <86>May 4 02:35:52 userdel[2359472]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 02:35:52 groupadd[2359482]: group added to /etc/group: name=rooter, GID=1820 <86>May 4 02:35:52 groupadd[2359482]: group added to /etc/gshadow: name=rooter <86>May 4 02:35:52 groupadd[2359482]: new group: name=rooter, GID=1820 <86>May 4 02:35:52 useradd[2359488]: new user: name=rooter, UID=1820, GID=1820, home=/root, shell=/bin/bash, from=none <86>May 4 02:35:52 userdel[2359505]: delete user 'builder' <86>May 4 02:35:52 userdel[2359505]: removed group 'builder' owned by 'builder' <86>May 4 02:35:52 userdel[2359505]: removed shadow group 'builder' owned by 'builder' <86>May 4 02:35:52 groupadd[2359512]: group added to /etc/group: name=builder, GID=1821 <86>May 4 02:35:52 groupadd[2359512]: group added to /etc/gshadow: name=builder <86>May 4 02:35:52 groupadd[2359512]: new group: name=builder, GID=1821 <86>May 4 02:35:52 useradd[2359518]: new user: name=builder, UID=1821, GID=1821, 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>May 4 02:35:56 rpmi: ocaml-runtime-4.14.1-alt1 sisyphus+333652.177.29.2 1701356220 installed <13>May 4 02:35:56 rpmi: rpm-build-ocaml-1.6.2-alt1 sisyphus+333652.74.29.2 1701355648 installed <13>May 4 02:36:03 rpmi: ocaml-4.14.1-alt1 sisyphus+333652.177.29.2 1701356220 installed <13>May 4 02:36:03 rpmi: dune-3.11.1-alt2 sisyphus+333652.440.29.2 1701356385 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.52480 + 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.52831 + 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 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 ; for_host = None ; fdo_target_exe = None ; build_dir = In_build_dir "default" ; ocaml_bin = External "/usr/bin" ; ocaml = Ok External "/usr/bin/ocaml" ; ocamlc = External "/usr/bin/ocamlc.opt" ; ocamlopt = Ok External "/usr/bin/ocamlopt.opt" ; ocamldep = Ok External "/usr/bin/ocamldep.opt" ; ocamlmklib = Ok External "/usr/bin/ocamlmklib.opt" ; installed_env = map { "INSIDE_DUNE" : "/usr/src/RPM/BUILD/ocaml-csexp-1.5.2/_build/default" } ; findlib_paths = [ External "/usr/lib64/ocaml" ] ; ocaml_config = { version = "4.14.1" ; standard_library_default = "/usr/lib64/ocaml" ; standard_library = "/usr/lib64/ocaml" ; standard_runtime = "the_standard_runtime_variable_was_deleted" ; ccomp_type = "cc" ; c_compiler = "gcc" ; ocamlc_cflags = [ "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-pthread" ; "-fPIC" ; "-pipe" ; "-frecord-gcc-switches" ; "-g" ; "-O2" ; "-D_FILE_OFFSET_BITS=64" ] ; ocamlc_cppflags = [ "-D_FILE_OFFSET_BITS=64" ] ; ocamlopt_cflags = [ "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-pthread" ; "-fPIC" ; "-pipe" ; "-frecord-gcc-switches" ; "-g" ; "-O2" ; "-D_FILE_OFFSET_BITS=64" ] ; ocamlopt_cppflags = [ "-D_FILE_OFFSET_BITS=64" ] ; bytecomp_c_compiler = [ "gcc" ; "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-pthread" ; "-fPIC" ; "-pipe" ; "-frecord-gcc-switches" ; "-g" ; "-O2" ; "-D_FILE_OFFSET_BITS=64" ; "-D_FILE_OFFSET_BITS=64" ] ; bytecomp_c_libraries = [ "-lm"; "-lpthread" ] ; native_c_compiler = [ "gcc" ; "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-pthread" ; "-fPIC" ; "-pipe" ; "-frecord-gcc-switches" ; "-g" ; "-O2" ; "-D_FILE_OFFSET_BITS=64" ; "-D_FILE_OFFSET_BITS=64" ] ; native_c_libraries = [ "-lm" ] ; native_pack_linker = [ "ld"; "-r"; "-o" ] ; cc_profile = [] ; architecture = "amd64" ; model = "default" ; int_size = 63 ; word_size = 64 ; system = "linux" ; asm = [ "as" ] ; asm_cfi_supported = true ; with_frame_pointers = false ; ext_exe = "" ; ext_obj = ".o" ; ext_asm = ".s" ; ext_lib = ".a" ; ext_dll = ".so" ; os_type = "Unix" ; default_executable_name = "a.out" ; systhread_supported = true ; host = "x86_64-pc-linux-gnu" ; target = "x86_64-pc-linux-gnu" ; profiling = false ; flambda = false ; spacetime = false ; safe_string = true ; exec_magic_number = "Caml1999X031" ; cmi_magic_number = "Caml1999I031" ; cmo_magic_number = "Caml1999O031" ; cma_magic_number = "Caml1999A031" ; cmx_magic_number = "Caml1999Y031" ; cmxa_magic_number = "Caml1999Z031" ; ast_impl_magic_number = "Caml1999M031" ; ast_intf_magic_number = "Caml1999N031" ; cmxs_magic_number = "Caml1999D031" ; cmt_magic_number = "Caml1999T031" ; natdynlink_supported = true ; supports_shared_libraries = true ; windows_unicode = false } ; instrument_with = [] } Actual targets: - recursive alias @install Running[1]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -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 -I src/.csexp.objs/byte -intf-suffix .ml -no-alias-deps -o src/.csexp.objs/byte/csexp.cmo -c -impl src/csexp.ml) Running[4]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -a -o src/csexp.cma src/.csexp.objs/byte/csexp.cmo) 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.52831 + 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_exn_Assert_failure 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: camlStdlib verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__List__iter_507 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__Bytes__sub_302 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Buffer__create_272 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: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Format__ksprintf_1801 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__really_input_string_317 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Buffer__resize_482 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_allocN 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__List__fold_left_521 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__string_of_int_177 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__output_string_250 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Buffer__add_string_654 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.52831 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.52831 + 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.cuQ21k 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.xcchf3 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) = 4.14.1-CC5D229D Requires: ocaml-cmi(CamlinternalFormatBasics) = 4.14.1-8F8F6345, ocaml-cmi(Stdlib) = 4.14.1-79B0E9D3, ocaml-cmi(Stdlib__Buffer) = 4.14.1-4B09C9A6, ocaml-cmi(Stdlib__Char) = 4.14.1-62AFE57B, ocaml-cmi(Stdlib__Either) = 4.14.1-26845DF2, ocaml-cmi(Stdlib__Format) = 4.14.1-B6EDB97B, ocaml-cmi(Stdlib__List) = 4.14.1-EE222542, ocaml-cmi(Stdlib__Seq) = 4.14.1-B6351103, ocaml-cmi(Stdlib__String) = 4.14.1-4933E1D8, ocaml-cmi(Stdlib__Sys) = 4.14.1-7726A14C, ocaml-cmi(Stdlib__Uchar) = 4.14.1-C0DDE02A, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.b1raFX 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.xGLcu3 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.YhfQwD 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) = 4.14.1-CC5D229D, ocaml-cmt(Csexp) = 4.14.1-CC5D229D, ocaml-cmx(Csexp) = 4.14.1-601A0AA9 Requires: ocaml-csexp = 1.5.2-alt1, ocaml-cmi(CamlinternalFormatBasics) = 4.14.1-8F8F6345, ocaml-cmi(Stdlib) = 4.14.1-79B0E9D3, ocaml-cmi(Stdlib__Buffer) = 4.14.1-4B09C9A6, ocaml-cmi(Stdlib__Char) = 4.14.1-62AFE57B, ocaml-cmi(Stdlib__Either) = 4.14.1-26845DF2, ocaml-cmi(Stdlib__Format) = 4.14.1-B6EDB97B, ocaml-cmi(Stdlib__List) = 4.14.1-EE222542, ocaml-cmi(Stdlib__Seq) = 4.14.1-B6351103, ocaml-cmi(Stdlib__String) = 4.14.1-4933E1D8, ocaml-cmi(Stdlib__Sys) = 4.14.1-7726A14C, ocaml-cmi(Stdlib__Uchar) = 4.14.1-C0DDE02A, ocaml-cmt(CamlinternalFormatBasics) = 4.14.1-8F8F6345, ocaml-cmt(Stdlib) = 4.14.1-79B0E9D3, ocaml-cmt(Stdlib__Buffer) = 4.14.1-4B09C9A6, ocaml-cmt(Stdlib__Char) = 4.14.1-62AFE57B, ocaml-cmt(Stdlib__Either) = 4.14.1-26845DF2, ocaml-cmt(Stdlib__Format) = 4.14.1-B6EDB97B, ocaml-cmt(Stdlib__List) = 4.14.1-EE222542, ocaml-cmt(Stdlib__Seq) = 4.14.1-B6351103, ocaml-cmt(Stdlib__String) = 4.14.1-4933E1D8, ocaml-cmt(Stdlib__Sys) = 4.14.1-7726A14C, ocaml-cmt(Stdlib__Uchar) = 4.14.1-C0DDE02A, ocaml-cmx(Stdlib) = 4.14.1-29FC6B4F, ocaml-cmx(Stdlib__Buffer) = 4.14.1-7F0DC044, ocaml-cmx(Stdlib__Format) = 4.14.1-2591B0ED, ocaml-cmx(Stdlib__List) = 4.14.1-0959BDC1, ocaml-cmx(Stdlib__String) = 4.14.1-3F1AAD95, ocaml-cmx(Stdlib__Sys) = 4.14.1-B4BF5589 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.T7VJA0 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.6Uq0Th find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8hSguh 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 11 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.58user 1.41system 0:08.84elapsed 22%CPU (0avgtext+0avgdata 23652maxresident)k 0inputs+0outputs (0major+248032minor)pagefaults 0swaps 3.74user 2.67system 0:26.77elapsed 23%CPU (0avgtext+0avgdata 131644maxresident)k 0inputs+0outputs (0major+215974minor)pagefaults 0swaps --- ocaml-csexp-1.5.2-alt1.x86_64.rpm.repo 2023-11-30 14:58:49.000000000 +0000 +++ ocaml-csexp-1.5.2-alt1.x86_64.rpm.hasher 2024-05-04 02:36:15.708642328 +0000 @@ -30,3 +30,3 @@ File: /usr/lib64/ocaml/csexp/csexp.cmi 100644 root:root 4ac03b002191aa3af5a6b09b60195dea -File: /usr/lib64/ocaml/csexp/csexp.cmxs 100644 root:root a8cc360ba728c3a14c91d9c2dc9cf225 +File: /usr/lib64/ocaml/csexp/csexp.cmxs 100644 root:root ede56801a41d773343e1097a412c4782 File: /usr/share/doc/ocaml-csexp-1.5.2 40755 root:root @@ -35,2 +35,2 @@ File: /usr/share/doc/ocaml-csexp-1.5.2/README.md 100644 root:root 8d68472c05894253634f320a31eb0c43 -RPMIdentity: f67d5a2854d774f35496ac4ce4a53b575dc631ed307346f5aa48bd33a6ed98a488fd193b787fed6c884616375c4ec62ccec6da98d5fe057c1f609032940d0c12 +RPMIdentity: f87184942ee69140f420e25e3ce5d5b7c58d7037ab22d420ac521a7c0a8f64751202a032366005b208be05d763e6be5ef904b31a2c74cf443d325feab94757cc --- ocaml-csexp-debuginfo-1.5.2-alt1.x86_64.rpm.repo 2023-11-30 14:58:49.000000000 +0000 +++ ocaml-csexp-debuginfo-1.5.2-alt1.x86_64.rpm.hasher 2024-05-04 02:36:15.800643871 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/ac 40755 root:root -/usr/lib/debug/.build-id/ac/9cf93a92e32da4665c177e6ab2c6fcf076f857 120777 root:root ../../../../lib64/ocaml/csexp/csexp.cmxs -/usr/lib/debug/.build-id/ac/9cf93a92e32da4665c177e6ab2c6fcf076f857.debug 120777 root:root ../../usr/lib64/ocaml/csexp/csexp.cmxs.debug +/usr/lib/debug/.build-id/61 40755 root:root +/usr/lib/debug/.build-id/61/44bc7b027d0741e3b226d910563a70b3cd8fae 120777 root:root ../../../../lib64/ocaml/csexp/csexp.cmxs +/usr/lib/debug/.build-id/61/44bc7b027d0741e3b226d910563a70b3cd8fae.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+333652.400.29.2 -File: /usr/lib/debug/.build-id/ac 40755 root:root -File: /usr/lib/debug/.build-id/ac/9cf93a92e32da4665c177e6ab2c6fcf076f857 120777 root:root ../../../../lib64/ocaml/csexp/csexp.cmxs -File: /usr/lib/debug/.build-id/ac/9cf93a92e32da4665c177e6ab2c6fcf076f857.debug 120777 root:root ../../usr/lib64/ocaml/csexp/csexp.cmxs.debug +File: /usr/lib/debug/.build-id/61 40755 root:root +File: /usr/lib/debug/.build-id/61/44bc7b027d0741e3b226d910563a70b3cd8fae 120777 root:root ../../../../lib64/ocaml/csexp/csexp.cmxs +File: /usr/lib/debug/.build-id/61/44bc7b027d0741e3b226d910563a70b3cd8fae.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 f928e192ee7bc0af03ed1a8776d98e3f -RPMIdentity: ff27bb8e68a703bf1492070016ce0a48f663bf547a28c59462c42f0758853f0df377209c8d94a9c7d975fefbf2e910fca6c0d802ef2193e217821f5916978c5f +File: /usr/lib/debug/usr/lib64/ocaml/csexp/csexp.cmxs.debug 100644 root:root f590340417cd3ad7606b7bdfefe9230f +RPMIdentity: f803e3ffcfbf4005d1448f692d98913719c2f5b4bcd1cd2bbf2eec3e6f5b64667e1f8fdadafc41cb4895b75607aa6c28da286af24921eb8b414995db9041f800