Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ocaml-pcre.spec'], chrootPath='/var/lib/mock/f32-ocaml-119671-36653/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'}shell=Falselogger=timeout=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ocaml-pcre.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'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1578528000 Wrote: /builddir/build/SRPMS/ocaml-pcre-7.2.3-21.fc32.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ocaml-pcre.spec'], chrootPath='/var/lib/mock/f32-ocaml-119671-36653/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'}shell=Falselogger=timeout=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ocaml-pcre.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'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1578528000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.iGdyzR + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pcre-ocaml-7.2.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/pcre-ocaml-7.2.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pcre-ocaml-7.2.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + ./configure --prefix /usr --docdir /usr/share/doc --destdir /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64 BUILDSTDERR: File "./setup.ml", line 318, characters 20-36: BUILDSTDERR: 318 | String.compare (String.lowercase s1) (String.lowercase s2) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 318, characters 42-58: BUILDSTDERR: 318 | String.compare (String.lowercase s1) (String.lowercase s2) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 327, characters 14-30: BUILDSTDERR: 327 | (String.lowercase s1) = (String.lowercase s2) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 327, characters 38-54: BUILDSTDERR: 327 | (String.lowercase s1) = (String.lowercase s2) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 330, characters 25-41: BUILDSTDERR: 330 | Hashtbl.hash (String.lowercase s) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 368, characters 10-26: BUILDSTDERR: 368 | String.lowercase buf BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 474, characters 13-29: BUILDSTDERR: 474 | String.lowercase BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 1381, characters 23-41: BUILDSTDERR: 1381 | 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 BUILDSTDERR: File "./setup.ml", line 1825, characters 16-33: BUILDSTDERR: 1825 | concat dir (String.capitalize base) BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.capitalize BUILDSTDERR: Use String.capitalize_ascii instead. BUILDSTDERR: File "./setup.ml", line 1831, characters 16-35: BUILDSTDERR: 1831 | concat dir (String.uncapitalize base) BUILDSTDERR: ^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.uncapitalize BUILDSTDERR: Use String.uncapitalize_ascii instead. BUILDSTDERR: File "setup.ml", line 3229, characters 16-34: 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 "setup.ml", line 5847, characters 11-28: BUILDSTDERR: Alert deprecated: Stdlib.String.capitalize BUILDSTDERR: Use String.capitalize_ascii instead. BUILDSTDERR: File "setup.ml", line 5848, characters 11-30: BUILDSTDERR: Alert deprecated: Stdlib.String.uncapitalize BUILDSTDERR: Use String.uncapitalize_ascii instead. Configuration: ocamlfind: ........................................... /usr/bin/ocamlfind ocamlc: .............................................. /usr/bin/ocamlc.opt ocamlopt: ............................................ /usr/bin/ocamlopt.opt ocamlbuild: .......................................... /usr/bin/ocamlbuild Package name: ........................................ pcre Package version: ..................................... 7.2.3 os_type: ............................................. Unix system: .............................................. linux architecture: ........................................ riscv ccomp_type: .......................................... cc ocaml_version: ....................................... 4.09.0 standard_library_default: ............................ /usr/lib64/ocaml standard_library: .................................... /usr/lib64/ocaml bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_FILE_OFFSET_BITS=64 -D_REENTRANT model: ............................................... riscv64 ext_obj: ............................................. .o ext_asm: ............................................. .s ext_lib: ............................................. .a ext_dll: ............................................. .so default_executable_name: ............................. a.out systhread_supported: ................................. true Install architecture-independent files dir: .......... /usr Install architecture-dependent files in dir: ......... $prefix User executables: .................................... $exec_prefix/bin System admin executables: ............................ $exec_prefix/sbin Program executables: ................................. $exec_prefix/libexec Read-only single-machine data: ....................... $prefix/etc Modifiable architecture-independent data: ............ $prefix/com Modifiable single-machine data: ...................... $prefix/var Object code libraries: ............................... $exec_prefix/lib Read-only arch-independent data root: ................ $prefix/share Read-only architecture-independent data: ............. $datarootdir Info documentation: .................................. $datarootdir/info Locale-dependent data: ............................... $datarootdir/locale Man documentation: ................................... $datarootdir/man Documentation root: .................................. /usr/share/doc HTML documentation: .................................. $docdir DVI documentation: ................................... $docdir PDF documentation: ................................... $docdir PS documentation: .................................... $docdir Prepend a path when installing package: .............. /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64 findlib_version: ..................................... 1.8.1 is_native: ........................................... true suffix_program: ...................................... Remove a file.: ...................................... rm -f Remove a directory.: ................................. rm -rf Turn ocaml debug flag on: ............................ true Turn ocaml profile flag on: .......................... false Compiler support generation of .cmxs.: ............... true OCamlbuild additional flags: ......................... with_pcre_config: .................................... pcre-config Strict compile-time checks: .......................... true Build examples: ...................................... true Create documentations: ............................... true Compile tests executable and library and run them: ... false ocamldoc: ............................................ /usr/bin/ocamldoc pkg_bytes: ........................................... /usr/lib64/ocaml/bytes Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xuKRMO + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 + umask 022 + cd /builddir/build/BUILD + cd pcre-ocaml-7.2.3 + make all ocaml setup.ml -all BUILDSTDERR: File "./setup.ml", line 318, characters 20-36: BUILDSTDERR: 318 | String.compare (String.lowercase s1) (String.lowercase s2) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 318, characters 42-58: BUILDSTDERR: 318 | String.compare (String.lowercase s1) (String.lowercase s2) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 327, characters 14-30: BUILDSTDERR: 327 | (String.lowercase s1) = (String.lowercase s2) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 327, characters 38-54: BUILDSTDERR: 327 | (String.lowercase s1) = (String.lowercase s2) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 330, characters 25-41: BUILDSTDERR: 330 | Hashtbl.hash (String.lowercase s) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 368, characters 10-26: BUILDSTDERR: 368 | String.lowercase buf BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 474, characters 13-29: BUILDSTDERR: 474 | String.lowercase BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 1381, characters 23-41: BUILDSTDERR: 1381 | 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 BUILDSTDERR: File "./setup.ml", line 1825, characters 16-33: BUILDSTDERR: 1825 | concat dir (String.capitalize base) BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.capitalize BUILDSTDERR: Use String.capitalize_ascii instead. BUILDSTDERR: File "./setup.ml", line 1831, characters 16-35: BUILDSTDERR: 1831 | concat dir (String.uncapitalize base) BUILDSTDERR: ^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.uncapitalize BUILDSTDERR: Use String.uncapitalize_ascii instead. BUILDSTDERR: File "setup.ml", line 3229, characters 16-34: 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 "setup.ml", line 5847, characters 11-28: BUILDSTDERR: Alert deprecated: Stdlib.String.capitalize BUILDSTDERR: Use String.capitalize_ascii instead. BUILDSTDERR: File "setup.ml", line 5848, characters 11-30: BUILDSTDERR: Alert deprecated: Stdlib.String.uncapitalize BUILDSTDERR: Use String.uncapitalize_ascii instead. Configuration: ocamlfind: ........................................... /usr/bin/ocamlfind ocamlc: .............................................. /usr/bin/ocamlc.opt ocamlopt: ............................................ /usr/bin/ocamlopt.opt ocamlbuild: .......................................... /usr/bin/ocamlbuild Package name: ........................................ pcre Package version: ..................................... 7.2.3 os_type: ............................................. Unix system: .............................................. linux architecture: ........................................ riscv ccomp_type: .......................................... cc ocaml_version: ....................................... 4.09.0 standard_library_default: ............................ /usr/lib64/ocaml standard_library: .................................... /usr/lib64/ocaml bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_FILE_OFFSET_BITS=64 -D_REENTRANT model: ............................................... riscv64 ext_obj: ............................................. .o ext_asm: ............................................. .s ext_lib: ............................................. .a ext_dll: ............................................. .so default_executable_name: ............................. a.out systhread_supported: ................................. true Install architecture-independent files dir: .......... /usr Install architecture-dependent files in dir: ......... $prefix User executables: .................................... $exec_prefix/bin System admin executables: ............................ $exec_prefix/sbin Program executables: ................................. $exec_prefix/libexec Read-only single-machine data: ....................... $prefix/etc Modifiable architecture-independent data: ............ $prefix/com Modifiable single-machine data: ...................... $prefix/var Object code libraries: ............................... $exec_prefix/lib Read-only arch-independent data root: ................ $prefix/share Read-only architecture-independent data: ............. $datarootdir Info documentation: .................................. $datarootdir/info Locale-dependent data: ............................... $datarootdir/locale Man documentation: ................................... $datarootdir/man Documentation root: .................................. /usr/share/doc HTML documentation: .................................. $docdir DVI documentation: ................................... $docdir PDF documentation: ................................... $docdir PS documentation: .................................... $docdir Prepend a path when installing package: .............. /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64 findlib_version: ..................................... 1.8.1 is_native: ........................................... true suffix_program: ...................................... Remove a file.: ...................................... rm -f Remove a directory.: ................................. rm -rf Turn ocaml debug flag on: ............................ true Turn ocaml profile flag on: .......................... false Compiler support generation of .cmxs.: ............... true OCamlbuild additional flags: ......................... with_pcre_config: .................................... pcre-config Strict compile-time checks: .......................... true Build examples: ...................................... true Create documentations: ............................... true Compile tests executable and library and run them: ... false ocamldoc: ............................................ /usr/bin/ocamldoc pkg_bytes: ........................................... /usr/lib64/ocaml/bytes Warning: Won't be able to compile a native plugin /usr/bin/ocamlc.opt unix.cma -I /usr/lib64/ocaml/ocamlbuild /usr/lib64/ocaml/ocamlbuild/ocamlbuildlib.cma myocamlbuild.ml /usr/lib64/ocaml/ocamlbuild/ocamlbuild.cmo -o myocamlbuild /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -ccopt '' -c lib/pcre_stubs.c + /usr/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -ccopt '' -c lib/pcre_stubs.c lib/pcre_stubs.c: In function 'pcre_ocaml_init': lib/pcre_stubs.c:166:22: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 166 | pcre_exc_Error = caml_named_value("Pcre.Error"); | ^ lib/pcre_stubs.c:167:22: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 167 | pcre_exc_Backtrack = caml_named_value("Pcre.Backtrack"); | ^ lib/pcre_stubs.c: At top level: cc1: warning: unrecognized command line option '-Wno-keyword-macro' mv pcre_stubs.o lib/pcre_stubs.o /usr/bin/ocamlfind ocamlmklib -o lib/pcre_stubs -g -lpcre lib/pcre_stubs.o /usr/bin/ocamlfind ocamldep -package bytes -modules lib/pcre.mli > lib/pcre.mli.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -package bytes -w Aer-44-50 -I lib -o lib/pcre.cmi lib/pcre.mli + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -package bytes -w Aer-44-50 -I lib -o lib/pcre.cmi lib/pcre.mli File "lib/pcre.mli", line 195, characters 0-77: 195 | external study_stat : regexp -> study_stat = "pcre_study_stat_stub" "noalloc" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@noalloc] should be used instead of "noalloc" /usr/bin/ocamlfind ocamldep -package bytes -modules lib/pcre.ml > lib/pcre.ml.depends /usr/bin/ocamlfind ocamldep -package bytes -modules lib/pcre_compat.ml > lib/pcre_compat.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -package bytes -w Aer-44-50 -I lib -o lib/pcre_compat.cmo lib/pcre_compat.ml /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -package bytes -w Aer-44-50 -I lib -o lib/pcre.cmo lib/pcre.ml + /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -package bytes -w Aer-44-50 -I lib -o lib/pcre.cmo lib/pcre.ml File "lib/pcre.ml", line 164, characters 0-76: 164 | external pcre_config_utf8 : unit -> bool = "pcre_config_utf8_stub" "noalloc" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/pcre.ml", lines 166-167, characters 0-53: 166 | external pcre_config_newline : 167 | unit -> char = "pcre_config_newline_stub" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/pcre.ml", lines 169-170, characters 0-54: 169 | external pcre_config_link_size : 170 | unit -> int = "pcre_config_link_size_stub" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/pcre.ml", lines 172-173, characters 0-56: 172 | external pcre_config_match_limit : 173 | unit -> int = "pcre_config_match_limit_stub" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/pcre.ml", lines 175-176, characters 0-66: 175 | external pcre_config_match_limit_recursion : 176 | unit -> int = "pcre_config_match_limit_recursion_stub" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/pcre.ml", lines 178-179, characters 0-58: 178 | external pcre_config_stackrecurse : 179 | unit -> bool = "pcre_config_stackrecurse_stub" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/pcre.ml", line 215, characters 0-77: 215 | external study_stat : regexp -> study_stat = "pcre_study_stat_stub" "noalloc" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/pcre.ml", lines 233-234, characters 0-69: 233 | external set_imp_match_limit : 234 | regexp -> int -> regexp = "pcre_set_imp_match_limit_stub" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/pcre.ml", lines 240-241, characters 0-79: 240 | external set_imp_match_limit_recursion : 241 | regexp -> int -> regexp = "pcre_set_imp_match_limit_recursion_stub" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/pcre.ml", line 882, characters 0-63: 882 | external isspace : char -> bool = "pcre_isspace_stub" "noalloc" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@noalloc] should be used instead of "noalloc" /usr/bin/ocamlfind ocamlc -a -dllib -lpcre_stubs -cclib -lpcre_stubs -cclib -lpcre -cclib -lpcre -I lib lib/pcre_compat.cmo lib/pcre.cmo -o lib/pcre.cma /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -package bytes -w Aer-44-50 -I lib -o lib/pcre_compat.cmx lib/pcre_compat.ml /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -package bytes -w Aer-44-50 -I lib -o lib/pcre.cmx lib/pcre.ml + /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -ccopt -g -ccopt -O2 -ccopt -fPIC -ccopt -DPIC -ccopt -Wall -ccopt -pedantic -ccopt -Wextra -ccopt -Wunused -ccopt -Wno-long-long -ccopt -Wno-keyword-macro -package bytes -w Aer-44-50 -I lib -o lib/pcre.cmx lib/pcre.ml File "lib/pcre.ml", line 164, characters 0-76: 164 | external pcre_config_utf8 : unit -> bool = "pcre_config_utf8_stub" "noalloc" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/pcre.ml", lines 166-167, characters 0-53: 166 | external pcre_config_newline : 167 | unit -> char = "pcre_config_newline_stub" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/pcre.ml", lines 169-170, characters 0-54: 169 | external pcre_config_link_size : 170 | unit -> int = "pcre_config_link_size_stub" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/pcre.ml", lines 172-173, characters 0-56: 172 | external pcre_config_match_limit : 173 | unit -> int = "pcre_config_match_limit_stub" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/pcre.ml", lines 175-176, characters 0-66: 175 | external pcre_config_match_limit_recursion : 176 | unit -> int = "pcre_config_match_limit_recursion_stub" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/pcre.ml", lines 178-179, characters 0-58: 178 | external pcre_config_stackrecurse : 179 | unit -> bool = "pcre_config_stackrecurse_stub" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/pcre.ml", line 215, characters 0-77: 215 | external study_stat : regexp -> study_stat = "pcre_study_stat_stub" "noalloc" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/pcre.ml", lines 233-234, characters 0-69: 233 | external set_imp_match_limit : 234 | regexp -> int -> regexp = "pcre_set_imp_match_limit_stub" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/pcre.ml", lines 240-241, characters 0-79: 240 | external set_imp_match_limit_recursion : 241 | regexp -> int -> regexp = "pcre_set_imp_match_limit_recursion_stub" "noalloc" Alert deprecated: [@@noalloc] should be used instead of "noalloc" File "lib/pcre.ml", line 882, characters 0-63: 882 | external isspace : char -> bool = "pcre_isspace_stub" "noalloc" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@noalloc] should be used instead of "noalloc" /usr/bin/ocamlfind ocamlopt -a -cclib -lpcre_stubs -cclib -lpcre -cclib -lpcre -I lib lib/pcre_compat.cmx lib/pcre.cmx -o lib/pcre.cmxa /usr/bin/ocamlfind ocamlopt -shared -cclib -lpcre_stubs -I lib -cclib -lpcre -I lib lib/pcre.cmxa lib/pcre_compat.cmx lib/pcre.cmx -o lib/pcre.cmxs /usr/bin/ocamlfind ocamldep -package bytes -modules examples/cloc/cloc.ml > examples/cloc/cloc.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44-50 -I examples/cloc -I lib -o examples/cloc/cloc.cmo examples/cloc/cloc.ml /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44-50 -I examples/cloc -I lib -o examples/cloc/cloc.cmx examples/cloc/cloc.ml /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bytes -I lib -I examples/cloc lib/pcre.cmxa examples/cloc/cloc.cmx -o examples/cloc/cloc.native /usr/bin/ocamlfind ocamldep -package bytes -modules examples/count_hash/count_hash.ml > examples/count_hash/count_hash.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44-50 -I examples/count_hash -I lib -o examples/count_hash/count_hash.cmo examples/count_hash/count_hash.ml /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44-50 -I examples/count_hash -I lib -o examples/count_hash/count_hash.cmx examples/count_hash/count_hash.ml /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bytes -I lib -I examples/count_hash lib/pcre.cmxa examples/count_hash/count_hash.cmx -o examples/count_hash/count_hash.native /usr/bin/ocamlfind ocamldep -package bytes -modules examples/pcregrep/pcregrep.ml > examples/pcregrep/pcregrep.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44-50 -I examples/pcregrep -I lib -o examples/pcregrep/pcregrep.cmo examples/pcregrep/pcregrep.ml /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44-50 -I examples/pcregrep -I lib -o examples/pcregrep/pcregrep.cmx examples/pcregrep/pcregrep.ml /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bytes -I lib -I examples/pcregrep lib/pcre.cmxa examples/pcregrep/pcregrep.cmx -o examples/pcregrep/pcregrep.native /usr/bin/ocamlfind ocamldep -package bytes -modules examples/subst/subst.ml > examples/subst/subst.ml.depends /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44-50 -I examples/subst -I lib -o examples/subst/subst.cmo examples/subst/subst.ml /usr/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -strict-sequence -I lib -package bytes -w Aer-44-50 -I examples/subst -I lib -o examples/subst/subst.cmx examples/subst/subst.ml /usr/bin/ocamlfind ocamlopt -g -I lib -linkpkg -package bytes -I lib -I examples/subst lib/pcre.cmxa examples/subst/subst.cmx -o examples/subst/subst.native + /usr/bin/ocamlc.opt unix.cma -I /usr/lib64/ocaml/ocamlbuild /usr/lib64/ocaml/ocamlbuild/ocamlbuildlib.cma myocamlbuild.ml /usr/lib64/ocaml/ocamlbuild/ocamlbuild.cmo -o myocamlbuild File "myocamlbuild.ml", line 518, characters 43-62: 518 | List.map (fun m -> (String.uncapitalize m) ^ ".cmi") ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Ocamlbuild_plugin.String.uncapitalize Use String.uncapitalize_ascii instead. File "myocamlbuild.ml", line 531, characters 51-70: 531 | List.map (fun m -> dir^"/"^(String.uncapitalize m)^".cmi") ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Ocamlbuild_plugin.String.uncapitalize Use String.uncapitalize_ascii instead. /usr/bin/ocamlfind ocamldoc -dump lib/pcre.odoc -package bytes -I lib lib/pcre.mli + /usr/bin/ocamlfind ocamldoc -dump lib/pcre.odoc -package bytes -I lib lib/pcre.mli File "lib/pcre.mli", line 195, characters 0-77: 195 | external study_stat : regexp -> study_stat = "pcre_study_stat_stub" "noalloc" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: [@@noalloc] should be used instead of "noalloc" rm -rf API.docdir mkdir -p API.docdir /usr/bin/ocamlfind ocamldoc -load lib/pcre.odoc -html -d API.docdir + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.eEhAlS + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64 + cd pcre-ocaml-7.2.3 + export DESTDIR=/builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64 + DESTDIR=/builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64 + export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml + mkdir -p /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/stublibs + make install ocaml setup.ml -install BUILDSTDERR: File "./setup.ml", line 318, characters 20-36: BUILDSTDERR: 318 | String.compare (String.lowercase s1) (String.lowercase s2) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 318, characters 42-58: BUILDSTDERR: 318 | String.compare (String.lowercase s1) (String.lowercase s2) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 327, characters 14-30: BUILDSTDERR: 327 | (String.lowercase s1) = (String.lowercase s2) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 327, characters 38-54: BUILDSTDERR: 327 | (String.lowercase s1) = (String.lowercase s2) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 330, characters 25-41: BUILDSTDERR: 330 | Hashtbl.hash (String.lowercase s) BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 368, characters 10-26: BUILDSTDERR: 368 | String.lowercase buf BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 474, characters 13-29: BUILDSTDERR: 474 | String.lowercase BUILDSTDERR: ^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.lowercase BUILDSTDERR: Use String.lowercase_ascii instead. BUILDSTDERR: File "./setup.ml", line 1381, characters 23-41: BUILDSTDERR: 1381 | 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 BUILDSTDERR: File "./setup.ml", line 1825, characters 16-33: BUILDSTDERR: 1825 | concat dir (String.capitalize base) BUILDSTDERR: ^^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.capitalize BUILDSTDERR: Use String.capitalize_ascii instead. BUILDSTDERR: File "./setup.ml", line 1831, characters 16-35: BUILDSTDERR: 1831 | concat dir (String.uncapitalize base) BUILDSTDERR: ^^^^^^^^^^^^^^^^^^^ BUILDSTDERR: Alert deprecated: Stdlib.String.uncapitalize BUILDSTDERR: Use String.uncapitalize_ascii instead. BUILDSTDERR: File "setup.ml", line 3229, characters 16-34: 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 "setup.ml", line 5847, characters 11-28: BUILDSTDERR: Alert deprecated: Stdlib.String.capitalize BUILDSTDERR: Use String.capitalize_ascii instead. BUILDSTDERR: File "setup.ml", line 5848, characters 11-30: BUILDSTDERR: Alert deprecated: Stdlib.String.uncapitalize BUILDSTDERR: Use String.uncapitalize_ascii instead. BUILDSTDERR: Installed /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/pcre/pcre.mli BUILDSTDERR: Installed /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/pcre/libpcre_stubs.a BUILDSTDERR: Installed /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/pcre/pcre.cma BUILDSTDERR: Installed /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/pcre/pcre.cmxa BUILDSTDERR: Installed /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/pcre/pcre.a BUILDSTDERR: Installed /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/pcre/pcre.cmxs BUILDSTDERR: Installed /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/pcre/pcre.cmi BUILDSTDERR: Installed /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/pcre/pcre.cmti BUILDSTDERR: Installed /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/pcre/pcre.cmt BUILDSTDERR: Installed /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/pcre/pcre.annot BUILDSTDERR: Installed /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/pcre/pcre_compat.cmx BUILDSTDERR: Installed /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/pcre/pcre.cmx BUILDSTDERR: Installed /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/stublibs/dllpcre_stubs.so BUILDSTDERR: Installed /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/stublibs/dllpcre_stubs.so.owner BUILDSTDERR: ocamlfind: [WARNING] You have installed DLLs but the directory /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf BUILDSTDERR: Installed /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/pcre/META + mv /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/share/doc/api . + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 7.2.3-21.fc32 --unique-debug-suffix -7.2.3-21.fc32.riscv64 --unique-debug-src-base ocaml-pcre-7.2.3-21.fc32.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pcre-ocaml-7.2.3 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/stublibs/dllpcre_stubs.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/pcre/pcre.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/stublibs/dllpcre_stubs.so extracting debug info from /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/lib64/ocaml/pcre/pcre.cmxs original debug info size: 232kB, size after compression: 232kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. BUILDSTDERR: cpio: _build/list.ml: Cannot stat: No such file or directory BUILDSTDERR: cpio: _build/stdlib.ml: Cannot stat: No such file or directory BUILDSTDERR: 120 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/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-pcre-7.2.3-21.fc32.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.H68f2O + umask 022 + cd /builddir/build/BUILD + cd pcre-ocaml-7.2.3 + DOCDIR=/builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/share/doc/ocaml-pcre + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/share/doc/ocaml-pcre + cp -pr COPYING.txt /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/share/doc/ocaml-pcre + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: ocaml(Pcre) = c81ae08b91506999c7471e0968b1bc9a ocaml(Pcre_compat) = b2a41ef9ba5c0db6944b02b00db83706 ocaml-pcre = 7.2.3-21.fc32 ocaml-pcre(riscv-64) = 7.2.3-21.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: 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) libpcre.so.1()(64bit) ocaml(CamlinternalFormatBasics) = 96d16aae6255eb02a788ee96a8adb816 ocaml(Stdlib) = 4d1e23b7e21beafc7e35ae8d03175363 ocaml(Stdlib__array) = cc0fd9ef9707b375e6d40d8358c106ad ocaml(Stdlib__buffer) = d43caaa1df354240fb88291babb07541 ocaml(Stdlib__bytes) = dd8f2d469da8167155b3590e1afd37bd ocaml(Stdlib__callback) = ee15e030c69240335c483d574e8b0936 ocaml(Stdlib__char) = 8dba716c95fc335c0ef87b6c302c11bb ocaml(Stdlib__list) = 8e6fa4ee6fcb775ae0fe9bba7ec058dc ocaml(Stdlib__seq) = 22b526b221509ae244d8671d8e17a697 ocaml(Stdlib__string) = 8739c8c6957f1b86d987671557e471cb ocaml(Stdlib__sys) = 39b7724a15a8f948532ebd48f628b988 ocaml(Stdlib__uchar) = 1bfeb4ea85f4136294d66dae21ce997c ocaml(runtime) = 4.09.0 rtld(GNU_HASH) Processing files: ocaml-pcre-devel-7.2.3-21.fc32.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.i5p5gR + umask 022 + cd /builddir/build/BUILD + cd pcre-ocaml-7.2.3 + DOCDIR=/builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/share/doc/ocaml-pcre-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/share/doc/ocaml-pcre-devel + cp -pr COPYING.txt /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/share/doc/ocaml-pcre-devel + cp -pr README.md /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/share/doc/ocaml-pcre-devel + cp -pr api /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64/usr/share/doc/ocaml-pcre-devel + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: ocaml-pcre-devel = 7.2.3-21.fc32 ocaml-pcre-devel(riscv-64) = 7.2.3-21.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-pcre-debugsource-7.2.3-21.fc32.riscv64 Provides: ocaml-pcre-debugsource = 7.2.3-21.fc32 ocaml-pcre-debugsource(riscv-64) = 7.2.3-21.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-pcre-debuginfo-7.2.3-21.fc32.riscv64 Provides: debuginfo(build-id) = 8b46afb02492e18b1b94fb75ce2bb58fec99a2b9 debuginfo(build-id) = edcc34ae72667bb1373a64acb4c28c9bf36b8cf2 ocaml-pcre-debuginfo = 7.2.3-21.fc32 ocaml-pcre-debuginfo(riscv-64) = 7.2.3-21.fc32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-pcre-debugsource(riscv-64) = 7.2.3-21.fc32 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64 Wrote: /builddir/build/RPMS/ocaml-pcre-debugsource-7.2.3-21.fc32.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-pcre-debuginfo-7.2.3-21.fc32.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-pcre-devel-7.2.3-21.fc32.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-pcre-7.2.3-21.fc32.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.girviO + umask 022 + cd /builddir/build/BUILD + cd pcre-ocaml-7.2.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-pcre-7.2.3-21.fc32.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0