Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ocaml-ocamlbuild.spec'], chrootPath='/var/lib/mock/f31-build-46908-26750/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': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ocaml-ocamlbuild.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': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1561593600 Wrote: /builddir/build/SRPMS/ocaml-ocamlbuild-0.14.0-2.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ocaml-ocamlbuild.spec'], chrootPath='/var/lib/mock/f31-build-46908-26750/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': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ocaml-ocamlbuild.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': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1561593600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.QHvyXj + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ocamlbuild-0.14.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/ocaml-ocamlbuild-0.14.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocamlbuild-0.14.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KjoQvi + umask 022 + cd /builddir/build/BUILD + cd ocamlbuild-0.14.0 + make configure OCAMLBUILD_PREFIX=/usr OCAMLBUILD_BINDIR=/usr/bin OCAMLBUILD_LIBDIR=/usr/lib64/ocaml OCAML_NATIVE=true + make 'OCAMLC=ocamlc.opt -g' 'OCAMLOPT=ocamlopt.opt -g' BUILDSTDERR: File "src/my_std.ml", line 127, characters 20-38: BUILDSTDERR: 127 | let compare = Pervasives.compare BUILDSTDERR: ^^^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims make -f configure.make Makefile.config make[1]: Entering directory '/builddir/build/BUILD/ocamlbuild-0.14.0' (echo "# This file was generated from configure.make"; \ echo ;\ echo "OCAML_PREFIX="; \ echo "OCAML_BINDIR=/usr/bin"; \ echo "OCAML_LIBDIR=/usr/lib64/ocaml"; \ echo "OCAML_MANDIR=/usr/share/man"; \ echo ;\ echo "EXT_OBJ=.o"; \ echo "EXT_ASM=.s"; \ echo "EXT_LIB=.a"; \ echo "EXT_DLL=.so"; \ echo "EXE="; \ echo ;\ echo "OCAML_NATIVE=true"; \ echo "OCAML_NATIVE_TOOLS=true"; \ echo "NATDYNLINK=true"; \ echo "SUPPORT_SHARED_LIBRARIES=true"; \ echo ;\ echo "PREFIX=/usr"; \ echo "BINDIR=/usr/bin"; \ echo "LIBDIR=/usr/lib64/ocaml"; \ echo "MANDIR=/usr/share/man"; \ ) > Makefile.config make[1]: Leaving directory '/builddir/build/BUILD/ocamlbuild-0.14.0' make -f configure.make all make[1]: Entering directory '/builddir/build/BUILD/ocamlbuild-0.14.0' (echo "(* This file was generated from ../configure.make *)"; \ echo ;\ echo 'let bindir = "/usr/bin"'; \ echo 'let libdir = "/usr/lib64/ocaml"'; \ echo 'let ocaml_libdir = "/usr/lib64/ocaml"'; \ echo 'let libdir_abs = "/usr/lib64/ocaml"'; \ echo 'let ocaml_native = true'; \ echo 'let ocaml_native_tools = true'; \ echo 'let supports_shared_libraries = true';\ echo 'let a = "a"'; \ echo 'let o = "o"'; \ echo 'let so = "so"'; \ echo 'let ext_dll = ".so"'; \ echo 'let exe = ""'; \ echo 'let version = "0.14.0"'; \ ) > src/ocamlbuild_config.ml make[1]: Leaving directory '/builddir/build/BUILD/ocamlbuild-0.14.0' ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml ocamllex.opt src/glob_lexer.mll 55 states, 419 transitions, table size 2006 bytes ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml ocamllex.opt src/lexers.mll 251 states, 1051 transitions, table size 5710 bytes 4334 additional bytes used for bindings ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli BUILDSTDERR: ocamlc.opt -g -w L -w R -wFile "src/main.ml", line 289, characters 4-19: BUILDSTDERR: 289 | Pervasives.exit rc BUILDSTDERR: ^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "src/main.ml", line 310, characters 10-25: BUILDSTDERR: 310 | Pervasives.exit rc_ok BUILDSTDERR: ^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "src/main.ml", line 313, characters 10-25: BUILDSTDERR: 313 | Pervasives.exit rc BUILDSTDERR: ^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "src/ocamlbuild_executor.ml", line 86, characters 24-41: BUILDSTDERR: 86 | ?(display=(fun f -> f Pervasives.stdout)) BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml mkdir -p tmp ocamlc.opt -g -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.ml ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.mli ocamlc.opt -g -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.ml BUILDSTDERR: ocamlc.opt -g -I +unix -I src -o ocamlbuild.byte uniFile "src/my_std.ml", line 127, characters 20-38: BUILDSTDERR: 127 | let compare = Pervasives.compare BUILDSTDERR: ^^^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims x.cma src/ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo src/ocamlbuild.cmo ocamlc.opt -g -a -o src/ocamlbuildlib.cma src/ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml BUILDSTDERR: ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -stFile "src/main.ml", line 289, characters 4-19: BUILDSTDERR: 289 | Pervasives.exit rc BUILDSTDERR: ^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "src/main.ml", line 310, characters 10-25: BUILDSTDERR: 310 | Pervasives.exit rc_ok BUILDSTDERR: ^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "src/main.ml", line 313, characters 10-25: BUILDSTDERR: 313 | Pervasives.exit rc BUILDSTDERR: ^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims BUILDSTDERR: File "src/ocamlbuild_executor.ml", line 86, characters 24-41: BUILDSTDERR: 86 | ?(display=(fun f -> f Pervasives.stdout)) BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: module Stdlib.Pervasives BUILDSTDERR: Use Stdlib instead. BUILDSTDERR: If you need to stay compatible with OCaml < 4.07, you can use the BUILDSTDERR: stdlib-shims library: https://github.com/ocaml/stdlib-shims + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 rict-sequence -c src/report.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml mkdir -p tmp ocamlopt.opt -g -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.ml ocamlopt.opt -g -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.ml ocamlopt.opt -g -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild.cmx ocamlopt.opt -g -a -o src/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx ocamlc.opt -g src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte ./man/options_man.byte > man/ocamlbuild.options.1 cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Ns7Mfj + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64 + cd ocamlbuild-0.14.0 + make install DESTDIR=/builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64 CHECK_IF_PREINSTALLED=false + pushd /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/bin + ln -sf ocamlbuild.native ocamlbuild + popd + mkdir -p /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/man/man1/ + install -p -m 0644 man/ocamlbuild.1 /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/man/man1/ + rm /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/lib64/ocaml/ocamlbuild/META + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.14.0-2.fc31 --unique-debug-suffix -0.14.0-2.fc31.riscv64 --unique-debug-src-base ocaml-ocamlbuild-0.14.0-2.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/ocamlbuild-0.14.0 BUILDSTDERR: cpio: buffer.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: bytes.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: filename.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: format.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: hashtbl.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: lexing.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: list.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: printf.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: queue.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: scanf.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: set.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: stdlib.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: string.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: unix.ml: Cannot stat: No such file or directory BUILDSTDERR: 763 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs make install-bin install-lib install-man make[1]: Entering directory '/builddir/build/BUILD/ocamlbuild-0.14.0' mkdir -p /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/bin cp ocamlbuild.byte /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/bin/ocamlbuild.byte mkdir -p /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/bin cp ocamlbuild.native /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/bin/ocamlbuild cp ocamlbuild.native /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/bin/ocamlbuild.native mkdir -p /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/lib64/ocaml/ocamlbuild cp META src/signatures.mli src/signatures.cmi src/signatures.cmti /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/lib64/ocaml/ocamlbuild mkdir -p /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/lib64/ocaml/ocamlbuild cp src/ocamlbuildlib.cma src/ocamlbuild.cmo src/ocamlbuild_pack.cmi src/ocamlbuild_plugin.cmi src/ocamlbuild_executor.cmi src/ocamlbuild_unix_plugin.cmi /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/lib64/ocaml/ocamlbuild mkdir -p /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/lib64/ocaml/ocamlbuild cp src/ocamlbuildlib.cmxa src/ocamlbuildlib.a src/ocamlbuild.cmx src/ocamlbuild.o src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild_plugin.o src/ocamlbuild_executor.o src/ocamlbuild_unix_plugin.o /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/lib64/ocaml/ocamlbuild mkdir -p /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/man/man1 cp man/ocamlbuild.1 /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/man/man1/ocamlbuild.1 make[1]: Leaving directory '/builddir/build/BUILD/ocamlbuild-0.14.0' ~/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/bin ~/build/BUILD/ocamlbuild-0.14.0 ~/build/BUILD/ocamlbuild-0.14.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/bin/ocamlbuild.native extracting debug info from /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/bin/ocamlbuild.native original debug info size: 1892kB, size after compression: 1892kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: ocaml-ocamlbuild-0.14.0-2.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.bS7Bql + umask 022 + cd /builddir/build/BUILD + cd ocamlbuild-0.14.0 + DOCDIR=/builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/doc/ocaml-ocamlbuild + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/doc/ocaml-ocamlbuild + cp -pr Changes /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/doc/ocaml-ocamlbuild + cp -pr Readme.md /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/doc/ocaml-ocamlbuild + cp -pr VERSION /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/doc/ocaml-ocamlbuild + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.7KkUEk + umask 022 + cd /builddir/build/BUILD + cd ocamlbuild-0.14.0 + LICENSEDIR=/builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/licenses/ocaml-ocamlbuild + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/licenses/ocaml-ocamlbuild + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/licenses/ocaml-ocamlbuild + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: ocaml(Ocamlbuild) = a33f55ce23b80b306a0e4c575736b4f0 ocaml(Ocamlbuild_executor) = 32c5269d98478e5c563adcc5a5ecdd1a ocaml(Ocamlbuild_pack) = 5215362526e83db5a34da32ad3f11a87 ocaml(Ocamlbuild_plugin) = 6689a352522dd436ebadf71d763832af ocaml(Ocamlbuild_unix_plugin) = ecbb7420141c85f3e6c43cb148e397dc ocaml(Signatures) = 8fd6545a062e047186b437ef7fcaa2e8 ocaml-ocamlbuild = 0.14.0-2.fc31 ocaml-ocamlbuild(riscv-64) = 0.14.0-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/ocamlrun ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.28)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.27)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) ocaml(CamlinternalFormatBasics) = a2b1a9d869fd05813beb35645bd9cd94 ocaml(CamlinternalLazy) = 32c2335718b9e6766271583b9840ffb3 ocaml(Ocamlbuild_pack) = 5215362526e83db5a34da32ad3f11a87 ocaml(Ocamlbuild_unix_plugin) = ecbb7420141c85f3e6c43cb148e397dc ocaml(Stdlib) = ad45f251bbf98d3a0bf3b883546ecfc8 ocaml(Stdlib__arg) = 5946cffdb65af107c239a1dd5b0b22b7 ocaml(Stdlib__array) = 8412db19ee2dd682a114d363bf147818 ocaml(Stdlib__bigarray) = 56b39f6e9e6ff25dbcda6766a61888e0 ocaml(Stdlib__buffer) = 35866fa9f82ad0886b2ccd0a86f2e1e6 ocaml(Stdlib__bytes) = 6b7074af78d2fce4ff8323a7d4e5ea0d ocaml(Stdlib__char) = 1f7aaa002e7504e2fcb18665bf17141d ocaml(Stdlib__complex) = 3e86422b431ff5c172197d51a2afdd52 ocaml(Stdlib__digest) = 2dc26e44fb2a3b3a7a88e249d70242a8 ocaml(Stdlib__filename) = 1397f563ad5dcc9cd4b936dcc7f40e4c ocaml(Stdlib__format) = b19f294d464555e99bcd77ca013195d9 ocaml(Stdlib__hashtbl) = 8a0f9b54a9d30b1aeff83f4bae88dfde ocaml(Stdlib__lazy) = 31c662c7cda074a9799490137c4d7016 ocaml(Stdlib__lexing) = cf953e945260781e23991e3991f9d5b0 ocaml(Stdlib__list) = cdcc178ba2d8de0d62892e1a68bd0cfe ocaml(Stdlib__map) = 24753f5ffed358ea157f8ab4f298d015 ocaml(Stdlib__pervasives) = ffb0eefbca3d14a1a48cbcb24e4eb181 ocaml(Stdlib__printexc) = 0385c022af1089101c5830e076b89d37 ocaml(Stdlib__printf) = b72a44ed259e7034497028c0b31e9fa1 ocaml(Stdlib__queue) = 0e53521dd09e6bd3fb5bff6dbaa5b840 ocaml(Stdlib__scanf) = 5b61f6db39154f9e1e418dda227a1351 ocaml(Stdlib__seq) = 359c95515bb2842e5ad1497a5b684136 ocaml(Stdlib__set) = 579516330b5c99c94e9cea433159c1ef ocaml(Stdlib__string) = 89dc8c0e4f92ce704437ae3fafad684f ocaml(Stdlib__sys) = 13aa7b95294684724e198467fb7c3467 ocaml(Stdlib__uchar) = db24a5ebd1625809ae883920f16c2526 ocaml(Unix) = 323356c8c72d73e9e59421c988efd3aa ocaml(runtime) = 4.08.0 rtld(GNU_HASH) Processing files: ocaml-ocamlbuild-devel-0.14.0-2.fc31.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.eofYli + umask 022 + cd /builddir/build/BUILD + cd ocamlbuild-0.14.0 + LICENSEDIR=/builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/licenses/ocaml-ocamlbuild-devel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/licenses/ocaml-ocamlbuild-devel + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/licenses/ocaml-ocamlbuild-devel + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: ocaml-ocamlbuild-devel = 0.14.0-2.fc31 ocaml-ocamlbuild-devel(riscv-64) = 0.14.0-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-ocamlbuild-doc-0.14.0-2.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ADORQi + umask 022 + cd /builddir/build/BUILD + cd ocamlbuild-0.14.0 + DOCDIR=/builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/doc/ocaml-ocamlbuild-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/doc/ocaml-ocamlbuild-doc + cp -pr manual/LICENSE manual/manual.adoc /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/doc/ocaml-ocamlbuild-doc + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.eqLZFh + umask 022 + cd /builddir/build/BUILD + cd ocamlbuild-0.14.0 + LICENSEDIR=/builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/licenses/ocaml-ocamlbuild-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/licenses/ocaml-ocamlbuild-doc + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64/usr/share/licenses/ocaml-ocamlbuild-doc + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: ocaml-ocamlbuild-doc = 0.14.0-2.fc31 ocaml-ocamlbuild-doc(riscv-64) = 0.14.0-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-ocamlbuild-debugsource-0.14.0-2.fc31.riscv64 Provides: ocaml-ocamlbuild-debugsource = 0.14.0-2.fc31 ocaml-ocamlbuild-debugsource(riscv-64) = 0.14.0-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-ocamlbuild-debuginfo-0.14.0-2.fc31.riscv64 Provides: debuginfo(build-id) = a5ea1a54cb3fddf6b1787628ca39c4b02f091d32 ocaml-ocamlbuild-debuginfo = 0.14.0-2.fc31 ocaml-ocamlbuild-debuginfo(riscv-64) = 0.14.0-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-ocamlbuild-debugsource(riscv-64) = 0.14.0-2.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64 Wrote: /builddir/build/RPMS/ocaml-ocamlbuild-doc-0.14.0-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-ocamlbuild-debugsource-0.14.0-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-ocamlbuild-debuginfo-0.14.0-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-ocamlbuild-devel-0.14.0-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.NVilgj + umask 022 + cd /builddir/build/BUILD + cd ocamlbuild-0.14.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-ocamlbuild-0.14.0-2.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0