<86>Aug 19 02:51:00 userdel[2010674]: delete user 'rooter' <86>Aug 19 02:51:00 userdel[2010674]: removed group 'rooter' owned by 'rooter' <86>Aug 19 02:51:00 userdel[2010674]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 19 02:51:00 groupadd[2010715]: group added to /etc/group: name=rooter, GID=1847 <86>Aug 19 02:51:00 groupadd[2010715]: group added to /etc/gshadow: name=rooter <86>Aug 19 02:51:00 groupadd[2010715]: new group: name=rooter, GID=1847 <86>Aug 19 02:51:00 useradd[2010747]: new user: name=rooter, UID=1847, GID=1847, home=/root, shell=/bin/bash, from=none <86>Aug 19 02:51:00 userdel[2010781]: delete user 'builder' <86>Aug 19 02:51:00 userdel[2010781]: removed group 'builder' owned by 'builder' <86>Aug 19 02:51:00 userdel[2010781]: removed shadow group 'builder' owned by 'builder' <86>Aug 19 02:51:00 groupadd[2010802]: group added to /etc/group: name=builder, GID=1848 <86>Aug 19 02:51:00 groupadd[2010802]: group added to /etc/gshadow: name=builder <86>Aug 19 02:51:00 groupadd[2010802]: new group: name=builder, GID=1848 <86>Aug 19 02:51:00 useradd[2010837]: new user: name=builder, UID=1848, GID=1848, home=/usr/src, shell=/bin/bash, from=none warning: Macro %ocaml_find_files not found <13>Aug 19 02:51:04 rpmi: ocaml-runtime-4.14.1-alt1 sisyphus+333652.177.29.2 1701356220 installed <13>Aug 19 02:51:04 rpmi: rpm-build-ocaml-1.6.2.1-alt1 sisyphus+349582.100.1.1 1716824125 installed <13>Aug 19 02:51:11 rpmi: ocaml-4.14.1-alt1 sisyphus+333652.177.29.2 1701356220 installed <13>Aug 19 02:51:11 rpmi: ocaml-astring-0.8.5-alt2 sisyphus+333652.2740.29.2 1701357283 installed <13>Aug 19 02:51:11 rpmi: ocaml-topkg-1.0.6-alt2 sisyphus+333652.2540.29.2 1701357217 installed <13>Aug 19 02:51:11 rpmi: ocaml-topkg-devel-1.0.6-alt2 sisyphus+333652.2540.29.2 1701357217 installed <13>Aug 19 02:51:11 rpmi: ocaml-astring-devel-0.8.5-alt2 sisyphus+333652.2740.29.2 1701357283 installed <13>Aug 19 02:51:11 rpmi: ocaml-findlib-1.9.6-alt2 sisyphus+333652.2174.29.2 1701357040 installed <13>Aug 19 02:51:11 rpmi: ocaml-ocamlbuild-1:0.14.2-alt2 sisyphus+333652.1760.29.2 1701356951 installed <13>Aug 19 02:51:11 rpmi: ocaml-result-1.5-alt2 sisyphus+333652.600.29.2 1701356424 installed <13>Aug 19 02:51:11 rpmi: opam-2.1.5-alt1 sisyphus+333641.200.1.1 1699173180 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-fpath-0.7.3-alt3.nosrc.rpm (w1.gzdio) Installing ocaml-fpath-0.7.3-alt3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.63027 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-fpath-0.7.3 + echo 'Source #0 (ocaml-fpath-0.7.3.tar):' Source #0 (ocaml-fpath-0.7.3.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-fpath-0.7.3.tar + cd ocaml-fpath-0.7.3 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.63027 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-fpath-0.7.3 + sed -i s,%%VERSION_NUM%%,0.7.3,g pkg/META + ocaml pkg/pkg.ml build ocamlfind ocamldep -package astring -modules src/fpath.ml > src/fpath.ml.depends ocamlfind ocamldep -package astring -modules src/fpath.mli > src/fpath.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmi src/fpath.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmx src/fpath.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmx src/fpath.ml File "src/fpath.ml", line 40, characters 22-38: 40 | let is_unc_path p = String.is_prefix "\\\\" p ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 124, characters 21-37: 124 | let has_volume p = String.is_prefix "//" p ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 427, characters 10-26: 427 | if not (String.is_prefix prefix p) then false else ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 548, characters 42-58: 548 | | Some r -> not (String.equal dotdot r || String.is_prefix dotdot_dir r) ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 563, characters 32-48: 563 | | true -> String.equal dot p || String.is_prefix dot_dir p ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 578, characters 35-51: 578 | | true -> String.equal dotdot p || String.is_prefix dotdot_dir p ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 633, characters 18-31: 633 | if not (String.(Sub.is_suffix (sub e) ext)) then false else ^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. ocamlfind ocamlopt -a -package astring -I src src/fpath.cmx -o src/fpath.cmxa ocamlfind ocamlopt -shared -linkall -package astring -I src src/fpath.cmxa -o src/fpath.cmxs ocamlfind ocamlc -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmo src/fpath.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmo src/fpath.ml File "src/fpath.ml", line 40, characters 22-38: 40 | let is_unc_path p = String.is_prefix "\\\\" p ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 124, characters 21-37: 124 | let has_volume p = String.is_prefix "//" p ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 427, characters 10-26: 427 | if not (String.is_prefix prefix p) then false else ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 548, characters 42-58: 548 | | Some r -> not (String.equal dotdot r || String.is_prefix dotdot_dir r) ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 563, characters 32-48: 563 | | true -> String.equal dot p || String.is_prefix dot_dir p ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 578, characters 35-51: 578 | | true -> String.equal dotdot p || String.is_prefix dotdot_dir p ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 633, characters 18-31: 633 | if not (String.(Sub.is_suffix (sub e) ext)) then false else ^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. ocamlfind ocamlc -a -package astring -I src src/fpath.cmo -o src/fpath.cma ocamlfind ocamldep -package compiler-libs.toplevel -package astring -modules src/fpath_top.ml > src/fpath_top.ml.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package astring -I src -I test -o src/fpath_top.cmo src/fpath_top.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package astring -I src -I test -o src/fpath_top.cmo src/fpath_top.ml findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package astring -I src -I test -o src/fpath_top.cmx src/fpath_top.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package astring -I src -I test -o src/fpath_top.cmx src/fpath_top.ml findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs ocamlfind ocamlopt -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmx -o src/fpath_top.cmxa + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmx -o src/fpath_top.cmxa findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmxa -o src/fpath_top.cmxs + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmxa -o src/fpath_top.cmxs findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs ocamlfind ocamlc -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmo -o src/fpath_top.cma + ocamlfind ocamlc -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmo -o src/fpath_top.cma findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib64/ocaml, /usr/lib64/ocaml/compiler-libs # No parallelism done + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.63027 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-fpath-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-fpath-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd ocaml-fpath-0.7.3 + opam-installer --prefix=/usr/src/tmp/ocaml-fpath-buildroot/usr --libdir=/usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml Creating directory /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath _build/opam => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/opam _build/pkg/META => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/META _build/src/fpath.a => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath.a _build/src/fpath.cma => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath.cma _build/src/fpath.cmi => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath.cmi _build/src/fpath.cmti => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath.cmti _build/src/fpath.cmx => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath.cmx _build/src/fpath.cmxa => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath.cmxa _build/src/fpath.cmxs => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath.cmxs _build/src/fpath.mli => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath.mli _build/src/fpath_top.a => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath_top.a _build/src/fpath_top.cma => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath_top.cma _build/src/fpath_top.cmx => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath_top.cmx _build/src/fpath_top.cmxa => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath_top.cmxa _build/src/fpath_top.cmxs => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath_top.cmxs _build/src/fpath_top_init.ml => /usr/src/tmp/ocaml-fpath-buildroot/usr/lib64/ocaml/fpath/fpath_top_init.ml Creating directory /usr/src/tmp/ocaml-fpath-buildroot/usr/doc/fpath _build/CHANGES.md => /usr/src/tmp/ocaml-fpath-buildroot/usr/doc/fpath/CHANGES.md _build/LICENSE.md => /usr/src/tmp/ocaml-fpath-buildroot/usr/doc/fpath/LICENSE.md _build/README.md => /usr/src/tmp/ocaml-fpath-buildroot/usr/doc/fpath/README.md + __ocaml_find_files + find /usr/src/tmp/ocaml-fpath-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-fpath-buildroot/usr/lib64/ocaml/ -type d -printf '%%dir /usr/lib64/ocaml/%P\n' + find /usr/src/tmp/ocaml-fpath-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-fpath-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ocaml-fpath-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-fpath-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-fpath-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-fpath-buildroot ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-fpath-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath_top.cmxs: undefined symbol: camlStdlib__Format verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath_top.cmxs: undefined symbol: camlToploop__use_input_1249 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Format verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__List__2 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__20 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__List verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Sys verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: caml_string_equal verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__of_string_with_index_range_inner_2050 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__List__exists_586 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__List__rev_append_308 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__dump_1578 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__failwith_7 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__span_1254 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_base__of_char_515 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Set__fun_1276 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Bytes__sub_302 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__v_inner_2034 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__drop_inner_2294 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Bytes__copy_291 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__for_all_783 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__cuts_inner_3182 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__concat_inner_2917 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__find_inner_3214 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__is_suffix_1042 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Map__find_440 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Set__add_417 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Format__pp_print_string_793 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: caml_alloc1 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__take_inner_2282 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__invalid_arg_10 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Map__fun_1341 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__map_1476 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__equal_bytes_1077 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Set__min_elt_453 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Map__max_binding_537 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Set__fold_628 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__tail_inner_2074 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__extend_715 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Map__add_428 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__with_index_range_inner_2988 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Format__kasprintf_1813 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Set__max_elt_461 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__concat_inner_2120 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__List__fold_left_521 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__exists_787 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__is_prefix_755 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Set__find_682 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Format__fprintf_1781 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Map__fold_615 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__with_range_inner_2982 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlStdlib__Map__min_binding_527 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_base__exists_487 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__get_head_598 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: caml_string_notequal verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_sub__append_790 verify-elf: WARNING: ./usr/lib64/ocaml/fpath/fpath.cmxs: undefined symbol: camlAstring_string__append_644 Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ocaml-fpath-buildroot Processing files: ocaml-fpath-0.7.3-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.63027 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-fpath-0.7.3 + DOCDIR=/usr/src/tmp/ocaml-fpath-buildroot/usr/share/doc/ocaml-fpath-0.7.3 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-fpath-buildroot/usr/share/doc/ocaml-fpath-0.7.3 + /bin/mkdir -p /usr/src/tmp/ocaml-fpath-buildroot/usr/share/doc/ocaml-fpath-0.7.3 + cp -prL LICENSE.md CHANGES.md README.md /usr/src/tmp/ocaml-fpath-buildroot/usr/share/doc/ocaml-fpath-0.7.3 + chmod -R go-w /usr/src/tmp/ocaml-fpath-buildroot/usr/share/doc/ocaml-fpath-0.7.3 + chmod -R a+rX /usr/src/tmp/ocaml-fpath-buildroot/usr/share/doc/ocaml-fpath-0.7.3 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uMIUG2 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.SzUFUC 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(Fpath) = 4.14.1-7E260E38, ocaml-cmi(Fpath_top) = 4.14.1-9F8A47B2 Requires: ocaml-cmi(Astring) = 4.14.1-73B91755, 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__Bytes) = 4.14.1-3D02C333, 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__Lazy) = 4.14.1-01430D34, ocaml-cmi(Stdlib__Lexing) = 4.14.1-C9318C27, ocaml-cmi(Stdlib__List) = 4.14.1-EE222542, ocaml-cmi(Stdlib__Map) = 4.14.1-978F8291, ocaml-cmi(Stdlib__Obj) = 4.14.1-25794D29, 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__Sys) = 4.14.1-7726A14C, 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, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dFPhVf Creating ocaml-fpath-debuginfo package Processing files: ocaml-fpath-devel-0.7.3-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.R5fkUw 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.3QEX86 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(Fpath) = 4.14.1-7E260E38, ocaml-cmt(Fpath) = 4.14.1-7E260E38, ocaml-cmx(Fpath) = 4.14.1-E2F282C1, ocaml-cmx(Fpath_top) = 4.14.1-B00F8D01 Requires: ocaml-fpath = 0.7.3-alt3, ocaml-cmi(Astring) = 4.14.1-73B91755, 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(Fpath_top) = 4.14.1-9F8A47B2, 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__Bytes) = 4.14.1-3D02C333, 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__Lazy) = 4.14.1-01430D34, ocaml-cmi(Stdlib__Lexing) = 4.14.1-C9318C27, ocaml-cmi(Stdlib__List) = 4.14.1-EE222542, ocaml-cmi(Stdlib__Map) = 4.14.1-978F8291, ocaml-cmi(Stdlib__Obj) = 4.14.1-25794D29, 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__Sys) = 4.14.1-7726A14C, 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-cmt(CamlinternalFormatBasics) = 4.14.1-8F8F6345, ocaml-cmt(Stdlib) = 4.14.1-79B0E9D3, ocaml-cmt(Stdlib__Buffer) = 4.14.1-4B09C9A6, ocaml-cmt(Stdlib__Either) = 4.14.1-26845DF2, ocaml-cmt(Stdlib__Format) = 4.14.1-B6EDB97B, ocaml-cmt(Stdlib__Map) = 4.14.1-978F8291, ocaml-cmt(Stdlib__Seq) = 4.14.1-B6351103, ocaml-cmt(Stdlib__Set) = 4.14.1-871D2EE2, ocaml-cmt(Stdlib__Uchar) = 4.14.1-C0DDE02A, ocaml-cmx(Astring) = 4.14.1-BE242C74, ocaml-cmx(Stdlib) = 4.14.1-29FC6B4F, ocaml-cmx(Stdlib__Bytes) = 4.14.1-1336F50A, ocaml-cmx(Stdlib__Format) = 4.14.1-2591B0ED, ocaml-cmx(Stdlib__List) = 4.14.1-0959BDC1, ocaml-cmx(Stdlib__Map) = 4.14.1-E8D054D4, ocaml-cmx(Stdlib__Set) = 4.14.1-ED49EDFD, ocaml-cmx(Stdlib__Sys) = 4.14.1-B4BF5589, ocaml-cmx(Toploop) = 4.14.1-94D8BF70 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IaXt9Z Processing files: ocaml-fpath-debuginfo-0.7.3-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.h8yuDr find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SU29dN find-requires: running scripts (debuginfo) Requires: ocaml-fpath = 0.7.3-alt3 Adding to ocaml-fpath-devel a strict dependency on ocaml-fpath Adding to ocaml-fpath-debuginfo a strict dependency on ocaml-fpath Removing 1 extra deps from ocaml-fpath-devel due to dependency on ocaml-fpath Removing 41 extra deps from ocaml-fpath-devel due to repentancy on ocaml-fpath warning: Installed (but unpackaged) file(s) found: /usr/doc/fpath/CHANGES.md /usr/doc/fpath/LICENSE.md /usr/doc/fpath/README.md Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-fpath-0.7.3-alt3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-fpath-devel-0.7.3-alt3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-fpath-debuginfo-0.7.3-alt3.x86_64.rpm (w2.lzdio) 0.80user 1.61system 0:09.14elapsed 26%CPU (0avgtext+0avgdata 26652maxresident)k 0inputs+0outputs (0major+319385minor)pagefaults 0swaps 3.71user 2.63system 0:27.67elapsed 22%CPU (0avgtext+0avgdata 135200maxresident)k 560inputs+0outputs (0major+217638minor)pagefaults 0swaps --- ocaml-fpath-0.7.3-alt3.x86_64.rpm.repo 2023-11-30 15:33:40.000000000 +0000 +++ ocaml-fpath-0.7.3-alt3.x86_64.rpm.hasher 2024-08-19 02:51:23.533740883 +0000 @@ -63,5 +63,5 @@ File: /usr/lib64/ocaml/fpath/fpath.cmi 100644 root:root f4c298a174a3d9a0a9bf876bbf8b0e01 -File: /usr/lib64/ocaml/fpath/fpath.cmxs 100644 root:root 47fedf223860a70cd7f5ea16e79bbba0 +File: /usr/lib64/ocaml/fpath/fpath.cmxs 100644 root:root d8fa07d587adce3f560f8c2368c1c6ab File: /usr/lib64/ocaml/fpath/fpath_top.cma 100644 root:root 0059b719a6d0a12a0c9261dabee4afd5 -File: /usr/lib64/ocaml/fpath/fpath_top.cmxs 100644 root:root 3af1ff932a33796c7bc5884fc1b133da +File: /usr/lib64/ocaml/fpath/fpath_top.cmxs 100644 root:root f975159b94f04bd1c4bdf83c0ce7043a File: /usr/share/doc/ocaml-fpath-0.7.3 40755 root:root @@ -70,2 +70,2 @@ File: /usr/share/doc/ocaml-fpath-0.7.3/README.md 100644 root:root 340876bd0b9c2a33eaadeb68cac338fa -RPMIdentity: 5e7261cb7fcbf5eb883cb63313974961103b19ffbc41f08df7a18115733eee5fa78b606a978d0581cfbc805e279519a89f192cda79f2496d43696f9ba729fe69 +RPMIdentity: 8bb566fb115a68f769a38d952a981fc00a0a992cd8ab5b404b216c6f484460fbe49047b3f84966bd209ebf11856462cfc6f88f79d5be7e2e994bb71a7641d8b7 --- ocaml-fpath-debuginfo-0.7.3-alt3.x86_64.rpm.repo 2023-11-30 15:33:40.000000000 +0000 +++ ocaml-fpath-debuginfo-0.7.3-alt3.x86_64.rpm.hasher 2024-08-19 02:51:23.621742882 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/05 40755 root:root -/usr/lib/debug/.build-id/05/fededd25453476d23a61e279cd5f1e4bbbfb35 120777 root:root ../../../../lib64/ocaml/fpath/fpath_top.cmxs -/usr/lib/debug/.build-id/05/fededd25453476d23a61e279cd5f1e4bbbfb35.debug 120777 root:root ../../usr/lib64/ocaml/fpath/fpath_top.cmxs.debug -/usr/lib/debug/.build-id/1a 40755 root:root -/usr/lib/debug/.build-id/1a/9a8b3d6f7ba724ec21c2d8bccfcc162c3edfb0 120777 root:root ../../../../lib64/ocaml/fpath/fpath.cmxs -/usr/lib/debug/.build-id/1a/9a8b3d6f7ba724ec21c2d8bccfcc162c3edfb0.debug 120777 root:root ../../usr/lib64/ocaml/fpath/fpath.cmxs.debug +/usr/lib/debug/.build-id/20 40755 root:root +/usr/lib/debug/.build-id/20/b94b1d983412719b19e9e47d0115232f32161c 120777 root:root ../../../../lib64/ocaml/fpath/fpath.cmxs +/usr/lib/debug/.build-id/20/b94b1d983412719b19e9e47d0115232f32161c.debug 120777 root:root ../../usr/lib64/ocaml/fpath/fpath.cmxs.debug +/usr/lib/debug/.build-id/d5 40755 root:root +/usr/lib/debug/.build-id/d5/605a1a95bf0db6192ca21fd638ccae2e3c50ab 120777 root:root ../../../../lib64/ocaml/fpath/fpath_top.cmxs +/usr/lib/debug/.build-id/d5/605a1a95bf0db6192ca21fd638ccae2e3c50ab.debug 120777 root:root ../../usr/lib64/ocaml/fpath/fpath_top.cmxs.debug /usr/lib/debug/usr/lib64/ocaml 40755 root:root @@ -18,12 +18,12 @@ Provides: ocaml-fpath-debuginfo = 0.7.3-alt3:sisyphus+333652.6640.29.2 -File: /usr/lib/debug/.build-id/05 40755 root:root -File: /usr/lib/debug/.build-id/05/fededd25453476d23a61e279cd5f1e4bbbfb35 120777 root:root ../../../../lib64/ocaml/fpath/fpath_top.cmxs -File: /usr/lib/debug/.build-id/05/fededd25453476d23a61e279cd5f1e4bbbfb35.debug 120777 root:root ../../usr/lib64/ocaml/fpath/fpath_top.cmxs.debug -File: /usr/lib/debug/.build-id/1a 40755 root:root -File: /usr/lib/debug/.build-id/1a/9a8b3d6f7ba724ec21c2d8bccfcc162c3edfb0 120777 root:root ../../../../lib64/ocaml/fpath/fpath.cmxs -File: /usr/lib/debug/.build-id/1a/9a8b3d6f7ba724ec21c2d8bccfcc162c3edfb0.debug 120777 root:root ../../usr/lib64/ocaml/fpath/fpath.cmxs.debug +File: /usr/lib/debug/.build-id/20 40755 root:root +File: /usr/lib/debug/.build-id/20/b94b1d983412719b19e9e47d0115232f32161c 120777 root:root ../../../../lib64/ocaml/fpath/fpath.cmxs +File: /usr/lib/debug/.build-id/20/b94b1d983412719b19e9e47d0115232f32161c.debug 120777 root:root ../../usr/lib64/ocaml/fpath/fpath.cmxs.debug +File: /usr/lib/debug/.build-id/d5 40755 root:root +File: /usr/lib/debug/.build-id/d5/605a1a95bf0db6192ca21fd638ccae2e3c50ab 120777 root:root ../../../../lib64/ocaml/fpath/fpath_top.cmxs +File: /usr/lib/debug/.build-id/d5/605a1a95bf0db6192ca21fd638ccae2e3c50ab.debug 120777 root:root ../../usr/lib64/ocaml/fpath/fpath_top.cmxs.debug File: /usr/lib/debug/usr/lib64/ocaml 40755 root:root File: /usr/lib/debug/usr/lib64/ocaml/fpath 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/fpath/fpath.cmxs.debug 100644 root:root 504b7d440241006cd50f57e19c1cb5bf -File: /usr/lib/debug/usr/lib64/ocaml/fpath/fpath_top.cmxs.debug 100644 root:root be23dd2baf39cb38d3abddfeafe3eb00 +File: /usr/lib/debug/usr/lib64/ocaml/fpath/fpath.cmxs.debug 100644 root:root 507dfa062d6cdcac1266fd3f518f35cb +File: /usr/lib/debug/usr/lib64/ocaml/fpath/fpath_top.cmxs.debug 100644 root:root 2be6d921da5d6fdb32bab3bb7540bd4f File: /usr/src/debug/ocaml-fpath-0.7.3 40755 root:root @@ -33,2 +33,2 @@ File: /usr/src/debug/ocaml-fpath-0.7.3/_build/src/fpath_top.ml 100644 root:root ebd281e3bf655d10bcca33d5e51debdd -RPMIdentity: d78b178382af8c72b60dcdb165d03d93e520958e3d32bc6db84ec49bd4980c9037c3362c3865374a08355ddc812ce23a218a08d06513ab2298b0d3867c9b5450 +RPMIdentity: f08be6849d5dcf26afaa9dc9c4a97026b0b599d8c1c2735ef107ad8140410872bfe1417ecc18670533e7868f88282094ce48919a57ed06ddff99beede44d773a