D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/ocaml-configurator-0.11.0-7.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Knyevd + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf configurator-0.11.0 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/v0.11.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd configurator-0.11.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wkENqk + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd configurator-0.11.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + dune upgrade Project in dir src will be upgraded to dune v1. Upgrading src/jbuild to src/dune... Info: Creating file dune-project with this contents: | (lang dune 0.1) | (name configurator) Project in dir src will be upgraded to dune v2. Project in dir . will be upgraded to dune v2. Upgrading dune-project... Upgrading src/dune... Upgrading dune-project... Some projects were upgraded to dune v2. Some breaking changes may not have been treated automatically. Here is a list of things you should check to complete the migration: - If you use generated dune.inc files you probably should update your generators. - mli only modules must now be explicitly declared. This was previously a warning and is now an error. - Stop installing the `ocaml-syntax-shims` binary. In order to use `future_syntax`, one now need to depend on the `ocaml-syntax-shims` package. - Actions which introduce targets where new targets are forbidden (e.g. preprocessing) are now an error instead of a warning. - Stop installing the `ocaml-syntax-shims` binary. In order to use `future_syntax`, one now need to depend on the `ocaml-syntax-shims` package. - Do not put the `.install` files in the source tree unless `-p` or `--promote-install-files` is passed on the command line - Library names are now validated in a strict fashion. Previously, invalid names would be allowed for unwrapped libraries - Stricter validation of file names in `select`. The file names of conditional sources must match the prefix and the extension of the resultant filename. - Modules filtered out from the module list via the Ordered Set Language must now be actual modules. - Stub names are no longer allowed relative paths. This was previously a warning and is now an error. - In `(diff? x y)` action, require `x` to exist and register a dependency on that file. - `self_build_stubs_archive` was deleted in version 2.0 of the dune language. Use the (foreign_archives ...) field instead. + dune build --verbose -p configurator -j8 Workspace root: /home/iurt/rpmbuild/BUILD/configurator-0.11.0 disable binary cache Running[0]: /usr/bin/ocamlc.opt -config > /tmp/dune8628bc.output Dune context: { name = "default" ; kind = "default" ; profile = Release ; merlin = true ; for_host = None ; fdo_target_exe = None ; build_dir = "default" ; toplevel_path = None ; 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" ; env = map { "CAML_LD_LIBRARY_PATH" : "/home/iurt/rpmbuild/BUILD/configurator-0.11.0/_build/install/default/lib/stublibs" ; "DUNE_OCAML_HARDCODED" : "/usr/lib64/ocaml" ; "DUNE_OCAML_STDLIB" : "/usr/lib64/ocaml" ; "DUNE_SOURCEROOT" : "/home/iurt/rpmbuild/BUILD/configurator-0.11.0" ; "INSIDE_DUNE" : "/home/iurt/rpmbuild/BUILD/configurator-0.11.0/_build/default" ; "MANPATH" : "/home/iurt/rpmbuild/BUILD/configurator-0.11.0/_build/install/default/bin" ; "OCAMLFIND_IGNORE_DUPS_IN" : "/home/iurt/rpmbuild/BUILD/configurator-0.11.0/_build/install/default/lib" ; "OCAMLPATH" : "/home/iurt/rpmbuild/BUILD/configurator-0.11.0/_build/install/default/lib" ; "OCAMLTOP_INCLUDE_PATH" : "/home/iurt/rpmbuild/BUILD/configurator-0.11.0/_build/install/default/lib/toplevel" } ; findlib_path = [ External "/usr/lib64/ocaml" ] ; arch_sixtyfour = true ; natdynlink_supported = true ; supports_shared_libraries = true ; ocaml_config = { version = "4.12.0" ; 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" ; "-O2" ; "-g" ; "-pipe" ; "-Wformat" ; "-Werror=format-security" ; "-Wp,-D_FORTIFY_SOURCE=2" ; "-fstack-protector" ; "--param=ssp-buffer-size=4" ; "-fasynchronous-unwind-tables" ; "-fPIC" ; "-O2" ; "-g" ; "-pipe" ; "-Wformat" ; "-Werror=format-security" ; "-Wp,-D_FORTIFY_SOURCE=2" ; "-fstack-protector" ; "--param=ssp-buffer-size=4" ; "-fasynchronous-unwind-tables" ] ; ocamlc_cppflags = [ "-D_FILE_OFFSET_BITS=64"; "-D_REENTRANT" ] ; ocamlopt_cflags = [ "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-O2" ; "-g" ; "-pipe" ; "-Wformat" ; "-Werror=format-security" ; "-Wp,-D_FORTIFY_SOURCE=2" ; "-fstack-protector" ; "--param=ssp-buffer-size=4" ; "-fasynchronous-unwind-tables" ; "-fPIC" ; "-O2" ; "-g" ; "-pipe" ; "-Wformat" ; "-Werror=format-security" ; "-Wp,-D_FORTIFY_SOURCE=2" ; "-fstack-protector" ; "--param=ssp-buffer-size=4" ; "-fasynchronous-unwind-tables" ] ; ocamlopt_cppflags = [ "-D_FILE_OFFSET_BITS=64"; "-D_REENTRANT" ] ; bytecomp_c_compiler = [ "gcc" ; "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-O2" ; "-g" ; "-pipe" ; "-Wformat" ; "-Werror=format-security" ; "-Wp,-D_FORTIFY_SOURCE=2" ; "-fstack-protector" ; "--param=ssp-buffer-size=4" ; "-fasynchronous-unwind-tables" ; "-fPIC" ; "-O2" ; "-g" ; "-pipe" ; "-Wformat" ; "-Werror=format-security" ; "-Wp,-D_FORTIFY_SOURCE=2" ; "-fstack-protector" ; "--param=ssp-buffer-size=4" ; "-fasynchronous-unwind-tables" ; "-D_FILE_OFFSET_BITS=64" ; "-D_REENTRANT" ] ; bytecomp_c_libraries = [ "-Wl,--as-needed" ; "-Wl,-z,relro" ; "-Wl,-O1" ; "-Wl,--build-id" ; "-Wl,--enable-new-dtags" ; "-lm" ; "-ldl" ; "-lpthread" ] ; native_c_compiler = [ "gcc" ; "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-O2" ; "-g" ; "-pipe" ; "-Wformat" ; "-Werror=format-security" ; "-Wp,-D_FORTIFY_SOURCE=2" ; "-fstack-protector" ; "--param=ssp-buffer-size=4" ; "-fasynchronous-unwind-tables" ; "-fPIC" ; "-O2" ; "-g" ; "-pipe" ; "-Wformat" ; "-Werror=format-security" ; "-Wp,-D_FORTIFY_SOURCE=2" ; "-fstack-protector" ; "--param=ssp-buffer-size=4" ; "-fasynchronous-unwind-tables" ; "-D_FILE_OFFSET_BITS=64" ; "-D_REENTRANT" ] ; native_c_libraries = [ "-Wl,--as-needed" ; "-Wl,-z,relro" ; "-Wl,-O1" ; "-Wl,--build-id" ; "-Wl,--enable-new-dtags" ; "-lm" ; "-ldl" ] ; cc_profile = [] ; architecture = "arm64" ; 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 = "aarch64-unknown-linux-gnu" ; target = "aarch64-unknown-linux-gnu" ; profiling = false ; flambda = false ; spacetime = false ; safe_string = true ; exec_magic_number = "Caml1999X029" ; cmi_magic_number = "Caml1999I029" ; cmo_magic_number = "Caml1999O029" ; cma_magic_number = "Caml1999A029" ; cmx_magic_number = "Caml1999Y029" ; cmxa_magic_number = "Caml1999Z029" ; ast_impl_magic_number = "Caml1999M029" ; ast_intf_magic_number = "Caml1999N029" ; cmxs_magic_number = "Caml1999D029" ; cmt_magic_number = "Caml1999T029" ; natdynlink_supported = true ; supports_shared_libraries = true ; windows_unicode = false } } Actual targets: - recursive alias @install Running[1]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I src/.configurator.objs/byte -I /usr/lib64/ocaml/base -I /usr/lib64/ocaml/base/base_internalhash_types -I /usr/lib64/ocaml/base/caml -I /usr/lib64/ocaml/base/shadow_stdlib -I /usr/lib64/ocaml/sexplib0 -I /usr/lib64/ocaml/stdio -no-alias-deps -o src/.configurator.objs/byte/configurator.cmi -c -intf src/configurator.mli) Running[2]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -safe-string -g -I src/.configurator.objs/byte -I src/.configurator.objs/native -I /usr/lib64/ocaml/base -I /usr/lib64/ocaml/base/base_internalhash_types -I /usr/lib64/ocaml/base/caml -I /usr/lib64/ocaml/base/shadow_stdlib -I /usr/lib64/ocaml/sexplib0 -I /usr/lib64/ocaml/stdio -intf-suffix .ml -no-alias-deps -o src/.configurator.objs/native/configurator.cmx -c -impl src/configurator.ml) Running[3]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I src/.configurator.objs/byte -I /usr/lib64/ocaml/base -I /usr/lib64/ocaml/base/base_internalhash_types -I /usr/lib64/ocaml/base/caml -I /usr/lib64/ocaml/base/shadow_stdlib -I /usr/lib64/ocaml/sexplib0 -I /usr/lib64/ocaml/stdio -intf-suffix .ml -no-alias-deps -o src/.configurator.objs/byte/configurator.cmo -c -impl src/configurator.ml) Output[3]: File "src/configurator.ml", line 8, characters 20-35: 8 | module Pervasives = Caml.Pervasives ^^^^^^^^^^^^^^^ Alert deprecated: module Caml.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims Running[4]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -safe-string -g -a -o src/configurator.cma src/.configurator.objs/byte/configurator.cmo) Output[2]: File "src/configurator.ml", line 8, characters 20-35: 8 | module Pervasives = Caml.Pervasives ^^^^^^^^^^^^^^^ Alert deprecated: module Caml.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Stdio, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Stdio__In_channel, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Stdio__Out_channel, and its interface was not compiled with -opaque Running[5]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -safe-string -g -a -o src/configurator.cmxa src/.configurator.objs/native/configurator.cmx) Running[6]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -safe-string -g -shared -linkall -I src -o src/configurator.cmxs src/configurator.cmxa) + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7wb91e + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64 + cd configurator-0.11.0 + '[' 1 -eq 1 ']' + opam-installer --prefix=/home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr --libdir=/home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/lib64/ocaml configurator.install Creating directory /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/lib64/ocaml/configurator _build/install/default/lib/configurator/META => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/lib64/ocaml/configurator/META _build/install/default/lib/configurator/configurator.a => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/lib64/ocaml/configurator/configurator.a _build/install/default/lib/configurator/configurator.cma => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/lib64/ocaml/configurator/configurator.cma _build/install/default/lib/configurator/configurator.cmi => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/lib64/ocaml/configurator/configurator.cmi _build/install/default/lib/configurator/configurator.cmt => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/lib64/ocaml/configurator/configurator.cmt _build/install/default/lib/configurator/configurator.cmti => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/lib64/ocaml/configurator/configurator.cmti _build/install/default/lib/configurator/configurator.cmx => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/lib64/ocaml/configurator/configurator.cmx _build/install/default/lib/configurator/configurator.cmxa => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/lib64/ocaml/configurator/configurator.cmxa _build/install/default/lib/configurator/configurator.cmxs => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/lib64/ocaml/configurator/configurator.cmxs _build/install/default/lib/configurator/configurator.ml => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/lib64/ocaml/configurator/configurator.ml _build/install/default/lib/configurator/configurator.mli => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/lib64/ocaml/configurator/configurator.mli _build/install/default/lib/configurator/dune-package => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/lib64/ocaml/configurator/dune-package _build/install/default/lib/configurator/opam => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/lib64/ocaml/configurator/opam Creating directory /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/doc/configurator _build/install/default/doc/configurator/LICENSE.txt => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/doc/configurator/LICENSE.txt _build/install/default/doc/configurator/README.org => /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/doc/configurator/README.org + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/doc + find /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64 -name '*.cmxs' -exec chmod 0755 '{}' ';' + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.11.0-7.mga9 --unique-debug-suffix -0.11.0-7.mga9.aarch64 --unique-debug-src-base ocaml-configurator-0.11.0-7.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/configurator-0.11.0 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/lib64/ocaml/configurator/configurator.cmxs original debug info size: 40kB, size after compression: 40kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. cpio: _build/default/buffer.ml: Cannot stat: No such file or directory cpio: _build/default/bytes.ml: Cannot stat: No such file or directory cpio: _build/default/filename.ml: Cannot stat: No such file or directory 28 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.RuSOGc + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd configurator-0.11.0 + '[' 1 -eq 1 ']' + dune runtest + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ocaml-configurator-0.11.0-7.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.oBFelB + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd configurator-0.11.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/share/doc/ocaml-configurator + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/share/doc/ocaml-configurator + cp -pr README.org /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/share/doc/ocaml-configurator + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.85NJus + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd configurator-0.11.0 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/share/licenses/ocaml-configurator + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/share/licenses/ocaml-configurator + cp -pr LICENSE.txt /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64/usr/share/licenses/ocaml-configurator + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Configurator) = 1319399909b5a4141da415c5950cd05b ocaml-configurator = 1:0.11.0-7.mga9 ocaml-configurator(aarch-64) = 1:0.11.0-7.mga9 ocamlx(Configurator) = c5c52e632edd5297a555fedbb4e8604c Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) ocaml(Base) = 3cde5698debca40b69ded5968a5f1909 ocaml(Base__) = cfdba32e9fe5d983e4494145083ad73c ocaml(Base__Applicative) = 29d152c85149eccff160c076412f9742 ocaml(Base__Applicative_intf) = 85b41c6ba3758e418544f189033a8622 ocaml(Base__Array) = abf05b26add0cc327dea0c37008dec8c ocaml(Base__Backtrace) = 9cfebcb81040ecd60598b5d6610cda30 ocaml(Base__Binary_searchable) = d842d143644908d2b0645d9c2f849bb6 ocaml(Base__Binary_searchable_intf) = d88e2ca2cca6bdb8ef5d0b5285594877 ocaml(Base__Blit) = 37f720672f1431b7d9f02d770a4b1401 ocaml(Base__Blit_intf) = 3979a01d5256499c0659dafe650d4db1 ocaml(Base__Bool) = 2865895d4c536507526090bcca0bc410 ocaml(Base__Buffer) = 4beba68dca4a2e1b8b3390a1760f1be1 ocaml(Base__Buffer_intf) = f476e0244cb969c2e0f2f9a064af1f21 ocaml(Base__Bytes) = e9ccc074381f0867a5e67e17c974389c ocaml(Base__Bytes_set_primitives) = adc612881a66999a4fd0df2324fe3735 ocaml(Base__Char) = 5b5f1d8efac4494934592cde05a80a28 ocaml(Base__Comparable) = 021a38f830d0aee4fa5a70dc9d29e20a ocaml(Base__Comparable_intf) = 380fca357eda12aa78f1854425f549bc ocaml(Base__Comparator) = e54ceaf504988e0ab2d987ccefc23f43 ocaml(Base__Comparisons) = 8a26c57e6c85eef94004203a0f215f9d ocaml(Base__Container) = b4f332a0763ac1ee8ee7c2038984b2a5 ocaml(Base__Container_intf) = ccee89fea720885eba9e9514c1d8985b ocaml(Base__Either) = 606a736e1bbc1a54b255b13dd7455276 ocaml(Base__Either0) = f48e30e616814d029c0fe56c54542be7 ocaml(Base__Either_intf) = 05ee61d0f7cdfdb25ec66f856cf6fc3a ocaml(Base__Equal) = b0147a7b52a73f5e0d214866f7d1699a ocaml(Base__Error) = f62794a15de6f632a0e709db87dc0009 ocaml(Base__Exn) = 6ca124cd8051606782651a014c8987ca ocaml(Base__Field) = 2f6f157c68cc892b9039e0ec4d3e14a5 ocaml(Base__Float) = e8260a4beaf3edb435ad84cf5ee39cc8 ocaml(Base__Floatable) = caae1c4354bf3aac75e163c4c91af398 ocaml(Base__Formatter) = 14850c384e1de7a4591f5b9050175060 ocaml(Base__Hash) = 7a6c37a15ddcc10e8f7231858de6bbf3 ocaml(Base__Hash_intf) = 767917d30ef957587252a9350def216d ocaml(Base__Hasher) = 145fe313edf219ad689923786bae4152 ocaml(Base__Identifiable) = 773a341f3fd837cd2b819e5ccb0a4fb0 ocaml(Base__Import) = 2fe37a32bd5b3ec777be4802719996f6 ocaml(Base__Import0) = ee29225cfedebe6a9fd524e24ca8ff9f ocaml(Base__Indexed_container) = 7015518439352e51e3c2b88a9b82428f ocaml(Base__Indexed_container_intf) = 75c90e4698a17006676e2fee32d2079c ocaml(Base__Info) = 0aee4b463e1df1e24146ebd71a5f0a6f ocaml(Base__Info_intf) = 5156f9b364734797655b855a3e775079 ocaml(Base__Int) = 1ed2aa615ed7fce3d20ae2468be4cdf3 ocaml(Base__Int0) = c385d7cae2f23a48e71269e00ca786ce ocaml(Base__Int32) = 8a0a59220c7af4ecbba072cd27ab1805 ocaml(Base__Int63) = 29750d14f1b9a6297d8dd61cfd12c33c ocaml(Base__Int63_emul) = 997be6f8fab4dc7daf1cf29ea346c06b ocaml(Base__Int64) = c8760a8fcc3a1eb7576e4018289305b6 ocaml(Base__Int_intf) = ccf07668b09ea07655c4a6df71168621 ocaml(Base__Intable) = b1c6f7819fd46c40b598260e2bad9689 ocaml(Base__Invariant) = f8814a484ed7d6dbca4628ba0947b081 ocaml(Base__Invariant_intf) = 4f1a77044920c6643e72d49e48fca96a ocaml(Base__Lazy) = 0cbde1c360bc2c98496746406b8c2cbd ocaml(Base__List) = 5d64f423db3f4984be8e1eaf1922b201 ocaml(Base__Map) = d716bf90b4f4bb5513a8bc1ddcd28182 ocaml(Base__Map_intf) = c87c294f731093511d64a87f1ee45179 ocaml(Base__Maybe_bound) = e95cd26c58435ac31c4d5ff0bd3f78e0 ocaml(Base__Monad) = 8f4fe3e22815333fde2ebdfd139a988e ocaml(Base__Monad_intf) = c014717c935b7606da5b73672ce38f11 ocaml(Base__Nativeint) = f605a4e7cf041f87167f9fbdd8705693 ocaml(Base__Option) = 5ccac2f01c2e4ef2f0030f89a3c95f02 ocaml(Base__Or_error) = f92fa0fda348b7d860442ca4dd0d2870 ocaml(Base__Poly0) = 905077f7b731fef19b36cab5d959a74d ocaml(Base__Ppx_compare_lib) = b3f8c17033cc14440793c66ee171ff94 ocaml(Base__Ppx_hash_lib) = 1df3c2899290a9c29a663fbf8d23f2eb ocaml(Base__Ppx_sexp_conv_lib) = 97c3761068e504fcd81f1cecc783d488 ocaml(Base__Pretty_printer) = a4c999df927a405f06601d69245e875a ocaml(Base__Printf) = 16cbb521adf0fb86d950722652774766 ocaml(Base__Random) = efa48d3ba62c756e23baff03eb44beaf ocaml(Base__Ref) = 942d3f5eb738d7dbf1ee31e82d3d802f ocaml(Base__Result) = 5339b13780253222d9645dfe6519b36c ocaml(Base__Sequence) = ad721faf481850e55d9b2ffaa65e2158 ocaml(Base__Sexp) = f113b4fe72610f70c4898389705fd403 ocaml(Base__Sexp_with_comparable) = 6738efcea4fc53d932f01b2d1d12235c ocaml(Base__Sexpable) = 0d0f4284158105debcc922489038cfe4 ocaml(Base__Sexplib) = eb01d06bbfdeba2880ad571f5559cc77 ocaml(Base__Sign) = ccb5bbf2d3903ff7930e264224ed443c ocaml(Base__Sign0) = 3b0b511f2a6f31227f6af4f41ed90a91 ocaml(Base__Sign_or_nan) = 68218e68505e99a2d5c6fc0ba096f8c0 ocaml(Base__Source_code_position0) = 3a2eee6cc76a425fd5d56f2b08f10e31 ocaml(Base__Staged) = a08c493d54688314fdaa590c684e7e81 ocaml(Base__String) = fe5d0f2e9805342a485436b8859d75e6 ocaml(Base__String0) = 2c7fbdae086965a23abb4c08244336b5 ocaml(Base__Stringable) = 937295af2c544beef4ef03dafc48ff07 ocaml(Base__Sys0) = e75668e011f3fb7c50b3bda34a62dbaa ocaml(Base__T) = cde193e51bf0a024b1fc8a58554345e4 ocaml(Base__Unit) = 433dedf61c198811009b106954f63868 ocaml(Base__Validate) = 573687a36c667eae0205b6419bbe4597 ocaml(Base__With_return) = c502a3280c6af83bb81c13a9a16fdde7 ocaml(Base_internalhash_types) = db6c453f816fd3c34de1d0216b5cfbee ocaml(Caml) = 93265872bb1091d083e754eec82c3f8d ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(CamlinternalLazy) = 0ffdd4563ae8cab020b6247347c9def7 ocaml(Sexplib0) = aa60d567a63734c4ba60ce7dedf6dd50 ocaml(Sexplib0__) = 792333d4da1bb4074431b44bba5edb73 ocaml(Sexplib0__Lazy_group_id) = 2634d3e0a6dc27c3ea3a736817049cd6 ocaml(Sexplib0__Raw_grammar) = e7520ee9db1d64294f6f334efbf79d04 ocaml(Sexplib0__Sexp) = ddd026c665d86d668bdf5d1a9ce73961 ocaml(Sexplib0__Sexp_conv) = a7ebc5809ab93f1e2fac7025e5c43816 ocaml(Sexplib0__Sexp_conv_error) = d43b2ad61529dce5f7d50ecd721efc95 ocaml(Sexplib0__Sexpable) = 07eefce573bf7bb85e7054272b074a3a ocaml(Shadow_stdlib) = 8ea3799541f9db7a09470d65eb745e71 ocaml(Stdio) = a84855559c0212efca8d795b405e72e6 ocaml(Stdio__) = 595728727a7d94f2f9203a5171ec246d ocaml(Stdio__Import) = 99fae787b7f42fdd60372da659dd9621 ocaml(Stdio__In_channel) = 70e5990f2a66c133dfb1e25a3bc107bd ocaml(Stdio__Out_channel) = ae59595dc64a7ba38a794bcb272e125a ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__arg) = cb7276f4b80d17f122d4ba1cbcfd70dd ocaml(Stdlib__bigarray) = 73871e61e3785d8f0d822194daeb85ec ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__complex) = 81367aaa1be1ccaf16610a96c3d2bc13 ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__filename) = 8c147c37b4043616a4f94de5d087796e ocaml(Stdlib__format) = e8696010fc66d4ce9a3bc3f311f6ea20 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__int64) = 6cf7f095ea7fd59bad44ff22d084c4ee ocaml(Stdlib__lexing) = f7569937b419d08065107a2889d2cf28 ocaml(Stdlib__listLabels) = 7777798186fee7d7f5b1c4904757878e ocaml(Stdlib__map) = 717fe01a67af86872466d04c7663d16f ocaml(Stdlib__moreLabels) = fa0886c9d9c1e25b9ab963a9f801e8f5 ocaml(Stdlib__nativeint) = 28b842ced0fedd41c55b9dd34f0fe79c ocaml(Stdlib__obj) = 2b540dc54438cf063883f6e85c4aa37a ocaml(Stdlib__pervasives) = 382fd7518824380092708706588e1eed ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__set) = d47fad5d5151b45276616200bec25877 ocaml(Stdlib__stdLabels) = 1ed7bfa4ce1246194ba30914befbd5eb ocaml(Stdlib__stringLabels) = 2fd23515aa1687f1bc9d144ab109e42b ocaml(Stdlib__sys) = eb89f871835c4515431f0752466ac613 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Unix) = eadecc353e942963afccd09bd1a12192 ocamlx(CamlinternalLazy) = 5f1da61615ee34940899352e3f13883f ocamlx(Stdlib) = 905355729c82ef4d2184c394a250f1a3 ocamlx(Stdlib__arg) = 31e8dcb38ea7adf461aa606aee9aeedb ocamlx(Stdlib__buffer) = f2c7899840b35768dd26b48c02f5d47d ocamlx(Stdlib__filename) = fd27ed43c8cba6245eb4a8892d1492f6 ocamlx(Stdlib__sys) = 53713114014cf8545db403b325aa77cd ocamlx(Unix) = 6cad08ee79360aa0781ccb2644c36087 Processing files: ocaml-configurator-devel-0.11.0-7.mga9.aarch64 Provides: ocaml(Configurator) = 1319399909b5a4141da415c5950cd05b ocaml-configurator-devel = 1:0.11.0-7.mga9 ocaml-configurator-devel(aarch-64) = 1:0.11.0-7.mga9 ocamlx(Configurator) = c5c52e632edd5297a555fedbb4e8604c Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(Base) = 3cde5698debca40b69ded5968a5f1909 ocaml(Base__) = cfdba32e9fe5d983e4494145083ad73c ocaml(Base__Applicative) = 29d152c85149eccff160c076412f9742 ocaml(Base__Applicative_intf) = 85b41c6ba3758e418544f189033a8622 ocaml(Base__Array) = abf05b26add0cc327dea0c37008dec8c ocaml(Base__Backtrace) = 9cfebcb81040ecd60598b5d6610cda30 ocaml(Base__Binary_searchable) = d842d143644908d2b0645d9c2f849bb6 ocaml(Base__Binary_searchable_intf) = d88e2ca2cca6bdb8ef5d0b5285594877 ocaml(Base__Blit) = 37f720672f1431b7d9f02d770a4b1401 ocaml(Base__Blit_intf) = 3979a01d5256499c0659dafe650d4db1 ocaml(Base__Bool) = 2865895d4c536507526090bcca0bc410 ocaml(Base__Buffer) = 4beba68dca4a2e1b8b3390a1760f1be1 ocaml(Base__Buffer_intf) = f476e0244cb969c2e0f2f9a064af1f21 ocaml(Base__Bytes) = e9ccc074381f0867a5e67e17c974389c ocaml(Base__Bytes_set_primitives) = adc612881a66999a4fd0df2324fe3735 ocaml(Base__Char) = 5b5f1d8efac4494934592cde05a80a28 ocaml(Base__Comparable) = 021a38f830d0aee4fa5a70dc9d29e20a ocaml(Base__Comparable_intf) = 380fca357eda12aa78f1854425f549bc ocaml(Base__Comparator) = e54ceaf504988e0ab2d987ccefc23f43 ocaml(Base__Comparisons) = 8a26c57e6c85eef94004203a0f215f9d ocaml(Base__Container) = b4f332a0763ac1ee8ee7c2038984b2a5 ocaml(Base__Container_intf) = ccee89fea720885eba9e9514c1d8985b ocaml(Base__Either) = 606a736e1bbc1a54b255b13dd7455276 ocaml(Base__Either0) = f48e30e616814d029c0fe56c54542be7 ocaml(Base__Either_intf) = 05ee61d0f7cdfdb25ec66f856cf6fc3a ocaml(Base__Equal) = b0147a7b52a73f5e0d214866f7d1699a ocaml(Base__Error) = f62794a15de6f632a0e709db87dc0009 ocaml(Base__Exn) = 6ca124cd8051606782651a014c8987ca ocaml(Base__Field) = 2f6f157c68cc892b9039e0ec4d3e14a5 ocaml(Base__Float) = e8260a4beaf3edb435ad84cf5ee39cc8 ocaml(Base__Floatable) = caae1c4354bf3aac75e163c4c91af398 ocaml(Base__Formatter) = 14850c384e1de7a4591f5b9050175060 ocaml(Base__Hash) = 7a6c37a15ddcc10e8f7231858de6bbf3 ocaml(Base__Hash_intf) = 767917d30ef957587252a9350def216d ocaml(Base__Hasher) = 145fe313edf219ad689923786bae4152 ocaml(Base__Identifiable) = 773a341f3fd837cd2b819e5ccb0a4fb0 ocaml(Base__Import) = 2fe37a32bd5b3ec777be4802719996f6 ocaml(Base__Import0) = ee29225cfedebe6a9fd524e24ca8ff9f ocaml(Base__Indexed_container) = 7015518439352e51e3c2b88a9b82428f ocaml(Base__Indexed_container_intf) = 75c90e4698a17006676e2fee32d2079c ocaml(Base__Info) = 0aee4b463e1df1e24146ebd71a5f0a6f ocaml(Base__Info_intf) = 5156f9b364734797655b855a3e775079 ocaml(Base__Int) = 1ed2aa615ed7fce3d20ae2468be4cdf3 ocaml(Base__Int0) = c385d7cae2f23a48e71269e00ca786ce ocaml(Base__Int32) = 8a0a59220c7af4ecbba072cd27ab1805 ocaml(Base__Int63) = 29750d14f1b9a6297d8dd61cfd12c33c ocaml(Base__Int63_emul) = 997be6f8fab4dc7daf1cf29ea346c06b ocaml(Base__Int64) = c8760a8fcc3a1eb7576e4018289305b6 ocaml(Base__Int_intf) = ccf07668b09ea07655c4a6df71168621 ocaml(Base__Intable) = b1c6f7819fd46c40b598260e2bad9689 ocaml(Base__Invariant) = f8814a484ed7d6dbca4628ba0947b081 ocaml(Base__Invariant_intf) = 4f1a77044920c6643e72d49e48fca96a ocaml(Base__Lazy) = 0cbde1c360bc2c98496746406b8c2cbd ocaml(Base__List) = 5d64f423db3f4984be8e1eaf1922b201 ocaml(Base__Map) = d716bf90b4f4bb5513a8bc1ddcd28182 ocaml(Base__Map_intf) = c87c294f731093511d64a87f1ee45179 ocaml(Base__Maybe_bound) = e95cd26c58435ac31c4d5ff0bd3f78e0 ocaml(Base__Monad) = 8f4fe3e22815333fde2ebdfd139a988e ocaml(Base__Monad_intf) = c014717c935b7606da5b73672ce38f11 ocaml(Base__Nativeint) = f605a4e7cf041f87167f9fbdd8705693 ocaml(Base__Option) = 5ccac2f01c2e4ef2f0030f89a3c95f02 ocaml(Base__Or_error) = f92fa0fda348b7d860442ca4dd0d2870 ocaml(Base__Poly0) = 905077f7b731fef19b36cab5d959a74d ocaml(Base__Ppx_compare_lib) = b3f8c17033cc14440793c66ee171ff94 ocaml(Base__Ppx_hash_lib) = 1df3c2899290a9c29a663fbf8d23f2eb ocaml(Base__Ppx_sexp_conv_lib) = 97c3761068e504fcd81f1cecc783d488 ocaml(Base__Pretty_printer) = a4c999df927a405f06601d69245e875a ocaml(Base__Printf) = 16cbb521adf0fb86d950722652774766 ocaml(Base__Random) = efa48d3ba62c756e23baff03eb44beaf ocaml(Base__Ref) = 942d3f5eb738d7dbf1ee31e82d3d802f ocaml(Base__Result) = 5339b13780253222d9645dfe6519b36c ocaml(Base__Sequence) = ad721faf481850e55d9b2ffaa65e2158 ocaml(Base__Sexp) = f113b4fe72610f70c4898389705fd403 ocaml(Base__Sexp_with_comparable) = 6738efcea4fc53d932f01b2d1d12235c ocaml(Base__Sexpable) = 0d0f4284158105debcc922489038cfe4 ocaml(Base__Sexplib) = eb01d06bbfdeba2880ad571f5559cc77 ocaml(Base__Sign) = ccb5bbf2d3903ff7930e264224ed443c ocaml(Base__Sign0) = 3b0b511f2a6f31227f6af4f41ed90a91 ocaml(Base__Sign_or_nan) = 68218e68505e99a2d5c6fc0ba096f8c0 ocaml(Base__Source_code_position0) = 3a2eee6cc76a425fd5d56f2b08f10e31 ocaml(Base__Staged) = a08c493d54688314fdaa590c684e7e81 ocaml(Base__String) = fe5d0f2e9805342a485436b8859d75e6 ocaml(Base__String0) = 2c7fbdae086965a23abb4c08244336b5 ocaml(Base__Stringable) = 937295af2c544beef4ef03dafc48ff07 ocaml(Base__Sys0) = e75668e011f3fb7c50b3bda34a62dbaa ocaml(Base__T) = cde193e51bf0a024b1fc8a58554345e4 ocaml(Base__Unit) = 433dedf61c198811009b106954f63868 ocaml(Base__Validate) = 573687a36c667eae0205b6419bbe4597 ocaml(Base__With_return) = c502a3280c6af83bb81c13a9a16fdde7 ocaml(Base_internalhash_types) = db6c453f816fd3c34de1d0216b5cfbee ocaml(Caml) = 93265872bb1091d083e754eec82c3f8d ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(CamlinternalLazy) = 0ffdd4563ae8cab020b6247347c9def7 ocaml(Sexplib0) = aa60d567a63734c4ba60ce7dedf6dd50 ocaml(Sexplib0__) = 792333d4da1bb4074431b44bba5edb73 ocaml(Sexplib0__Lazy_group_id) = 2634d3e0a6dc27c3ea3a736817049cd6 ocaml(Sexplib0__Raw_grammar) = e7520ee9db1d64294f6f334efbf79d04 ocaml(Sexplib0__Sexp) = ddd026c665d86d668bdf5d1a9ce73961 ocaml(Sexplib0__Sexp_conv) = a7ebc5809ab93f1e2fac7025e5c43816 ocaml(Sexplib0__Sexp_conv_error) = d43b2ad61529dce5f7d50ecd721efc95 ocaml(Sexplib0__Sexpable) = 07eefce573bf7bb85e7054272b074a3a ocaml(Shadow_stdlib) = 8ea3799541f9db7a09470d65eb745e71 ocaml(Stdio) = a84855559c0212efca8d795b405e72e6 ocaml(Stdio__) = 595728727a7d94f2f9203a5171ec246d ocaml(Stdio__Import) = 99fae787b7f42fdd60372da659dd9621 ocaml(Stdio__In_channel) = 70e5990f2a66c133dfb1e25a3bc107bd ocaml(Stdio__Out_channel) = ae59595dc64a7ba38a794bcb272e125a ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__arg) = cb7276f4b80d17f122d4ba1cbcfd70dd ocaml(Stdlib__bigarray) = 73871e61e3785d8f0d822194daeb85ec ocaml(Stdlib__buffer) = 9eaf2b1cd70e33601c152d1ce1bb8be9 ocaml(Stdlib__complex) = 81367aaa1be1ccaf16610a96c3d2bc13 ocaml(Stdlib__either) = 2555bf09b020b8887a4d8a645b0ed347 ocaml(Stdlib__filename) = 8c147c37b4043616a4f94de5d087796e ocaml(Stdlib__format) = e8696010fc66d4ce9a3bc3f311f6ea20 ocaml(Stdlib__hashtbl) = c3ec10b93bb358686d02fa9c5f4adb6b ocaml(Stdlib__int32) = 4c0749e51d8fce5752bcb00fe42a4ddc ocaml(Stdlib__int64) = 6cf7f095ea7fd59bad44ff22d084c4ee ocaml(Stdlib__lexing) = f7569937b419d08065107a2889d2cf28 ocaml(Stdlib__listLabels) = 7777798186fee7d7f5b1c4904757878e ocaml(Stdlib__map) = 717fe01a67af86872466d04c7663d16f ocaml(Stdlib__moreLabels) = fa0886c9d9c1e25b9ab963a9f801e8f5 ocaml(Stdlib__nativeint) = 28b842ced0fedd41c55b9dd34f0fe79c ocaml(Stdlib__obj) = 2b540dc54438cf063883f6e85c4aa37a ocaml(Stdlib__pervasives) = 382fd7518824380092708706588e1eed ocaml(Stdlib__printf) = 6b41a35d77938603dd2ed0f7d80764f6 ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__set) = d47fad5d5151b45276616200bec25877 ocaml(Stdlib__stdLabels) = 1ed7bfa4ce1246194ba30914befbd5eb ocaml(Stdlib__stringLabels) = 2fd23515aa1687f1bc9d144ab109e42b ocaml(Stdlib__sys) = eb89f871835c4515431f0752466ac613 ocaml(Stdlib__uchar) = 82dadcd908dde621b8842c96ba644dc6 ocaml(Unix) = eadecc353e942963afccd09bd1a12192 ocamlx(CamlinternalLazy) = 5f1da61615ee34940899352e3f13883f ocamlx(Stdlib) = 905355729c82ef4d2184c394a250f1a3 ocamlx(Stdlib__arg) = 31e8dcb38ea7adf461aa606aee9aeedb ocamlx(Stdlib__buffer) = f2c7899840b35768dd26b48c02f5d47d ocamlx(Stdlib__filename) = fd27ed43c8cba6245eb4a8892d1492f6 ocamlx(Stdlib__sys) = 53713114014cf8545db403b325aa77cd ocamlx(Unix) = 6cad08ee79360aa0781ccb2644c36087 Processing files: ocaml-configurator-debugsource-0.11.0-7.mga9.aarch64 Provides: ocaml-configurator-debugsource = 1:0.11.0-7.mga9 ocaml-configurator-debugsource(aarch-64) = 1:0.11.0-7.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-configurator-debuginfo-0.11.0-7.mga9.aarch64 Provides: debuginfo(build-id) = bba961b528f037d5d7ececb4998d975a3e4f210f ocaml-configurator-debuginfo = 1:0.11.0-7.mga9 ocaml-configurator-debuginfo(aarch-64) = 1:0.11.0-7.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-configurator-debugsource(aarch-64) = 1:0.11.0-7.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-configurator-debugsource-0.11.0-7.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-configurator-debuginfo-0.11.0-7.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-configurator-devel-0.11.0-7.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-configurator-0.11.0-7.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rsSjF9 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd configurator-0.11.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-configurator-0.11.0-7.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.riQnHt + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf configurator-0.11.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!