<86>Nov 25 05:24:14 userdel[3098467]: delete user 'rooter' <86>Nov 25 05:24:14 userdel[3098467]: removed group 'rooter' owned by 'rooter' <86>Nov 25 05:24:14 userdel[3098467]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 25 05:24:14 groupadd[3098475]: group added to /etc/group: name=rooter, GID=1241 <86>Nov 25 05:24:14 groupadd[3098475]: group added to /etc/gshadow: name=rooter <86>Nov 25 05:24:14 groupadd[3098475]: new group: name=rooter, GID=1241 <86>Nov 25 05:24:14 useradd[3098481]: new user: name=rooter, UID=1241, GID=1241, home=/root, shell=/bin/bash, from=none <86>Nov 25 05:24:14 userdel[3098495]: delete user 'builder' <86>Nov 25 05:24:14 userdel[3098495]: removed group 'builder' owned by 'builder' <86>Nov 25 05:24:14 userdel[3098495]: removed shadow group 'builder' owned by 'builder' <86>Nov 25 05:24:14 groupadd[3098506]: group added to /etc/group: name=builder, GID=1242 <86>Nov 25 05:24:14 groupadd[3098506]: group added to /etc/gshadow: name=builder <86>Nov 25 05:24:14 groupadd[3098506]: new group: name=builder, GID=1242 <86>Nov 25 05:24:14 useradd[3098513]: new user: name=builder, UID=1242, GID=1242, 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 25 05:24:18 rpmi: ocaml-runtime-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed <13>Nov 25 05:24:18 rpmi: rpm-build-ocaml-1.5.0-alt1 sisyphus+333888.200.2.2 1699476467 installed <13>Nov 25 05:24:33 rpmi: ocaml-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed <13>Nov 25 05:24:34 rpmi: dune-3.11.1-alt1 sisyphus+333430.200.2.1 1699002551 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.14052 + 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.14052 + 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: 8 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/lib/ocaml" ] ; ocaml_config = { version = "4.13.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" ] ; ocamlc_cppflags = [ "-D_FILE_OFFSET_BITS=64" ] ; ocamlopt_cflags = [ "-O2"; "-fno-strict-aliasing"; "-fwrapv"; "-pthread"; "-fPIC" ] ; ocamlopt_cppflags = [ "-D_FILE_OFFSET_BITS=64" ] ; bytecomp_c_compiler = [ "gcc" ; "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-pthread" ; "-fPIC" ; "-D_FILE_OFFSET_BITS=64" ] ; bytecomp_c_libraries = [ "-lm"; "-lpthread" ] ; native_c_compiler = [ "gcc" ; "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-pthread" ; "-fPIC" ; "-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 = 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 = "i686-pc-linux-gnu" ; target = "i686-pc-linux-gnu" ; profiling = false ; flambda = false ; spacetime = false ; safe_string = true ; exec_magic_number = "Caml1999X030" ; cmi_magic_number = "Caml1999I030" ; cmo_magic_number = "Caml1999O030" ; cma_magic_number = "Caml1999A030" ; cmx_magic_number = "Caml1999Y030" ; cmxa_magic_number = "Caml1999Z030" ; ast_impl_magic_number = "Caml1999M030" ; ast_intf_magic_number = "Caml1999N030" ; cmxs_magic_number = "Caml1999D030" ; cmt_magic_number = "Caml1999T030" ; 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) Output[6]: ld: src/csexp.a(csexp.o): warning: relocation in read-only section `.text' ld: warning: creating DT_TEXTREL in a shared object Promoting "_build/default/csexp.install" to "csexp.install" + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.14052 + 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:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-csexp-1.5.2 + __dune_install + /usr/bin/dune install --destdir=/usr/src/tmp/ocaml-csexp-buildroot + find /usr/src/tmp/ocaml-csexp-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-csexp-buildroot/usr/lib/ocaml/ -type d -printf '%%dir /usr/lib/ocaml/%P\n' + find /usr/src/tmp/ocaml-csexp-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-csexp-buildroot (auto) mode of './usr/lib/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/lib: (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/lib/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=relaxed,unresolved=normal) the file containing the function 'camlCsexp__Make_862' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__feed_408' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__loop_508' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__feed_eoi_single_533' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__feed_eoi_many_552' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__one_token_558' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__cont_647' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__one_token_673' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__fun_1532' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__input_694' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__loop_699' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__fun_1542' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__loop_784' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__one_token_814' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__entry' is not compiled with -fpic/-fPIC either the file containing the function 'caml_shared_startup__code_begin' or the file containing the function 'caml_curry6_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry2' is not compiled with -fpic/-fPIC either the file containing the function 'camlCsexp__code_begin' or the file containing the function 'camlCsexp__fun_1696' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__fun_1696' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__parse_error_179' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__create_385' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__feed_eoi_495' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__open_paren_504' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__loop_516' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__add_atom_522' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__add_token_526' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__loop_646' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__fun_1518' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__loop_664' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__fun_1524' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__loop_682' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__to_buffer_780' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__to_channel_793' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__fun_1581' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__$3e$3e$3d$2a_808' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__fun_1653' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__loop_826' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__fun_1665' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__fun_1670' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__fun_1673' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__loop_836' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__fun_1685' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__fun_1693' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__fun_1701' is not compiled with -fpic/-fPIC either the file containing the function 'caml_shared_startup__code_begin' or the file containing the function 'caml_curry6_1_app' is not compiled with -fpic/-fPIC either the file containing the function 'camlCsexp__code_begin' or the file containing the function 'camlCsexp__fun_1696' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_2_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_3_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_4_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_5' is not compiled with -fpic/-fPIC either the file containing the function 'camlCsexp__code_begin' or the file containing the function 'camlCsexp__fun_1696' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__parse_errorf_182' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__to_string_789' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__loop_797' is not compiled with -fpic/-fPIC the file containing the function 'camlCsexp__loop_707' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: caml_extra_params verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Format__ksprintf_1397 verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Bytes__sub_116 verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__really_input_string_316 verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: caml_ml_input_char verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__List__fold_left_275 verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Buffer__resize_297 verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__List__iter_261 verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__string_of_int_176 verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Buffer__add_string_463 verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Buffer__create_86 verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: caml_ml_output_char verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__output_string_249 verify-elf: WARNING: ./usr/lib/ocaml/csexp/csexp.cmxs: undefined symbol: caml_allocN Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.19669 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.19669 + 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.U9cTXT 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.3DLdP9 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.13.1-F9A8AFD4 Requires: ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Char) = 4.13.1-61E527E7, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Sys) = 4.13.1-77E29567, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Yt7vla 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.I2eGyk 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.1JrOY6 find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmx(Csexp) = 4.13.1-985E5F93 Requires: ocaml-csexp = 1.5.2-alt1, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(Csexp) = 4.13.1-F9A8AFD4, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Char) = 4.13.1-61E527E7, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Sys) = 4.13.1-77E29567, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmx(Stdlib) = 4.13.1-C82208C6, ocaml-cmx(Stdlib__Buffer) = 4.13.1-6EEFA361, ocaml-cmx(Stdlib__Format) = 4.13.1-D5F7C8EF, ocaml-cmx(Stdlib__List) = 4.13.1-749429E7, ocaml-cmx(Stdlib__String) = 4.13.1-5279372C, ocaml-cmx(Stdlib__Sys) = 4.13.1-7E4B56BE Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1F7ojw 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.7ziKIl find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3gtJGP 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 1 extra deps from ocaml-csexp-devel due to 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/i586/ocaml-csexp-1.5.2-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-csexp-devel-1.5.2-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-csexp-debuginfo-1.5.2-alt1.i586.rpm (w2.lzdio) 1.80user 2.03system 0:09.70elapsed 39%CPU (0avgtext+0avgdata 17044maxresident)k 0inputs+0outputs (0major+187157minor)pagefaults 0swaps 5.77user 2.49system 0:39.15elapsed 21%CPU (0avgtext+0avgdata 125240maxresident)k 0inputs+0outputs (0major+198624minor)pagefaults 0swaps