<86>Apr 27 09:23:54 userdel[1517538]: delete user 'rooter' <86>Apr 27 09:23:54 userdel[1517538]: removed group 'rooter' owned by 'rooter' <86>Apr 27 09:23:54 userdel[1517538]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 09:23:54 groupadd[1517608]: group added to /etc/group: name=rooter, GID=1850 <86>Apr 27 09:23:54 groupadd[1517608]: group added to /etc/gshadow: name=rooter <86>Apr 27 09:23:54 groupadd[1517608]: new group: name=rooter, GID=1850 <86>Apr 27 09:23:54 useradd[1517665]: new user: name=rooter, UID=1850, GID=1850, home=/root, shell=/bin/bash, from=none <86>Apr 27 09:23:54 userdel[1517733]: delete user 'builder' <86>Apr 27 09:23:54 userdel[1517733]: removed group 'builder' owned by 'builder' <86>Apr 27 09:23:54 userdel[1517733]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 09:23:54 groupadd[1517805]: group added to /etc/group: name=builder, GID=1851 <86>Apr 27 09:23:54 groupadd[1517805]: group added to /etc/gshadow: name=builder <86>Apr 27 09:23:54 groupadd[1517805]: new group: name=builder, GID=1851 <86>Apr 27 09:23:54 useradd[1517855]: new user: name=builder, UID=1851, GID=1851, 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>Apr 27 09:23:58 rpmi: ocaml-runtime-4.14.1-alt1 sisyphus+333652.177.29.2 1701355789 installed <13>Apr 27 09:23:58 rpmi: rpm-build-ocaml-1.6.2-alt1 sisyphus+333652.74.29.2 1701355648 installed <13>Apr 27 09:24:05 rpmi: ocaml-4.14.1-alt1 sisyphus+333652.177.29.2 1701355789 installed <13>Apr 27 09:24:05 rpmi: dune-3.11.1-alt2 sisyphus+333652.440.29.2 1701355995 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ocaml-integers-0.7.0-alt1.nosrc.rpm (w1.gzdio) Installing ocaml-integers-0.7.0-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.23120 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf integers-0.7.0 + echo 'Source #0 (integers-0.7.0.tar):' Source #0 (integers-0.7.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/integers-0.7.0.tar + cd integers-0.7.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.23120 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd integers-0.7.0 + sed -i s,stdlib-shims,, src/dune + /usr/bin/dune build --verbose -p integers Shared cache: disabled Workspace root: /usr/src/RPM/BUILD/integers-0.7.0 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" ; ocamlopt = Error { context = "default" ; program = "ocamlopt" ; hint = Some "ocamlc found in /usr/bin, but /usr/bin/ocamlopt doesn't exist (context: default)" } ; ocamldep = Ok External "/usr/bin/ocamldep" ; ocamlmklib = Ok External "/usr/bin/ocamlmklib" ; installed_env = map { "INSIDE_DUNE" : "/usr/src/RPM/BUILD/integers-0.7.0/_build/default" } ; findlib_paths = [ External "/usr/lib/ocaml" ] ; ocaml_config = { version = "4.14.1" ; standard_library_default = "/usr/lib/ocaml" ; standard_library = "/usr/lib/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" ; "-march=i586" ; "-mtune=generic" ; "-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" ; "-march=i586" ; "-mtune=generic" ; "-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" ; "-march=i586" ; "-mtune=generic" ; "-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" ; "-march=i586" ; "-mtune=generic" ; "-D_FILE_OFFSET_BITS=64" ; "-D_FILE_OFFSET_BITS=64" ] ; native_c_libraries = [ "-lm" ] ; native_pack_linker = [ "ld"; "-r"; "-o" ] ; cc_profile = [] ; architecture = "i386" ; model = "default" ; int_size = 31 ; word_size = 32 ; system = "linux_elf" ; asm = [ "as" ] ; asm_cfi_supported = false ; 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 = "i686-pc-linux-gnu" ; target = "i686-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 = false ; supports_shared_libraries = true ; windows_unicode = false } ; instrument_with = [] } Actual targets: - recursive alias @install Running[1]: (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -g -I /usr/lib/ocaml -o unsigned_stubs.o -c unsigned_stubs.c) Running[2]: (cd _build/default && /usr/bin/ocamldep -modules -impl src/unsigned.ml) > _build/default/src/.integers.objs/unsigned.impl.d Running[3]: (cd _build/default && /usr/bin/ocamldep -modules -impl top/integer_printers.ml) > _build/default/top/.integers_top.objs/integer_printers.impl.d Running[4]: (cd _build/default && /usr/bin/ocamldep -modules -intf top/install_integer_printers.mli) > _build/default/top/.integers_top.objs/install_integer_printers.intf.d Running[5]: (cd _build/default && /usr/bin/ocamldep -modules -intf src/signed.mli) > _build/default/src/.integers.objs/signed.intf.d Running[6]: (cd _build/default && /usr/bin/ocamldep -modules -impl top/install_integer_printers.ml) > _build/default/top/.integers_top.objs/install_integer_printers.impl.d Running[7]: (cd _build/default && /usr/bin/ocamldep -modules -intf top/integer_printers.mli) > _build/default/top/.integers_top.objs/integer_printers.intf.d Running[8]: (cd _build/default && /usr/bin/ocamldep -modules -impl src/signed.ml) > _build/default/src/.integers.objs/signed.impl.d Running[9]: (cd _build/default && /usr/bin/ocamldep -modules -intf src/unsigned.mli) > _build/default/src/.integers.objs/unsigned.intf.d Running[10]: (cd _build/default && /usr/bin/ocamlc -w -40 -g -bin-annot -I src/.integers.objs/byte -no-alias-deps -o src/.integers.objs/byte/unsigned.cmi -c -intf src/unsigned.mli) Running[11]: (cd _build/default && /usr/bin/ocamlc -w -40 -g -bin-annot -I src/.integers.objs/byte -intf-suffix .ml -no-alias-deps -o src/.integers.objs/byte/unsigned.cmo -c -impl src/unsigned.ml) Running[12]: (cd _build/default && /usr/bin/ocamlc -w -40 -g -bin-annot -I src/.integers.objs/byte -no-alias-deps -o src/.integers.objs/byte/signed.cmi -c -intf src/signed.mli) Running[13]: (cd _build/default && /usr/bin/ocamlc -w -40 -g -bin-annot -I src/.integers.objs/byte -intf-suffix .ml -no-alias-deps -o src/.integers.objs/byte/signed.cmo -c -impl src/signed.ml) Running[14]: (cd _build/default && /usr/bin/ocamlc -w -40 -g -bin-annot -I top/.integers_top.objs/byte -I /usr/lib/ocaml/compiler-libs -I src/.integers.objs/byte -no-alias-deps -o top/.integers_top.objs/byte/install_integer_printers.cmi -c -intf top/install_integer_printers.mli) Running[15]: (cd _build/default && /usr/bin/ocamlc -w -40 -g -bin-annot -I top/.integers_top.objs/byte -I /usr/lib/ocaml/compiler-libs -I src/.integers.objs/byte -no-alias-deps -o top/.integers_top.objs/byte/integer_printers.cmi -c -intf top/integer_printers.mli) Running[16]: (cd _build/.sandbox/eb5b8b1a193af4f79e93c2562d745533/default && /usr/bin/ocamlmklib -g -o src/integers_stubs src/unsigned_stubs.o) Running[17]: (cd _build/default && /usr/bin/ocamlmklib -g -custom -o src/integers_stubs src/unsigned_stubs.o) Running[18]: (cd _build/default && /usr/bin/ocamlc -w -40 -g -bin-annot -I top/.integers_top.objs/byte -I /usr/lib/ocaml/compiler-libs -I src/.integers.objs/byte -intf-suffix .ml -no-alias-deps -o top/.integers_top.objs/byte/integer_printers.cmo -c -impl top/integer_printers.ml) Running[19]: (cd _build/default && /usr/bin/ocamlc -w -40 -g -bin-annot -I top/.integers_top.objs/byte -I /usr/lib/ocaml/compiler-libs -I src/.integers.objs/byte -intf-suffix .ml -no-alias-deps -o top/.integers_top.objs/byte/install_integer_printers.cmo -c -impl top/install_integer_printers.ml) Running[20]: (cd _build/default && /usr/bin/ocamlc -w -40 -g -a -o top/integers_top.cma top/.integers_top.objs/byte/integer_printers.cmo top/.integers_top.objs/byte/install_integer_printers.cmo) Running[21]: (cd _build/default && /usr/bin/ocamlc -w -40 -g -a -o src/integers.cma -dllib -lintegers_stubs -cclib -lintegers_stubs src/.integers.objs/byte/unsigned.cmo src/.integers.objs/byte/signed.cmo) Promoting "_build/default/integers.install" to "integers.install" + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.23120 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-integers-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-integers-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd integers-0.7.0 + __dune_install + /usr/bin/dune install --destdir=/usr/src/tmp/ocaml-integers-buildroot + __ocaml_find_files + find /usr/src/tmp/ocaml-integers-buildroot/usr/lib/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(cma|cmi|cmxs|so|js)$' -o -name META ')' -printf '/usr/lib/ocaml/%P\n' + find /usr/src/tmp/ocaml-integers-buildroot/usr/lib/ocaml/ -type d -printf '%%dir /usr/lib/ocaml/%P\n' + find /usr/src/tmp/ocaml-integers-buildroot/usr/lib/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/lib/ocaml/%P\n' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-integers-buildroot (auto) mode of './usr/lib/ocaml/stublibs/dllintegers_stubs.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ocaml-integers-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-integers-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-integers-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-integers-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-integers-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllintegers_stubs.so: undefined symbol: caml_string_length verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllintegers_stubs.so: undefined symbol: caml_copy_int32 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllintegers_stubs.so: undefined symbol: caml_deserialize_uint_8 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllintegers_stubs.so: undefined symbol: caml_raise_zero_divide verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllintegers_stubs.so: undefined symbol: caml_copy_int64 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllintegers_stubs.so: undefined symbol: caml_deserialize_uint_4 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllintegers_stubs.so: undefined symbol: caml_serialize_int_4 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllintegers_stubs.so: undefined symbol: caml_serialize_int_8 verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllintegers_stubs.so: undefined symbol: caml_register_custom_operations verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllintegers_stubs.so: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllintegers_stubs.so: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllintegers_stubs.so: undefined symbol: caml_failwith Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ocaml-integers-buildroot Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.19624 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd integers-0.7.0 + /usr/bin/dune runtest UInt32-Int32 conversion test: ? UInt32-Int32 conversion test: ✓ UInt64-Int64 conversion test: ? UInt64-Int64 conversion test: ✓ Hexstring test: ? Hexstring test: ✓ + exit 0 Processing files: ocaml-integers-0.7.0-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.19624 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd integers-0.7.0 + DOCDIR=/usr/src/tmp/ocaml-integers-buildroot/usr/share/doc/ocaml-integers-0.7.0 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-integers-buildroot/usr/share/doc/ocaml-integers-0.7.0 + /bin/mkdir -p /usr/src/tmp/ocaml-integers-buildroot/usr/share/doc/ocaml-integers-0.7.0 + cp -prL README.md /usr/src/tmp/ocaml-integers-buildroot/usr/share/doc/ocaml-integers-0.7.0 + chmod -R go-w /usr/src/tmp/ocaml-integers-buildroot/usr/share/doc/ocaml-integers-0.7.0 + chmod -R a+rX /usr/src/tmp/ocaml-integers-buildroot/usr/share/doc/ocaml-integers-0.7.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xD54l6 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.BSQKr2 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(Install_integer_printers) = 4.14.1-690DB50E, ocaml-cmi(Integer_printers) = 4.14.1-8AFCAA5B, ocaml-cmi(Signed) = 4.14.1-CD40AE7A, ocaml-cmi(Unsigned) = 4.14.1-718FAD78, ocaml-dll(integers_stubs) Requires: libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), ocaml-cmi(Asttypes) = 4.14.1-C6CBDA07, ocaml-cmi(Build_path_prefix_map) = 4.14.1-C087ED78, ocaml-cmi(CamlinternalFormatBasics) = 4.14.1-8F8F6345, ocaml-cmi(CamlinternalLazy) = 4.14.1-5365FEC4, ocaml-cmi(Cmi_format) = 4.14.1-77A1C8F1, ocaml-cmi(Env) = 4.14.1-132A8F15, ocaml-cmi(Ident) = 4.14.1-A68D3B48, ocaml-cmi(Identifiable) = 4.14.1-026DFC8F, ocaml-cmi(Load_path) = 4.14.1-8E616F44, ocaml-cmi(Location) = 4.14.1-AD05A11C, ocaml-cmi(Longident) = 4.14.1-DDDBCB2C, ocaml-cmi(Misc) = 4.14.1-FA2C1B0E, ocaml-cmi(Outcometree) = 4.14.1-67437472, ocaml-cmi(Parsetree) = 4.14.1-D160A703, ocaml-cmi(Path) = 4.14.1-C74C2553, ocaml-cmi(Primitive) = 4.14.1-8CD5B518, ocaml-cmi(Shape) = 4.14.1-A7485B44, ocaml-cmi(Stdlib) = 4.14.1-79B0E9D3, ocaml-cmi(Stdlib__Buffer) = 4.14.1-4B09C9A6, ocaml-cmi(Stdlib__Digest) = 4.14.1-61F6495D, ocaml-cmi(Stdlib__Either) = 4.14.1-26845DF2, ocaml-cmi(Stdlib__Format) = 4.14.1-B6EDB97B, ocaml-cmi(Stdlib__Hashtbl) = 4.14.1-34C0FDD5, ocaml-cmi(Stdlib__Int32) = 4.14.1-A71EA523, ocaml-cmi(Stdlib__Int64) = 4.14.1-0FA5587C, ocaml-cmi(Stdlib__Lazy) = 4.14.1-01430D34, ocaml-cmi(Stdlib__Lexing) = 4.14.1-C9318C27, ocaml-cmi(Stdlib__Map) = 4.14.1-978F8291, ocaml-cmi(Stdlib__Nativeint) = 4.14.1-989149BF, ocaml-cmi(Stdlib__Obj) = 4.14.1-25794D29, ocaml-cmi(Stdlib__Printf) = 4.14.1-BC8AF621, ocaml-cmi(Stdlib__Seq) = 4.14.1-B6351103, ocaml-cmi(Stdlib__Set) = 4.14.1-871D2EE2, ocaml-cmi(Stdlib__String) = 4.14.1-4933E1D8, ocaml-cmi(Stdlib__Uchar) = 4.14.1-C0DDE02A, ocaml-cmi(Subst) = 4.14.1-428159E3, ocaml-cmi(Toploop) = 4.14.1-BD94FFFE, ocaml-cmi(Type_immediacy) = 4.14.1-64565E32, ocaml-cmi(Types) = 4.14.1-6C92AC95, ocaml-cmi(Warnings) = 4.14.1-1C10E600, ocaml-runtime = 4.14.1, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.94H3aq Creating ocaml-integers-debuginfo package Processing files: ocaml-integers-devel-0.7.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OYjbZD 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.EZEjHe 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(Install_integer_printers) = 4.14.1-690DB50E, ocaml-cmi(Integer_printers) = 4.14.1-8AFCAA5B, ocaml-cmi(Signed) = 4.14.1-CD40AE7A, ocaml-cmi(Unsigned) = 4.14.1-718FAD78, ocaml-cmt(Install_integer_printers) = 4.14.1-690DB50E, ocaml-cmt(Integer_printers) = 4.14.1-8AFCAA5B, ocaml-cmt(Signed) = 4.14.1-CD40AE7A, ocaml-cmt(Unsigned) = 4.14.1-718FAD78 Requires: ocaml-integers = 0.7.0-alt1, ocaml, 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__Either) = 4.14.1-26845DF2, ocaml-cmi(Stdlib__Format) = 4.14.1-B6EDB97B, ocaml-cmi(Stdlib__Seq) = 4.14.1-B6351103, ocaml-cmi(Stdlib__Uchar) = 4.14.1-C0DDE02A, ocaml-cmt(Asttypes) = 4.14.1-C6CBDA07, ocaml-cmt(Build_path_prefix_map) = 4.14.1-C087ED78, ocaml-cmt(CamlinternalFormatBasics) = 4.14.1-8F8F6345, ocaml-cmt(CamlinternalLazy) = 4.14.1-5365FEC4, ocaml-cmt(Cmi_format) = 4.14.1-77A1C8F1, ocaml-cmt(Env) = 4.14.1-132A8F15, ocaml-cmt(Ident) = 4.14.1-A68D3B48, ocaml-cmt(Identifiable) = 4.14.1-026DFC8F, ocaml-cmt(Load_path) = 4.14.1-8E616F44, ocaml-cmt(Location) = 4.14.1-AD05A11C, ocaml-cmt(Longident) = 4.14.1-DDDBCB2C, ocaml-cmt(Misc) = 4.14.1-FA2C1B0E, ocaml-cmt(Outcometree) = 4.14.1-67437472, ocaml-cmt(Parsetree) = 4.14.1-D160A703, ocaml-cmt(Path) = 4.14.1-C74C2553, ocaml-cmt(Primitive) = 4.14.1-8CD5B518, ocaml-cmt(Shape) = 4.14.1-A7485B44, ocaml-cmt(Stdlib) = 4.14.1-79B0E9D3, ocaml-cmt(Stdlib__Buffer) = 4.14.1-4B09C9A6, ocaml-cmt(Stdlib__Digest) = 4.14.1-61F6495D, ocaml-cmt(Stdlib__Either) = 4.14.1-26845DF2, ocaml-cmt(Stdlib__Format) = 4.14.1-B6EDB97B, ocaml-cmt(Stdlib__Hashtbl) = 4.14.1-34C0FDD5, ocaml-cmt(Stdlib__Int32) = 4.14.1-A71EA523, ocaml-cmt(Stdlib__Int64) = 4.14.1-0FA5587C, ocaml-cmt(Stdlib__Lazy) = 4.14.1-01430D34, ocaml-cmt(Stdlib__Lexing) = 4.14.1-C9318C27, ocaml-cmt(Stdlib__Map) = 4.14.1-978F8291, ocaml-cmt(Stdlib__Nativeint) = 4.14.1-989149BF, ocaml-cmt(Stdlib__Obj) = 4.14.1-25794D29, ocaml-cmt(Stdlib__Printf) = 4.14.1-BC8AF621, ocaml-cmt(Stdlib__Seq) = 4.14.1-B6351103, ocaml-cmt(Stdlib__Set) = 4.14.1-871D2EE2, ocaml-cmt(Stdlib__String) = 4.14.1-4933E1D8, ocaml-cmt(Stdlib__Uchar) = 4.14.1-C0DDE02A, ocaml-cmt(Subst) = 4.14.1-428159E3, ocaml-cmt(Toploop) = 4.14.1-BD94FFFE, ocaml-cmt(Type_immediacy) = 4.14.1-64565E32, ocaml-cmt(Types) = 4.14.1-6C92AC95, ocaml-cmt(Warnings) = 4.14.1-1C10E600 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VuNt8B Processing files: ocaml-integers-debuginfo-0.7.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.23xBkQ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.P3dnyP find-requires: running scripts (debuginfo) Requires: ocaml-integers = 0.7.0-alt1, debug(libc.so.6) Adding to ocaml-integers-devel a strict dependency on ocaml-integers Adding to ocaml-integers-debuginfo a strict dependency on ocaml-integers Removing 7 extra deps from ocaml-integers-devel due to repentancy on ocaml-integers warning: Installed (but unpackaged) file(s) found: /usr/share/doc/integers/CHANGES.md /usr/share/doc/integers/LICENSE.md /usr/share/doc/integers/README.md Wrote: /usr/src/RPM/RPMS/i586/ocaml-integers-0.7.0-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-integers-devel-0.7.0-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-integers-debuginfo-0.7.0-alt1.i586.rpm (w2.lzdio) 3.38user 1.52system 0:09.68elapsed 50%CPU (0avgtext+0avgdata 26148maxresident)k 0inputs+0outputs (0major+375772minor)pagefaults 0swaps 3.80user 2.48system 0:25.99elapsed 24%CPU (0avgtext+0avgdata 127312maxresident)k 0inputs+0outputs (0major+196116minor)pagefaults 0swaps --- ocaml-integers-0.7.0-alt1.i586.rpm.repo 2023-11-30 15:28:33.000000000 +0000 +++ ocaml-integers-0.7.0-alt1.i586.rpm.hasher 2024-04-27 09:24:17.409621283 +0000 @@ -77,5 +77,5 @@ File: /usr/lib/ocaml/stublibs 40755 root:root -File: /usr/lib/ocaml/stublibs/dllintegers_stubs.so 100644 root:root a5c6840b36d012041e3e53cf8b0d3e68 +File: /usr/lib/ocaml/stublibs/dllintegers_stubs.so 100644 root:root ef51470c2ef6663ed3c7e60db83523fd File: /usr/share/doc/ocaml-integers-0.7.0 40755 root:root File: /usr/share/doc/ocaml-integers-0.7.0/README.md 100644 root:root 1f37761005b9bfd9dc14c241e71211ba -RPMIdentity: dd35697462b9ce9df84b05a5aa9ac0ef444e56476307b67a124c315784630a8f24b1d6bb8883916dbf35ca91e9de4e0d942e3d5a55ff3c5bbfaba2305832c93e +RPMIdentity: 6d3ec60e1d383e0fd8258ee14a3ef9f75da4122ddf6d97b38b678fa93169b647bec0da2099c5bce49b7c2e6ac283a82a3eb7ab952dedf6948c0d36358cc7bccb --- ocaml-integers-debuginfo-0.7.0-alt1.i586.rpm.repo 2023-11-30 15:28:34.000000000 +0000 +++ ocaml-integers-debuginfo-0.7.0-alt1.i586.rpm.hasher 2024-04-27 09:24:17.486622692 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/11 40755 root:root -/usr/lib/debug/.build-id/11/e77c09eb57124046774bf8d275d79ef3e00a7d 120777 root:root ../../../ocaml/stublibs/dllintegers_stubs.so -/usr/lib/debug/.build-id/11/e77c09eb57124046774bf8d275d79ef3e00a7d.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllintegers_stubs.so.debug +/usr/lib/debug/.build-id/53 40755 root:root +/usr/lib/debug/.build-id/53/bea6cb66c0ef3f793999aca3b0ba0ec99fc28a 120777 root:root ../../../ocaml/stublibs/dllintegers_stubs.so +/usr/lib/debug/.build-id/53/bea6cb66c0ef3f793999aca3b0ba0ec99fc28a.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllintegers_stubs.so.debug /usr/lib/debug/usr/lib/ocaml 40755 root:root @@ -15,8 +15,8 @@ Provides: ocaml-integers-debuginfo = 0.7.0-alt1:sisyphus+333652.7700.29.2 -File: /usr/lib/debug/.build-id/11 40755 root:root -File: /usr/lib/debug/.build-id/11/e77c09eb57124046774bf8d275d79ef3e00a7d 120777 root:root ../../../ocaml/stublibs/dllintegers_stubs.so -File: /usr/lib/debug/.build-id/11/e77c09eb57124046774bf8d275d79ef3e00a7d.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllintegers_stubs.so.debug +File: /usr/lib/debug/.build-id/53 40755 root:root +File: /usr/lib/debug/.build-id/53/bea6cb66c0ef3f793999aca3b0ba0ec99fc28a 120777 root:root ../../../ocaml/stublibs/dllintegers_stubs.so +File: /usr/lib/debug/.build-id/53/bea6cb66c0ef3f793999aca3b0ba0ec99fc28a.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllintegers_stubs.so.debug File: /usr/lib/debug/usr/lib/ocaml 40755 root:root File: /usr/lib/debug/usr/lib/ocaml/stublibs 40755 root:root -File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllintegers_stubs.so.debug 100644 root:root a2d39dd7f5b6a4e9201cae38cd063267 +File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllintegers_stubs.so.debug 100644 root:root da2a37bd265f3990c3882d389e25147d File: /usr/src/debug/integers-0.7.0 40755 root:root @@ -26,2 +26,2 @@ File: /usr/src/debug/integers-0.7.0/_build/default/src/unsigned_stubs.c 100644 root:root b17853884cd1e876b01ea0b98ef1d53f -RPMIdentity: ae3f47c94f1ce976e121aefdfbdc71d3d75aa290fc70d5c909e27d6f4d38af7432b1216146fbd724d2f84c9441b299988b918cc87c56aa4166ddaa1de2da8fb0 +RPMIdentity: a9ee484348703bd81d28bee90bcd5f6b84307d22aaa6b0f7f5bcbaf14e7af3b569aab438dc48263d522168600cd5035a51225ca8ad3af35b6a6caeb846150f23 --- ocaml-integers-devel-0.7.0-alt1.i586.rpm.repo 2023-11-30 15:28:34.000000000 +0000 +++ ocaml-integers-devel-0.7.0-alt1.i586.rpm.hasher 2024-04-27 09:24:17.570624229 +0000 @@ -73,3 +73,3 @@ File: /usr/lib/ocaml/integers/dune-package 100644 root:root 867eb3b175b3b77a96e7edb3f94c2a87 -File: /usr/lib/ocaml/integers/libintegers_stubs.a 100644 root:root 00b41e133fda5121b0cc7a9586ede86a +File: /usr/lib/ocaml/integers/libintegers_stubs.a 100644 root:root 389d8add0df2390155d4ee07bfddbee6 File: /usr/lib/ocaml/integers/ocaml_integers.h 100644 root:root 64d9ea313ba020b97f0647b9437e83bc @@ -92,2 +92,2 @@ File: /usr/lib/ocaml/integers/unsigned.mli 100644 root:root 7a4e4893fb1a86dfcafad1299e56a814 -RPMIdentity: 1b59b06486486f927b470aaf60954750f73564ce8358878054a1f4a581bf9d5135f0141fe89212754732f13875eda4d2efb221086f610ce59ffa6e8e02b6ceed +RPMIdentity: 5ae0f521959b23a82cd0e4484a8f39df279815f1b85bed7427e82d42aa36379a9cc0743c59379b660efe5aeb5bfd4f04074dbe05bf7a822e143b511e79831ba4