<86>Jun 16 01:23:21 userdel[2045348]: delete user 'rooter' <86>Jun 16 01:23:21 userdel[2045348]: removed group 'rooter' owned by 'rooter' <86>Jun 16 01:23:21 userdel[2045348]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 01:23:21 groupadd[2045363]: group added to /etc/group: name=rooter, GID=1844 <86>Jun 16 01:23:21 groupadd[2045363]: group added to /etc/gshadow: name=rooter <86>Jun 16 01:23:21 groupadd[2045363]: new group: name=rooter, GID=1844 <86>Jun 16 01:23:21 useradd[2045375]: new user: name=rooter, UID=1844, GID=1844, home=/root, shell=/bin/bash <86>Jun 16 01:23:21 userdel[2045397]: delete user 'builder' <86>Jun 16 01:23:21 userdel[2045397]: removed group 'builder' owned by 'builder' <86>Jun 16 01:23:21 userdel[2045397]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 01:23:21 groupadd[2045416]: group added to /etc/group: name=builder, GID=1845 <86>Jun 16 01:23:21 groupadd[2045416]: group added to /etc/gshadow: name=builder <86>Jun 16 01:23:21 groupadd[2045416]: new group: name=builder, GID=1845 <86>Jun 16 01:23:21 useradd[2045426]: new user: name=builder, UID=1845, GID=1845, home=/usr/src, shell=/bin/bash <13>Jun 16 01:23:24 rpmi: ocaml-runtime-4.13.1-alt1 p10+289137.100.8.1 1638001619 installed <13>Jun 16 01:23:24 rpmi: rpm-build-ocaml-1.4.2-alt1 p10+289137.700.7.1 1637431351 installed <13>Jun 16 01:23:31 rpmi: ocaml-4.13.1-alt1 p10+289137.100.8.1 1638001619 installed <13>Jun 16 01:23:31 rpmi: ocaml-findlib-1.9.1-alt2 p10+289137.1000.8.1 1638001980 installed <13>Jun 16 01:23:31 rpmi: ocaml-result-1.5-alt2 p10+289137.5400.8.1 1638003307 installed <13>Jun 16 01:23:31 rpmi: ocaml-result-devel-1.5-alt2 p10+289137.5400.8.1 1638003307 installed <13>Jun 16 01:23:31 rpmi: ocaml-findlib-devel-1.9.1-alt2 p10+289137.1000.8.1 1638001980 installed <13>Jun 16 01:23:31 rpmi: ocaml-ocamlbuild-1:0.14.0-alt1 p10+289137.300.8.1 1638001815 installed <13>Jun 16 01:23:31 rpmi: opam-2.1.1-alt1 p10+289137.23200.8.1 1638008342 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-topkg-1.0.4-alt1.nosrc.rpm (w1.gzdio) Installing ocaml-topkg-1.0.4-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.80295 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-topkg-1.0.4 + echo 'Source #0 (ocaml-topkg-1.0.4.tar):' Source #0 (ocaml-topkg-1.0.4.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-topkg-1.0.4.tar + cd ocaml-topkg-1.0.4 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.80295 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-topkg-1.0.4 + sed -i 's,%%VERSION_NUM%%,1.0.4,g;s,result,,g' pkg/META + ocaml pkg/pkg.ml build File "src/topkg_string.ml", line 92, characters 19-28: 92 | let version = if is_prefix "v" v then with_index_range ~first:1 v else v in ^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/topkg_fpath.ml", line 10, characters 2-24: 10 | Topkg_string.is_prefix Filename.dir_sep s || ^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/topkg_fpath.ml", line 14, characters 2-24: 14 | Topkg_string.is_suffix Filename.dir_sep s || ^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/topkg_os.ml", line 52, characters 31-53: 52 | if not dotfiles && Topkg_string.is_prefix "." f then acc else ^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/topkg_vcs.ml", line 60, characters 41-42: 60 | | (dir, (_, `Exited 0)) -> Ok (Some (v `Git git dir)) ^ Warning 6 [labels-omitted]: label dir was omitted in the application of this function. File "src/topkg_vcs.ml", line 181, characters 41-42: 181 | | (dir, (_, `Exited 0)) -> Ok (Some (v `Hg hg dir)) ^ Warning 6 [labels-omitted]: label dir was omitted in the application of this function. File "src/topkg_vcs.ml", line 305, characters 33-34: 305 | | (_, cmd) -> Ok (Some (v `Git cmd git_dir)) ^ Warning 6 [labels-omitted]: label dir was omitted in the application of this function. File "src/topkg_vcs.ml", line 313, characters 34-35: 313 | (_, cmd) -> Ok (Some (v `Hg cmd dir)) ^ Warning 6 [labels-omitted]: label dir was omitted in the application of this function. File "src/topkg_conf.ml", line 35, characters 12-26: 35 | let fpath = conv_with_docv string "PATH" ^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label docv was omitted in the application of this function. File "src/topkg_conf.ml", line 91, characters 17-31: 91 | | Some docv -> conv_with_docv conv docv ^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label docv was omitted in the application of this function. File "src/topkg_conf.ml", line 583, characters 31-53: 583 | let is_size_of_ptr = Topkg_string.is_prefix "#define SIZEOF_PTR" l in ^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/topkg_main.ml", line 95, characters 2-16: 95 | Topkg_pkg.test pkg list tests args ^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels list, tests, args were omitted in the application of this function. File "src/topkg_main.ml", line 121, characters 29-38: 121 | let is_opt s = Topkg_string.(is_prefix "-" s || is_prefix "--" s) ^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/topkg_main.ml", line 121, characters 48-57: 121 | let is_opt s = Topkg_string.(is_prefix "-" s || is_prefix "--" s) ^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. ocamlfind ocamldep -modules src/topkg.ml > src/topkg.ml.depends ocamlfind ocamldep -modules src/topkg.mli > src/topkg.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmi src/topkg.mli ocamlfind ocamldep -modules src/topkg_build.ml > src/topkg_build.ml.depends ocamlfind ocamldep -modules src/topkg_build.mli > src/topkg_build.mli.depends ocamlfind ocamldep -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends ocamlfind ocamldep -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmi src/topkg_fpath.mli ocamlfind ocamldep -modules src/topkg_codec.mli > src/topkg_codec.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmi src/topkg_cmd.mli ocamlfind ocamldep -modules src/topkg_result.mli > src/topkg_result.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmi src/topkg_result.mli ocamlfind ocamldep -modules src/topkg_conf.mli > src/topkg_conf.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmi src/topkg_codec.mli ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmi src/topkg_conf.mli ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmi src/topkg_build.mli ocamlfind ocamldep -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends ocamlfind ocamldep -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends ocamlfind ocamldep -modules src/topkg_string.ml > src/topkg_string.ml.depends ocamlfind ocamldep -modules src/topkg_string.mli > src/topkg_string.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmi src/topkg_string.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmx src/topkg_string.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmx src/topkg_string.ml File "src/topkg_string.ml", line 92, characters 19-28: 92 | let version = if is_prefix "v" v then with_index_range ~first:1 v else v in ^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmx src/topkg_fpath.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmx src/topkg_fpath.ml File "src/topkg_fpath.ml", line 10, characters 2-24: 10 | Topkg_string.is_prefix Filename.dir_sep s || ^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/topkg_fpath.ml", line 14, characters 2-24: 14 | Topkg_string.is_suffix Filename.dir_sep s || ^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. ocamlfind ocamldep -modules src/topkg_codec.ml > src/topkg_codec.ml.depends ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmx src/topkg_cmd.ml ocamlfind ocamldep -modules src/topkg_os.ml > src/topkg_os.ml.depends ocamlfind ocamldep -modules src/topkg_os.mli > src/topkg_os.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmi src/topkg_os.mli ocamlfind ocamldep -modules src/topkg_log.ml > src/topkg_log.ml.depends ocamlfind ocamldep -modules src/topkg_log.mli > src/topkg_log.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmi src/topkg_log.mli ocamlfind ocamldep -modules src/topkg_result.ml > src/topkg_result.ml.depends ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmx src/topkg_result.ml ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmx src/topkg_log.ml ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmx src/topkg_os.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmx src/topkg_os.ml File "src/topkg_os.ml", line 52, characters 31-53: 52 | if not dotfiles && Topkg_string.is_prefix "." f then acc else ^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. ocamlfind ocamldep -modules src/topkg_conf.ml > src/topkg_conf.ml.depends ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmx src/topkg_codec.ml ocamlfind ocamldep -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends ocamlfind ocamldep -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmi src/topkg_vcs.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmx src/topkg_vcs.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmx src/topkg_vcs.ml File "src/topkg_vcs.ml", line 60, characters 41-42: 60 | | (dir, (_, `Exited 0)) -> Ok (Some (v `Git git dir)) ^ Warning 6 [labels-omitted]: label dir was omitted in the application of this function. File "src/topkg_vcs.ml", line 181, characters 41-42: 181 | | (dir, (_, `Exited 0)) -> Ok (Some (v `Hg hg dir)) ^ Warning 6 [labels-omitted]: label dir was omitted in the application of this function. File "src/topkg_vcs.ml", line 305, characters 33-34: 305 | | (_, cmd) -> Ok (Some (v `Git cmd git_dir)) ^ Warning 6 [labels-omitted]: label dir was omitted in the application of this function. File "src/topkg_vcs.ml", line 313, characters 34-35: 313 | (_, cmd) -> Ok (Some (v `Hg cmd dir)) ^ Warning 6 [labels-omitted]: label dir was omitted in the application of this function. ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmx src/topkg_conf.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmx src/topkg_conf.ml File "src/topkg_conf.ml", line 35, characters 12-26: 35 | let fpath = conv_with_docv string "PATH" ^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label docv was omitted in the application of this function. File "src/topkg_conf.ml", line 91, characters 17-31: 91 | | Some docv -> conv_with_docv conv docv ^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label docv was omitted in the application of this function. File "src/topkg_conf.ml", line 583, characters 31-53: 583 | let is_size_of_ptr = Topkg_string.is_prefix "#define SIZEOF_PTR" l in ^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. ocamlfind ocamldep -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends ocamlfind ocamldep -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmi src/topkg_distrib.mli ocamlfind ocamldep -modules src/topkg_opam.ml > src/topkg_opam.ml.depends ocamlfind ocamldep -modules src/topkg_opam.mli > src/topkg_opam.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmi src/topkg_opam.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmx src/topkg_opam.ml ocamlfind ocamldep -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends ocamlfind ocamldep -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmi src/topkg_fexts.mli ocamlfind ocamldep -modules src/topkg_install.ml > src/topkg_install.ml.depends ocamlfind ocamldep -modules src/topkg_install.mli > src/topkg_install.mli.depends ocamlfind ocamldep -modules src/topkg_test.mli > src/topkg_test.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmi src/topkg_test.mli ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmi src/topkg_install.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmx src/topkg_fexts.ml ocamlfind ocamldep -modules src/topkg_test.ml > src/topkg_test.ml.depends ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmx src/topkg_test.ml ocamlfind ocamldep -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends ocamlfind ocamldep -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends ocamlfind ocamldep -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends ocamlfind ocamldep -modules src/topkg_publish.mli > src/topkg_publish.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmi src/topkg_publish.mli ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmi src/topkg_pkg.mli ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmi src/topkg_ipc.mli ocamlfind ocamldep -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmx src/topkg_build.ml ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmx src/topkg_distrib.ml ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmx src/topkg_install.ml ocamlfind ocamldep -modules src/topkg_publish.ml > src/topkg_publish.ml.depends ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmx src/topkg_publish.ml ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmx src/topkg_pkg.ml ocamlfind ocamldep -modules src/topkg_main.ml > src/topkg_main.ml.depends ocamlfind ocamldep -modules src/topkg_main.mli > src/topkg_main.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmi src/topkg_main.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmx src/topkg_ipc.ml ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmx src/topkg_main.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmx src/topkg_main.ml File "src/topkg_main.ml", line 95, characters 2-16: 95 | Topkg_pkg.test pkg list tests args ^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels list, tests, args were omitted in the application of this function. File "src/topkg_main.ml", line 121, characters 29-38: 121 | let is_opt s = Topkg_string.(is_prefix "-" s || is_prefix "--" s) ^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/topkg_main.ml", line 121, characters 48-57: 121 | let is_opt s = Topkg_string.(is_prefix "-" s || is_prefix "--" s) ^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmx src/topkg.ml ocamlfind ocamlopt -a -I src src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa ocamlfind ocamlopt -shared -linkall -I src src/topkg.cmxa -o src/topkg.cmxs ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmo src/topkg.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmo src/topkg_build.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmo src/topkg_cmd.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmo src/topkg_codec.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmo src/topkg_conf.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmo src/topkg_distrib.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmo src/topkg_fexts.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmo src/topkg_fpath.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmo src/topkg_install.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmo src/topkg_ipc.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmo src/topkg_fpath.ml File "src/topkg_fpath.ml", line 10, characters 2-24: 10 | Topkg_string.is_prefix Filename.dir_sep s || ^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/topkg_fpath.ml", line 14, characters 2-24: 14 | Topkg_string.is_suffix Filename.dir_sep s || ^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmo src/topkg_log.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmo src/topkg_main.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmo src/topkg_opam.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmo src/topkg_os.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmo src/topkg_conf.ml File "src/topkg_conf.ml", line 35, characters 12-26: 35 | let fpath = conv_with_docv string "PATH" ^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label docv was omitted in the application of this function. File "src/topkg_conf.ml", line 91, characters 17-31: 91 | | Some docv -> conv_with_docv conv docv ^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label docv was omitted in the application of this function. File "src/topkg_conf.ml", line 583, characters 31-53: 583 | let is_size_of_ptr = Topkg_string.is_prefix "#define SIZEOF_PTR" l in ^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmo src/topkg_pkg.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmo src/topkg_publish.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmo src/topkg_main.ml File "src/topkg_main.ml", line 95, characters 2-16: 95 | Topkg_pkg.test pkg list tests args ^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels list, tests, args were omitted in the application of this function. File "src/topkg_main.ml", line 121, characters 29-38: 121 | let is_opt s = Topkg_string.(is_prefix "-" s || is_prefix "--" s) ^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/topkg_main.ml", line 121, characters 48-57: 121 | let is_opt s = Topkg_string.(is_prefix "-" s || is_prefix "--" s) ^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmo src/topkg_result.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmo src/topkg_string.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmo src/topkg_os.ml File "src/topkg_os.ml", line 52, characters 31-53: 52 | if not dotfiles && Topkg_string.is_prefix "." f then acc else ^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmo src/topkg_test.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmo src/topkg_vcs.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmo src/topkg_string.ml File "src/topkg_string.ml", line 92, characters 19-28: 92 | let version = if is_prefix "v" v then with_index_range ~first:1 v else v in ^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmo src/topkg_vcs.ml File "src/topkg_vcs.ml", line 60, characters 41-42: 60 | | (dir, (_, `Exited 0)) -> Ok (Some (v `Git git dir)) ^ Warning 6 [labels-omitted]: label dir was omitted in the application of this function. File "src/topkg_vcs.ml", line 181, characters 41-42: 181 | | (dir, (_, `Exited 0)) -> Ok (Some (v `Hg hg dir)) ^ Warning 6 [labels-omitted]: label dir was omitted in the application of this function. File "src/topkg_vcs.ml", line 305, characters 33-34: 305 | | (_, cmd) -> Ok (Some (v `Git cmd git_dir)) ^ Warning 6 [labels-omitted]: label dir was omitted in the application of this function. File "src/topkg_vcs.ml", line 313, characters 34-35: 313 | (_, cmd) -> Ok (Some (v `Hg cmd dir)) ^ Warning 6 [labels-omitted]: label dir was omitted in the application of this function. ocamlfind ocamlc -a -I src src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma # Parallel statistics: { count(total): 2(84), max: 20, min: 2, average(total): 11.000(1.238) } + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.68947 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-topkg-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-topkg-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-topkg-1.0.4 + opam-installer --prefix=/usr/src/tmp/ocaml-topkg-buildroot/usr --libdir=/usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml topkg.install Creating directory /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg _build/pkg/META => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/META _build/src/topkg.a => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg.a _build/src/topkg.cma => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg.cma _build/src/topkg.cmi => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg.cmi _build/src/topkg.cmti => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg.cmti _build/src/topkg.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg.cmx _build/src/topkg.cmxa => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg.cmxa _build/src/topkg.cmxs => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg.cmxs _build/src/topkg.mli => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg.mli _build/src/topkg_build.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg_build.cmx _build/src/topkg_cmd.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg_cmd.cmx _build/src/topkg_codec.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg_codec.cmx _build/src/topkg_conf.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg_conf.cmx _build/src/topkg_distrib.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg_distrib.cmx _build/src/topkg_fexts.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg_fexts.cmx _build/src/topkg_fpath.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg_fpath.cmx _build/src/topkg_install.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg_install.cmx _build/src/topkg_ipc.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg_ipc.cmx _build/src/topkg_log.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg_log.cmx _build/src/topkg_main.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg_main.cmx _build/src/topkg_opam.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg_opam.cmx _build/src/topkg_os.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg_os.cmx _build/src/topkg_pkg.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg_pkg.cmx _build/src/topkg_publish.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg_publish.cmx _build/src/topkg_result.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg_result.cmx _build/src/topkg_string.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg_string.cmx _build/src/topkg_test.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg_test.cmx _build/src/topkg_vcs.cmx => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/topkg_vcs.cmx _build/topkg.opam => /usr/src/tmp/ocaml-topkg-buildroot/usr/lib64/ocaml/topkg/opam Creating directory /usr/src/tmp/ocaml-topkg-buildroot/usr/doc/topkg _build/CHANGES.md => /usr/src/tmp/ocaml-topkg-buildroot/usr/doc/topkg/CHANGES.md _build/LICENSE.md => /usr/src/tmp/ocaml-topkg-buildroot/usr/doc/topkg/LICENSE.md _build/README.md => /usr/src/tmp/ocaml-topkg-buildroot/usr/doc/topkg/README.md + rm -rf /usr/src/tmp/ocaml-topkg-buildroot/usr/doc/topkg + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-topkg-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ocaml-topkg-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-topkg-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-topkg-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-topkg-buildroot ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-topkg-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Format verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__List__2 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_make_array verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_sys_argv verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_ml_channel_size verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_sys_file_exists verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_equal verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__11 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Filename verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_ml_flush verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_sys_remove verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_sys_is_directory verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Hashtbl verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_int_of_string verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_compare verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_sys_getcwd verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__String__1 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__12 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__String verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Char verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Sys verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_create_bytes verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__List__1 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_sys_read_directory verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_sys_getenv verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_sys_chdir verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_sys_system_command verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Map__add_200 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Format__kasprintf_1409 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Format__fprintf_1377 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__bool_of_string_170 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Bytes__apply1_316 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__String__trim_269 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Hashtbl__create_inner_1702 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Set__fold_400 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Format__printf_1380 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Set__add_189 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Printf__sprintf_202 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Format__flush_buffer_formatter_984 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__List__rev_map_252 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__List__assoc_371 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Map__fun_1056 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__List__find_417 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__print_endline_365 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Format__pp_print_string_570 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__really_input_310 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__output_string_249 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__List__mem_361 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_string_compare verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__String__index_from_297 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__String__concat_224 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_alloc1 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Map__mem_292 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Filename__temp_file_inner_1226 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Filename__concat_552 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__close_out_noerr_279 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Char__chr_83 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__List__fold_left_275 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_alloc3 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Hashtbl__find_996 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Buffer__add_substitute_539 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Buffer__create_86 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlCamlinternalLazy__force_lazy_block_166 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__List__map_236 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__invalid_arg_9 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__List__rev_append_122 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Set__fun_992 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Buffer__resize_297 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__List__flatten_231 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Format__pp_print_break_734 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__string_of_int_176 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__failwith_6 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Set__mem_276 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Map__fold_387 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Format__eprintf_1383 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Printf__bprintf_175 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__List__stable_sort_548 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__$5e_140 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Buffer__add_string_463 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__$5e$5e_444 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Array__to_list_183 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Set__elements_aux_443 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__output_253 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Map__find_212 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__List__fold_right_281 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__exit_476 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Hashtbl__add_969 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__List__find_all_433 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__String__rindex_rec_309 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_string_notequal verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__close_in_noerr_346 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__$40_197 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__List__iter_261 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Bytes__sub_116 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Format__pp_force_newline_714 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Map__remove_334 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_alloc2 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Format__kfprintf_1359 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__at_exit_455 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__Bytes__map_256 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__List__exists_340 verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: caml_string_equal verify-elf: WARNING: ./usr/lib64/ocaml/topkg/topkg.cmxs: undefined symbol: camlStdlib__List__partition_485 Processing files: ocaml-topkg-1.0.4-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.37844 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-topkg-1.0.4 + DOCDIR=/usr/src/tmp/ocaml-topkg-buildroot/usr/share/doc/ocaml-topkg-1.0.4 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-topkg-buildroot/usr/share/doc/ocaml-topkg-1.0.4 + /bin/mkdir -p /usr/src/tmp/ocaml-topkg-buildroot/usr/share/doc/ocaml-topkg-1.0.4 + cp -prL README.md CHANGES.md LICENSE.md /usr/src/tmp/ocaml-topkg-buildroot/usr/share/doc/ocaml-topkg-1.0.4 + chmod -R go-w /usr/src/tmp/ocaml-topkg-buildroot/usr/share/doc/ocaml-topkg-1.0.4 + chmod -R a+rX /usr/src/tmp/ocaml-topkg-buildroot/usr/share/doc/ocaml-topkg-1.0.4 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Fkv6Xv 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.D1GrHy 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(Topkg) = 4.13.1-0F839B8D, ocaml-cmi(Topkg_build) = 4.13.1-283A186A, ocaml-cmi(Topkg_cmd) = 4.13.1-21A3D74C, ocaml-cmi(Topkg_codec) = 4.13.1-11F1E1BF, ocaml-cmi(Topkg_conf) = 4.13.1-B1E65934, ocaml-cmi(Topkg_distrib) = 4.13.1-F8CDE2AC, ocaml-cmi(Topkg_fexts) = 4.13.1-DD1F988A, ocaml-cmi(Topkg_fpath) = 4.13.1-5D068019, ocaml-cmi(Topkg_install) = 4.13.1-E132EE66, ocaml-cmi(Topkg_ipc) = 4.13.1-A82F989E, ocaml-cmi(Topkg_log) = 4.13.1-B1EC06B3, ocaml-cmi(Topkg_main) = 4.13.1-193DE5D9, ocaml-cmi(Topkg_opam) = 4.13.1-771D3A7A, ocaml-cmi(Topkg_os) = 4.13.1-190AD445, ocaml-cmi(Topkg_pkg) = 4.13.1-B1DFE943, ocaml-cmi(Topkg_publish) = 4.13.1-78CA6090, ocaml-cmi(Topkg_result) = 4.13.1-3B3FEC70, ocaml-cmi(Topkg_string) = 4.13.1-B396D679, ocaml-cmi(Topkg_test) = 4.13.1-5FFA2A29, ocaml-cmi(Topkg_vcs) = 4.13.1-F85592D0 Requires: ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalLazy) = 4.13.1-82103148, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Bytes) = 4.13.1-CBDE4789, ocaml-cmi(Stdlib__Char) = 4.13.1-61E527E7, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Filename) = 4.13.1-4815D5CA, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__Lazy) = 4.13.1-DEE38639, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Map) = 4.13.1-406D1BC5, ocaml-cmi(Stdlib__Printf) = 4.13.1-0E709B4A, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__Set) = 4.13.1-62A5B229, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Sys) = 4.13.1-77E29567, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pq1Rux Processing files: ocaml-topkg-devel-1.0.4-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.2924 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-topkg-1.0.4 + DOCDIR=/usr/src/tmp/ocaml-topkg-buildroot/usr/share/doc/ocaml-topkg-devel-1.0.4 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-topkg-buildroot/usr/share/doc/ocaml-topkg-devel-1.0.4 + /bin/mkdir -p /usr/src/tmp/ocaml-topkg-buildroot/usr/share/doc/ocaml-topkg-devel-1.0.4 + cp -prL doc/ test/ /usr/src/tmp/ocaml-topkg-buildroot/usr/share/doc/ocaml-topkg-devel-1.0.4 + chmod -R go-w /usr/src/tmp/ocaml-topkg-buildroot/usr/share/doc/ocaml-topkg-devel-1.0.4 + chmod -R a+rX /usr/src/tmp/ocaml-topkg-buildroot/usr/share/doc/ocaml-topkg-devel-1.0.4 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UOrV7y 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.GLfKIw 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(Topkg) = 4.13.1-8ECCA650, ocaml-cmx(Topkg_build) = 4.13.1-B74003BB, ocaml-cmx(Topkg_cmd) = 4.13.1-C1F4907D, ocaml-cmx(Topkg_codec) = 4.13.1-74D466B5, ocaml-cmx(Topkg_conf) = 4.13.1-361B8DE5, ocaml-cmx(Topkg_distrib) = 4.13.1-4380F6A8, ocaml-cmx(Topkg_fexts) = 4.13.1-A90F8811, ocaml-cmx(Topkg_fpath) = 4.13.1-4579620E, ocaml-cmx(Topkg_install) = 4.13.1-C8C786CA, ocaml-cmx(Topkg_ipc) = 4.13.1-E5B4AD4B, ocaml-cmx(Topkg_log) = 4.13.1-E8046EC5, ocaml-cmx(Topkg_main) = 4.13.1-792EF8C6, ocaml-cmx(Topkg_opam) = 4.13.1-C6B66B6C, ocaml-cmx(Topkg_os) = 4.13.1-F0EDD329, ocaml-cmx(Topkg_pkg) = 4.13.1-FC007AC4, ocaml-cmx(Topkg_publish) = 4.13.1-4EA31B41, ocaml-cmx(Topkg_result) = 4.13.1-3BA4125C, ocaml-cmx(Topkg_string) = 4.13.1-C2B53017, ocaml-cmx(Topkg_test) = 4.13.1-490EC0D1, ocaml-cmx(Topkg_vcs) = 4.13.1-C60B70F6 Requires: ocaml-topkg = 1.0.4-alt1, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(CamlinternalLazy) = 4.13.1-82103148, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Array) = 4.13.1-581E55EB, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Bytes) = 4.13.1-CBDE4789, ocaml-cmi(Stdlib__Char) = 4.13.1-61E527E7, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Filename) = 4.13.1-4815D5CA, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__Lazy) = 4.13.1-DEE38639, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Map) = 4.13.1-406D1BC5, ocaml-cmi(Stdlib__Printf) = 4.13.1-0E709B4A, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__Set) = 4.13.1-62A5B229, 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-cmi(Topkg) = 4.13.1-0F839B8D, ocaml-cmi(Topkg_build) = 4.13.1-283A186A, ocaml-cmi(Topkg_cmd) = 4.13.1-21A3D74C, ocaml-cmi(Topkg_codec) = 4.13.1-11F1E1BF, ocaml-cmi(Topkg_conf) = 4.13.1-B1E65934, ocaml-cmi(Topkg_distrib) = 4.13.1-F8CDE2AC, ocaml-cmi(Topkg_fexts) = 4.13.1-DD1F988A, ocaml-cmi(Topkg_fpath) = 4.13.1-5D068019, ocaml-cmi(Topkg_install) = 4.13.1-E132EE66, ocaml-cmi(Topkg_ipc) = 4.13.1-A82F989E, ocaml-cmi(Topkg_log) = 4.13.1-B1EC06B3, ocaml-cmi(Topkg_main) = 4.13.1-193DE5D9, ocaml-cmi(Topkg_opam) = 4.13.1-771D3A7A, ocaml-cmi(Topkg_os) = 4.13.1-190AD445, ocaml-cmi(Topkg_pkg) = 4.13.1-B1DFE943, ocaml-cmi(Topkg_publish) = 4.13.1-78CA6090, ocaml-cmi(Topkg_result) = 4.13.1-3B3FEC70, ocaml-cmi(Topkg_string) = 4.13.1-B396D679, ocaml-cmi(Topkg_test) = 4.13.1-5FFA2A29, ocaml-cmi(Topkg_vcs) = 4.13.1-F85592D0, ocaml-cmx(CamlinternalLazy) = 4.13.1-99625302, ocaml-cmx(Stdlib) = 4.13.1-F8B8B4EE, ocaml-cmx(Stdlib__Array) = 4.13.1-AAB10518, ocaml-cmx(Stdlib__Buffer) = 4.13.1-43D30E94, ocaml-cmx(Stdlib__Bytes) = 4.13.1-33E3746A, ocaml-cmx(Stdlib__Char) = 4.13.1-64EA034A, ocaml-cmx(Stdlib__Filename) = 4.13.1-7175EF90, ocaml-cmx(Stdlib__Format) = 4.13.1-F0B02A99, ocaml-cmx(Stdlib__Hashtbl) = 4.13.1-04F772F8, ocaml-cmx(Stdlib__List) = 4.13.1-21B8C13F, ocaml-cmx(Stdlib__Map) = 4.13.1-09312960, ocaml-cmx(Stdlib__Printf) = 4.13.1-54DA4609, ocaml-cmx(Stdlib__Set) = 4.13.1-EFE49A5A, ocaml-cmx(Stdlib__String) = 4.13.1-E3D157A8, ocaml-cmx(Stdlib__Sys) = 4.13.1-3AA36557, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iLkr9x Creating ocaml-topkg-devel-debuginfo package Processing files: ocaml-topkg-devel-debuginfo-1.0.4-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TPSNzy find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dRJzJz find-requires: running scripts (debuginfo) Requires: ocaml-topkg-devel = 1.0.4-alt1 Adding to ocaml-topkg-devel a strict dependency on ocaml-topkg Adding to ocaml-topkg-devel-debuginfo a strict dependency on ocaml-topkg-devel Removing 20 extra deps from ocaml-topkg-devel due to dependency on ocaml-topkg Removing 20 extra deps from ocaml-topkg-devel due to repentancy on ocaml-topkg Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-topkg-1.0.4-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-topkg-devel-1.0.4-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-topkg-devel-debuginfo-1.0.4-alt1.x86_64.rpm (w2.lzdio) 2.78user 2.89system 0:11.99elapsed 47%CPU (0avgtext+0avgdata 32404maxresident)k 0inputs+0outputs (0major+553432minor)pagefaults 0swaps 3.22user 2.47system 0:27.95elapsed 20%CPU (0avgtext+0avgdata 129092maxresident)k 9584inputs+0outputs (0major+216774minor)pagefaults 0swaps --- ocaml-topkg-devel-1.0.4-alt1.x86_64.rpm.repo 2021-11-27 08:55:44.000000000 +0000 +++ ocaml-topkg-devel-1.0.4-alt1.x86_64.rpm.hasher 2024-06-16 01:23:46.380297390 +0000 @@ -77,3 +77,3 @@ File: /usr/lib64/ocaml/topkg/topkg.cmxa 100644 root:root 10a9c091239f42e775c0960de6e6550a -File: /usr/lib64/ocaml/topkg/topkg.cmxs 100644 root:root 31843763c97faab3d440658dfba3050a +File: /usr/lib64/ocaml/topkg/topkg.cmxs 100644 root:root ceef02013642904500b4df640dca8446 File: /usr/lib64/ocaml/topkg/topkg.mli 100644 root:root 762fa4a848b98fcc6879a0d2125510f1 @@ -105,2 +105,2 @@ File: /usr/share/doc/ocaml-topkg-devel-1.0.4/test/unsupportive-delegate 100755 root:root 78cb6279b8c0807c83de0f2cfff29efd -RPMIdentity: 5a4406dfcbf1a1ea95bf26a95d1fc97cbca0dc966667cd3e4c97b811cf0adb6221a0dcdac0e183bf164b3ba0df8d77dfede65dcec77fd846e8cf1ef430227519 +RPMIdentity: 7c9221a091f58e82c44abfc759c8a77d6c4d9daf704c3328abf9a08db2c49381940c5152ad55b87b7a5a5ea556d821b43f45dfba1479f376f7b7f69331ab8619 --- ocaml-topkg-devel-debuginfo-1.0.4-alt1.x86_64.rpm.repo 2021-11-27 08:55:44.000000000 +0000 +++ ocaml-topkg-devel-debuginfo-1.0.4-alt1.x86_64.rpm.hasher 2024-06-16 01:23:46.463298460 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/f2 40755 root:root -/usr/lib/debug/.build-id/f2/032e89589e6a85127893188d6983097151dd1d 120777 root:root ../../../../lib64/ocaml/topkg/topkg.cmxs -/usr/lib/debug/.build-id/f2/032e89589e6a85127893188d6983097151dd1d.debug 120777 root:root ../../usr/lib64/ocaml/topkg/topkg.cmxs.debug +/usr/lib/debug/.build-id/2c 40755 root:root +/usr/lib/debug/.build-id/2c/c14005fb9b9c3cf0b3d504be151deba0df5eca 120777 root:root ../../../../lib64/ocaml/topkg/topkg.cmxs +/usr/lib/debug/.build-id/2c/c14005fb9b9c3cf0b3d504be151deba0df5eca.debug 120777 root:root ../../usr/lib64/ocaml/topkg/topkg.cmxs.debug /usr/lib/debug/usr/lib64/ocaml 40755 root:root @@ -32,8 +32,8 @@ Provides: ocaml-topkg-devel-debuginfo = 1.0.4-alt1:p10+289137.5500.8.1 -File: /usr/lib/debug/.build-id/f2 40755 root:root -File: /usr/lib/debug/.build-id/f2/032e89589e6a85127893188d6983097151dd1d 120777 root:root ../../../../lib64/ocaml/topkg/topkg.cmxs -File: /usr/lib/debug/.build-id/f2/032e89589e6a85127893188d6983097151dd1d.debug 120777 root:root ../../usr/lib64/ocaml/topkg/topkg.cmxs.debug +File: /usr/lib/debug/.build-id/2c 40755 root:root +File: /usr/lib/debug/.build-id/2c/c14005fb9b9c3cf0b3d504be151deba0df5eca 120777 root:root ../../../../lib64/ocaml/topkg/topkg.cmxs +File: /usr/lib/debug/.build-id/2c/c14005fb9b9c3cf0b3d504be151deba0df5eca.debug 120777 root:root ../../usr/lib64/ocaml/topkg/topkg.cmxs.debug File: /usr/lib/debug/usr/lib64/ocaml 40755 root:root File: /usr/lib/debug/usr/lib64/ocaml/topkg 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/topkg/topkg.cmxs.debug 100644 root:root 60112c68820ca98dce6213545ef49345 +File: /usr/lib/debug/usr/lib64/ocaml/topkg/topkg.cmxs.debug 100644 root:root d25f572141439910d3298832488aedf6 File: /usr/src/debug/ocaml-topkg-1.0.4 40755 root:root @@ -61,2 +61,2 @@ File: /usr/src/debug/ocaml-topkg-1.0.4/_build/src/topkg_vcs.ml 100644 root:root 3797aa41af436335c48ae959f3d7b658 -RPMIdentity: 0599813c32317ba85691363170a1767622b4fad3be420e034af84abc43f469cd6d6aac4e534d03f455c47b4df8ad6f4cbca1777ecc40a8ee88754e61531e8a24 +RPMIdentity: 28944a19b7873146ed9b02c371f1027fb850cd80f9c904cc637ab7ddf5d3762f20216c126baee03431f5cb249e57b3d50741371b22de0882f874d787fc504b4a