Mock Version: 2.17 Mock Version: 2.17 Mock Version: 2.17 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ocaml-findlib.spec'], chrootPath='/var/lib/mock/v8.3-testing-4297-4355/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ocaml-findlib.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ocaml-findlib-1.9.3-3.xcpng8.3.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ocaml-findlib.spec'], chrootPath='/var/lib/mock/v8.3-testing-4297-4355/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ocaml-findlib.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BZUVxi + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf findlib-1.9.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/findlib-1.9.3.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd findlib-1.9.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.TZPLbK + umask 022 + cd /builddir/build/BUILD + cd findlib-1.9.3 ++ ocamlc -where + ./configure -config /etc/ocamlfind.conf -bindir /usr/bin -sitelib /usr/lib64/ocaml -mandir /usr/share/man -with-toolbox Welcome to findlib version 1.9.3 Configuring core... Checking for #remove_directory... Testing threading model... systhread_supported: true Testing DLLs... Testing whether ppxopt can be supported... Checking for ocamlc -opaque... Querying installation: META list not found make install will double-check installed META files Configuring libraries... unix: found bigarray: found compiler-libs: found dbm: not present (normal since 4.00) graphics: not present (normal since 4.09) num: not present (normal since 4.06) ocamlbuild: not present (normal since 4.03) ocamldoc: found raw_spacetime: not present (normal since 4.12) threads: found str: found labltk: not present (normal since 4.02) native dynlink: found camlp4: not present (normal since OCaml-4.02) bytes: found, installing fake library Sorry, toolbox requires str and labltk - omitting toolbox. Configuration for dynlink written to site-lib-src/dynlink/META Configuration for stdlib written to site-lib-src/stdlib/META Configuration for unix written to site-lib-src/unix/META Configuration for bigarray written to site-lib-src/bigarray/META Configuration for compiler-libs written to site-lib-src/compiler-libs/META Configuration for ocamldoc written to site-lib-src/ocamldoc/META Configuration for threads written to site-lib-src/threads/META Configuration for str written to site-lib-src/str/META Configuration for bytes written to site-lib-src/bytes/META Detecting compiler arguments: (extractor built) ok About the OCAML core installation: Standard library: /usr/lib64/ocaml Binaries: /usr/bin Manual pages: /usr/local/man Multi-threading type: posix The directory of site-specific packages will be site-lib: /usr/lib64/ocaml The configuration file is written to: findlib config file: /etc/ocamlfind.conf Software will be installed: Libraries: in /findlib Binaries: /usr/bin Manual pages: /usr/share/man topfind script: /usr/lib64/ocaml Topfind ppxopt support: yes Toolbox: no Link custom runtime: yes Need bytes compatibility: no Configuration has been written to Makefile.config You can now do 'make all', and optionally 'make opt', to build ocamlfind. + make all for p in findlib; do ( cd src/$p; make all ) || exit; done make[1]: Entering directory `/builddir/build/BUILD/findlib-1.9.3/src/findlib' Makefile:191: depend: No such file or directory ocamllex fl_meta.mll 22 states, 392 transitions, table size 1700 bytes USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat findlib_config.mlp | \ ../../tools/patch '@CONFIGFILE@' '/etc/ocamlfind.conf' | \ ../../tools/patch '@STDLIB@' '/usr/lib64/ocaml' | \ sed -e 's;@AUTOLINK@;true;g' \ -e 's;@SYSTEM@;linux;g' \ >findlib_config.ml if [ "true" = "true" ]; then \ cp topfind.ml.in topfind.ml; \ else \ sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \ > topfind.ml ; \ fi ocamldep *.ml *.mli >depend make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.9.3/src/findlib' make[1]: Entering directory `/builddir/build/BUILD/findlib-1.9.3/src/findlib' ocamlc -I +compiler-libs -opaque -g -c findlib_config.ml ocamlc -I +compiler-libs -opaque -g -c fl_split.ml ocamlc -I +compiler-libs -opaque -g -c fl_metatoken.ml ocamlc -I +compiler-libs -opaque -g -c fl_meta.ml ocamlc -I +compiler-libs -opaque -c fl_metascanner.mli ocamlc -I +compiler-libs -opaque -g -c fl_metascanner.ml ocamlc -I +compiler-libs -opaque -c fl_topo.mli ocamlc -I +compiler-libs -opaque -g -c fl_topo.ml ocamlc -I +compiler-libs -opaque -c fl_package_base.mli ocamlc -I +compiler-libs -opaque -g -c fl_package_base.ml File "fl_package_base.ml", line 304, characters 22-40: 304 | let pkg_ancestors = query_requirements predlist pkg in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 350, characters 18-36: 350 | let ancestors = query_requirements predlist package_name in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 375, characters 23-41: 375 | let pkg_ancestors = query_requirements predlist pkg in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 510, characters 16-35: 510 | ( let c = package_definitions search_path pkg.package_name in ^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label search_path was omitted in the application of this function. ocamlc -I +compiler-libs -opaque -c findlib.mli ocamlc -I +compiler-libs -opaque -g -c findlib.ml File "findlib.ml", line 390, characters 2-26: 390 | Fl_package_base.requires predlist pkg ^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "findlib.ml", line 396, characters 2-33: 396 | Fl_package_base.requires_deeply predlist pkglist ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. ocamlc -I +compiler-libs -opaque -g -c fl_args.ml ocamlc -I +compiler-libs -opaque -g -c fl_lint.ml ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo ocamlc -I +compiler-libs -opaque -g -c ocaml_args.ml ocamlc -I +compiler-libs -opaque -g -c frontend.ml File "frontend.ml", line 859, characters 10-39: 859 | Fl_package_base.package_users predicates1 packages1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. ocamlc -I +compiler-libs -custom -o ocamlfind -g findlib.cma unix.cma \ ocaml_args.cmo frontend.cmo ocamlc -I +compiler-libs -opaque -c topfind.mli ocamlc -I +compiler-libs -opaque -g -c topfind.ml File "topfind.ml", line 126, characters 40-63: 126 | match Hashtbl.find Toploop.directive_table "ppx" with ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 256, characters 4-27: 256 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 266, characters 4-27: 266 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 278, characters 4-27: 278 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 291, characters 4-27: 291 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 305, characters 4-27: 305 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 317, characters 4-27: 317 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat topfind_rd1.p | \ ../../tools/patch '@SITELIB@' '/usr/lib64/ocaml' \ >topfind ocamlc -I +compiler-libs -opaque -c fl_dynload.mli ocamlc -I +compiler-libs -opaque -g -c fl_dynload.ml ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.9.3/src/findlib' make all-config make[1]: Entering directory `/builddir/build/BUILD/findlib-1.9.3' USE_CYGPATH="0"; \ export USE_CYGPATH; \ cat findlib.conf.in | \ tools/patch '@SITELIB@' '/usr/lib64/ocaml' >findlib.conf if ./tools/cmd_from_same_dir ocamlc; then \ echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \ fi if ./tools/cmd_from_same_dir ocamlopt; then \ echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \ fi if ./tools/cmd_from_same_dir ocamldep; then \ echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \ fi if ./tools/cmd_from_same_dir ocamldoc; then \ echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \ fi make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.9.3' + make opt for p in findlib; do ( cd src/$p; make opt ) || exit; done make[1]: Entering directory `/builddir/build/BUILD/findlib-1.9.3/src/findlib' ocamlopt -I +compiler-libs -g -opaque -c findlib_config.ml ocamlopt -I +compiler-libs -g -opaque -c fl_split.ml ocamlopt -I +compiler-libs -g -opaque -c fl_metatoken.ml ocamlopt -I +compiler-libs -g -opaque -c fl_meta.ml ocamlopt -I +compiler-libs -g -opaque -c fl_metascanner.ml ocamlopt -I +compiler-libs -g -opaque -c fl_topo.ml ocamlopt -I +compiler-libs -g -opaque -c fl_package_base.ml File "fl_package_base.ml", line 304, characters 22-40: 304 | let pkg_ancestors = query_requirements predlist pkg in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 350, characters 18-36: 350 | let ancestors = query_requirements predlist package_name in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 375, characters 23-41: 375 | let pkg_ancestors = query_requirements predlist pkg in ^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "fl_package_base.ml", line 510, characters 16-35: 510 | ( let c = package_definitions search_path pkg.package_name in ^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label search_path was omitted in the application of this function. ocamlopt -I +compiler-libs -g -opaque -c findlib.ml File "findlib.ml", line 390, characters 2-26: 390 | Fl_package_base.requires predlist pkg ^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. File "findlib.ml", line 396, characters 2-33: 396 | Fl_package_base.requires_deeply predlist pkglist ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. ocamlopt -I +compiler-libs -g -opaque -c fl_args.ml ocamlopt -I +compiler-libs -g -opaque -c fl_lint.ml ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx if [ 1 -gt 0 ]; then \ ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \ fi ocamlopt -I +compiler-libs -g -opaque -c ocaml_args.ml ocamlopt -I +compiler-libs -g -opaque -c frontend.ml File "frontend.ml", line 859, characters 10-39: 859 | Fl_package_base.package_users predicates1 packages1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label preds was omitted in the application of this function. ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \ ocaml_args.cmx frontend.cmx ocamlopt -I +compiler-libs -g -opaque -c topfind.ml File "topfind.ml", line 126, characters 40-63: 126 | match Hashtbl.find Toploop.directive_table "ppx" with ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 256, characters 4-27: 256 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 266, characters 4-27: 266 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 278, characters 4-27: 278 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 291, characters 4-27: 291 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 305, characters 4-27: 305 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "topfind.ml", line 317, characters 4-27: 317 | Toploop.directive_table ^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: Toploop.directive_table File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Topdirs, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx if [ 1 -gt 0 ]; then \ ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \ fi ocamlopt -I +compiler-libs -g -opaque -c fl_dynload.ml ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx if [ 1 -gt 0 ]; then \ ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \ fi make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.9.3/src/findlib' + rm doc/guide-html/TIMESTAMP + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Tdnnoj + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64 ++ dirname /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64 + '[' '!' -d /usr/lib/opamroot ']' + cd findlib-1.9.3 + mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/bin + mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/share/man/man1 /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/share/man/man5 + make install prefix=/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64 OCAMLFIND_BIN=/usr/bin OCAMLFIND_MAN=/usr/share/man if [ "1" -eq 1 ]; then \ for x in camlp4 dbm graphics labltk num ocamlbuild; do \ if [ -f "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/lib64/ocaml/$x/META" ]; then \ if ! grep -Fq '[distributed with Ocaml]' "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64//usr/lib64/ocaml/$x/META"; then \ rm -f site-lib-src/$x/META; \ fi; \ fi; \ done; \ test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \ fi echo 'SITELIB_META =' > Makefile.packages.in for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done tr '\n' ' ' < Makefile.packages.in > Makefile.packages rm Makefile.packages.in mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/bin" mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/share/man" make install-config make[1]: Entering directory `/builddir/build/BUILD/findlib-1.9.3' mkdir -p "`dirname \"/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/etc/ocamlfind.conf\"`" test -f "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/etc/ocamlfind.conf" || cp findlib.conf "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/etc/ocamlfind.conf" make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.9.3' for p in findlib; do ( cd src/$p; make install ); done make[1]: Entering directory `/builddir/build/BUILD/findlib-1.9.3/src/findlib' mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/lib64/ocaml/findlib" mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/bin" test 1 -eq 0 || cp topfind "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/lib64/ocaml" files=` ../../tools/collect_files ../../Makefile.config \ findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \ findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \ fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \ fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \ fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \ findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \ META` && \ cp $files "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/lib64/ocaml/findlib" f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ cp $f "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/bin/ocamlfind" # the following "if" block is only needed for 4.00beta2 if [ 1 -eq 0 -a -f "/usr/lib64/ocaml/compiler-libs/topdirs.cmi" ]; then \ cd "/usr/lib64/ocaml/compiler-libs/"; \ cp topdirs.cmi toploop.cmi "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/lib64/ocaml/findlib/"; \ fi make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.9.3/src/findlib' make install-meta make[1]: Entering directory `/builddir/build/BUILD/findlib-1.9.3' for x in bigarray bytes compiler-libs dynlink ocamldoc stdlib str threads unix ; do mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/lib64/ocaml/$x"; cp site-lib-src/$x/META "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/lib64/ocaml/$x/META.tmp" && mv "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/lib64/ocaml/$x/META.tmp" "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/lib64/ocaml/$x/META"; done mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/lib64/ocaml/findlib"; cp Makefile.packages "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/lib64/ocaml/findlib/Makefile.packages" make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.9.3' test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; } test ! -f 'site-lib-src/camlp4/META' || cp tools/safe_camlp4 "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/bin" make install-doc make[1]: Entering directory `/builddir/build/BUILD/findlib-1.9.3' mkdir -p "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/share/man/man1" "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/share/man/man3" "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/share/man/man5" cp doc/ref-man/ocamlfind.1 "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/share/man/man1" cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/share/man/man5" make[1]: Leaving directory `/builddir/build/BUILD/findlib-1.9.3' + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/findlib-1.9.3 extracting debug info from /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/bin/ocamlfind extracting debug info from /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/lib64/ocaml/findlib/findlib.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/lib64/ocaml/findlib/findlib_top.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/lib64/ocaml/findlib/findlib_dynload.cmxs dwz: Error mmapping multi-file temporary files /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 2 CRC32s did match. cpio: findlib-1.9.3/src/findlib/buffer.ml: Cannot stat: No such file or directory cpio: findlib-1.9.3/src/findlib/bytes.ml: Cannot stat: No such file or directory cpio: findlib-1.9.3/src/findlib/filename.ml: Cannot stat: No such file or directory cpio: findlib-1.9.3/src/findlib/hashtbl.ml: Cannot stat: No such file or directory cpio: findlib-1.9.3/src/findlib/lexing.ml: Cannot stat: No such file or directory cpio: findlib-1.9.3/src/findlib/list.ml: Cannot stat: No such file or directory cpio: findlib-1.9.3/src/findlib/otherlibs/dynlink/dynlink_common.ml: Cannot stat: No such file or directory cpio: findlib-1.9.3/src/findlib/printexc.ml: Cannot stat: No such file or directory cpio: findlib-1.9.3/src/findlib/printf.ml: Cannot stat: No such file or directory cpio: findlib-1.9.3/src/findlib/queue.ml: Cannot stat: No such file or directory cpio: findlib-1.9.3/src/findlib/set.ml: Cannot stat: No such file or directory cpio: findlib-1.9.3/src/findlib/stdlib.ml: Cannot stat: No such file or directory cpio: findlib-1.9.3/src/findlib/string.ml: Cannot stat: No such file or directory cpio: findlib-1.9.3/src/findlib/unix.ml: Cannot stat: No such file or directory cpio: ocaml-4.13.1/stdlib: Cannot stat: No such file or directory cpio: ocaml-4.13.1/stdlib/camlinternalAtomic.ml: Cannot stat: No such file or directory cpio: ocaml-4.13.1/stdlib/std_exit.ml: Cannot stat: No such file or directory cpio: ocaml-4.13.1/stdlib/stdlib.ml: Cannot stat: No such file or directory 324 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: ocaml-findlib-1.9.3-3.xcpng8.3.x86_64 warning: File not found: /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/lib64/ocaml/findlib/make_wizard warning: File not found: /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/lib64/ocaml/findlib/make_wizard.pattern Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ByZfnV + umask 022 + cd /builddir/build/BUILD + cd findlib-1.9.3 + DOCDIR=/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/share/doc/ocaml-findlib-1.9.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/share/doc/ocaml-findlib-1.9.3 + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/share/doc/ocaml-findlib-1.9.3 + cp -pr doc/README /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/share/doc/ocaml-findlib-1.9.3 + exit 0 warning: File listed twice: /usr/lib64/ocaml/findlib/META Provides: config(ocaml-findlib) = 1.9.3-3.xcpng8.3 ocaml(Findlib) = 3c8ffbeda463844d3beb2381e756e5d4 ocaml(Findlib_config) = af784ce5548e1e05217588b587dc1e55 ocaml(Fl_args) = 600ee0b862833ca68f56bbd19a3e19a8 ocaml(Fl_dynload) = 04f370a790d6bf864237888726608c12 ocaml(Fl_lint) = c2e325852b289db41984781c3212836b ocaml(Fl_meta) = f74bdfe5ed82ffe32016dd3027656f4e ocaml(Fl_metascanner) = cb5d77958caff56e98522078fce42e24 ocaml(Fl_metatoken) = bac95608273dd2fc02ca3cbca6677909 ocaml(Fl_package_base) = 76e4ec826b16d919e3e92e55e9090b67 ocaml(Fl_split) = 1a0231ca95290f6ee39c76865188e28d ocaml(Fl_topo) = b520509e02f236ef85322cc02a7a719e ocaml(Ocaml_args) = 6e9dc15d76cc96c280eadf3b2fd537f8 ocaml(Topfind) = eca0e2aef333a0c2c4a58b5722b3b4da ocaml-findlib = 1.9.3-3.xcpng8.3 ocaml-findlib(x86-64) = 1.9.3-3.xcpng8.3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.10)(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.16)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.9)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) ocaml(Build_path_prefix_map) = 768aaa9a0cf0a246676af9399c02856c ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(CamlinternalLazy) = 82103148a05e285950684f44991b3567 ocaml(Cmi_format) = 76d3429ae113002401cc56fd83d34058 ocaml(Dynlink) = e73f7e7dfd9263a9c556dc8e487d3600 ocaml(Env) = 3e1fee822879c7d392e9c3aaf8962974 ocaml(Findlib) = 3c8ffbeda463844d3beb2381e756e5d4 ocaml(Fl_metascanner) = cb5d77958caff56e98522078fce42e24 ocaml(Fl_metatoken) = bac95608273dd2fc02ca3cbca6677909 ocaml(Fl_package_base) = 76e4ec826b16d919e3e92e55e9090b67 ocaml(Fl_split) = 1a0231ca95290f6ee39c76865188e28d ocaml(Ident) = 66346e411ce4bc6d1c16ce5ca67a628e ocaml(Identifiable) = 9f19d8682454ed3c5ef544ca7e5234ed ocaml(Load_path) = 8ab42785de93f30c747a06f9ee910aca ocaml(Location) = 42fe4a2f44ab6accbe90263ece53bade ocaml(Longident) = a52b92dbb43724c8b71097477efee554 ocaml(Misc) = 5ad92b5ce55cff343ae7576c413fd64c ocaml(Path) = b4c2c6eaa67d1f25b82f8051a4dfb59e ocaml(Primitive) = 849bb0dbe02ccd98a80cb4bdd81f9083 ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Arg) = 9340cb29cc363a0d5ad324eb8d6f342a ocaml(Stdlib__Array) = 581e55eba14aacb7d3a90da809c6bf38 ocaml(Stdlib__Buffer) = ae6f92ba6bb2f608ab1494d80d56dc6a ocaml(Stdlib__Digest) = 4288c5825ba53509e91a8d913ee7d5b7 ocaml(Stdlib__Either) = 24a5d315a7028b5fabcaa9f6b3def93c ocaml(Stdlib__Filename) = 4815d5ca896991372fe7e52d879cef8b ocaml(Stdlib__Format) = 7ec40152121873f806ea6f674af87963 ocaml(Stdlib__Hashtbl) = f8a1618a0afdf7b51a7efc58d3ada50b ocaml(Stdlib__Int32) = d70207015a28d6f8cb16cbf3df490417 ocaml(Stdlib__Lazy) = dee386391ddbe73d02c1439b3b21df37 ocaml(Stdlib__Lexing) = 58f88856435bd604950e119384ea45a3 ocaml(Stdlib__List) = a655ec23bee4d972dcda1182a3264cf3 ocaml(Stdlib__Map) = 406d1bc59860d17292fd07fc9e6e19e0 ocaml(Stdlib__Obj) = f013b5ab5f624540d41df4b458d374b4 ocaml(Stdlib__Printf) = 0e709b4af7558eb0589bebb98388ce8e ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocaml(Stdlib__Set) = 62a5b2299175dac791c30d62e1518738 ocaml(Stdlib__String) = 2e8342c86495af4a502e4634e35933ed ocaml(Stdlib__Sys) = 77e29567f2d5143158a3c6ae227ebb37 ocaml(Stdlib__Uchar) = 6f39f075b573943ab932cfc8fc5bfd5d ocaml(Subst) = b172a3fecbbffd2671f94393d34afa00 ocaml(Topdirs) = 38bb6637eb6607aaab3d012818eb31b7 ocaml(Toploop) = 442addbcfecf44323c2db2bdd200c25c ocaml(Type_immediacy) = d9790c85c0f92ca647f03f1d908827ad ocaml(Types) = 5e0f9be62071419182ca5268d4fe80f2 ocaml(Warnings) = eae45e31109deddf5d2f98dfc1d73357 ocaml(runtime) = 4.13.1 rtld(GNU_HASH) Processing files: ocaml-findlib-devel-1.9.3-3.xcpng8.3.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.RgjBGA + umask 022 + cd /builddir/build/BUILD + cd findlib-1.9.3 + DOCDIR=/builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/share/doc/ocaml-findlib-devel-1.9.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/share/doc/ocaml-findlib-devel-1.9.3 + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/share/doc/ocaml-findlib-devel-1.9.3 + cp -pr doc/README /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/share/doc/ocaml-findlib-devel-1.9.3 + cp -pr doc/guide-html /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64/usr/share/doc/ocaml-findlib-devel-1.9.3 + exit 0 Provides: ocaml-findlib-devel = 1.9.3-3.xcpng8.3 ocaml-findlib-devel(x86-64) = 1.9.3-3.xcpng8.3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-findlib-debuginfo-1.9.3-3.xcpng8.3.x86_64 Provides: ocaml-findlib-debuginfo = 1.9.3-3.xcpng8.3 ocaml-findlib-debuginfo(x86-64) = 1.9.3-3.xcpng8.3 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64 Wrote: /builddir/build/RPMS/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-findlib-devel-1.9.3-3.xcpng8.3.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-findlib-debuginfo-1.9.3-3.xcpng8.3.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9wqwnk + umask 022 + cd /builddir/build/BUILD + cd findlib-1.9.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-findlib-1.9.3-3.xcpng8.3.x86_64 + exit 0 Child return code was: 0