<86>Jun 22 06:58:57 userdel[2356105]: delete user 'rooter'
<86>Jun 22 06:58:57 userdel[2356105]: removed group 'rooter' owned by 'rooter'
<86>Jun 22 06:58:57 userdel[2356105]: removed shadow group 'rooter' owned by 'rooter'
<86>Jun 22 06:58:57 groupadd[2356154]: group added to /etc/group: name=rooter, GID=1844
<86>Jun 22 06:58:57 groupadd[2356154]: group added to /etc/gshadow: name=rooter
<86>Jun 22 06:58:57 groupadd[2356154]: new group: name=rooter, GID=1844
<86>Jun 22 06:58:57 useradd[2356195]: new user: name=rooter, UID=1844, GID=1844, home=/root, shell=/bin/bash, from=none
<86>Jun 22 06:58:57 userdel[2356244]: delete user 'builder'
<86>Jun 22 06:58:57 userdel[2356244]: removed group 'builder' owned by 'builder'
<86>Jun 22 06:58:57 userdel[2356244]: removed shadow group 'builder' owned by 'builder'
<86>Jun 22 06:58:57 groupadd[2356297]: group added to /etc/group: name=builder, GID=1845
<86>Jun 22 06:58:57 groupadd[2356297]: group added to /etc/gshadow: name=builder
<86>Jun 22 06:58:57 groupadd[2356297]: new group: name=builder, GID=1845
<86>Jun 22 06:58:57 useradd[2356374]: new user: name=builder, UID=1845, GID=1845, home=/usr/src, shell=/bin/bash, from=none
<13>Jun 22 06:59:01 rpmi: ocaml-runtime-4.14.1-alt1 sisyphus+333652.177.29.2 1701355789 installed
<13>Jun 22 06:59:01 rpmi: rpm-build-ocaml-1.6.2.1-alt1 sisyphus+349582.100.1.1 1716824125 installed
<13>Jun 22 06:59:07 rpmi: ocaml-4.14.1-alt1 sisyphus+333652.177.29.2 1701355789 installed
<13>Jun 22 06:59:07 rpmi: ocaml-findlib-1.9.6-alt2 sisyphus+333652.2174.29.2 1701356590 installed
<13>Jun 22 06:59:07 rpmi: ocaml-ocamlbuild-1:0.14.2-alt2 sisyphus+333652.1760.29.2 1701356507 installed
<13>Jun 22 06:59:08 rpmi: ocaml-ocamlbuild-devel-1:0.14.2-alt2 sisyphus+333652.1760.29.2 1701356507 installed
<13>Jun 22 06:59:08 rpmi: ocaml-findlib-devel-1.9.6-alt2 sisyphus+333652.2174.29.2 1701356590 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/ocamlmod-0.0.9-alt4.nosrc.rpm (w1.gzdio)
Installing ocamlmod-0.0.9-alt4.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.92567
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ocamlmod-0.0.9
+ echo 'Source #0 (ocamlmod-0.0.9.tar):'
Source #0 (ocamlmod-0.0.9.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ocamlmod-0.0.9.tar
+ cd ocamlmod-0.0.9
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (ocamlmod-setupml.patch):'
Patch #0 (ocamlmod-setupml.patch):
+ /usr/bin/patch -p1
patching file AUTHORS.txt
patching file INSTALL.txt
patching file README.txt
patching file _tags
patching file myocamlbuild.ml
patching file setup.ml
+ echo 'Patch #1 (ocamlmod-native.patch):'
Patch #1 (ocamlmod-native.patch):
+ /usr/bin/patch -p1
patching file _oasis
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.92567
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocamlmod-0.0.9
+ ocaml setup.ml -configure --prefix /usr --libdir /usr/lib --libexecdir /usr/lib --exec-prefix /usr --bindir /usr/bin --sbindir /usr/sbin --mandir /usr/share/man --datadir /usr/share --localstatedir /var/lib --sharedstatedir /var/lib --destdir /usr/src/tmp/ocamlmod-buildroot
File "./setup.ml", line 339, characters 20-36:
339 |     String.compare (String.lowercase s1) (String.lowercase s2)
                          ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 339, characters 42-58:
339 |     String.compare (String.lowercase s1) (String.lowercase s2)
                                                ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 348, characters 14-30:
348 |              (String.lowercase s1) = (String.lowercase s2)
                    ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 348, characters 38-54:
348 |              (String.lowercase s1) = (String.lowercase s2)
                                            ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 351, characters 25-41:
351 |            Hashtbl.hash (String.lowercase s)
                               ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 389, characters 10-26:
389 |           String.lowercase buf
                ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 495, characters 13-29:
495 |              String.lowercase
                   ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 1402, characters 23-41:
1402 |          let compare = Pervasives.compare
                              ^^^^^^^^^^^^^^^^^^
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
File "./setup.ml", line 1846, characters 16-33:
1846 |     concat dir (String.capitalize base)
                       ^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.capitalize
Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
File "./setup.ml", line 1852, characters 16-35:
1852 |     concat dir (String.uncapitalize base)
                       ^^^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.uncapitalize
Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
File "setup.ml", line 2916, characters 10-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2922, characters 10-21:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2925, characters 23-34:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2928, characters 20-34:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2931, characters 10-27:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 2934, characters 16-28:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2935, characters 15-27:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 2935, characters 32-42:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 2935, characters 48-61:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 2936, characters 16-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2937, characters 16-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2938, characters 16-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 3088, characters 4-21:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3107, characters 24-40:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 3109, characters 21-33:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 3110, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3110, characters 41-53:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3112, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3112, characters 41-54:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3114, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3114, characters 50-62:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3116, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3116, characters 50-63:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3118, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3131, characters 15-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 3229, characters 16-34:
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
File "setup.ml", line 5847, characters 11-28:
Alert deprecated: Stdlib.String.capitalize
Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
File "setup.ml", line 5848, characters 11-30:
Alert deprecated: Stdlib.String.uncapitalize
Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
File "setup.ml", line 6484, characters 33-42:
Warning 6 [labels-omitted]: label what was omitted in the application of this function.
File "setup.ml", line 6485, characters 36-45:
Warning 6 [labels-omitted]: label what was omitted in the application of this function.

Configuration: 
ocamlfind: ........................................... /usr/bin/ocamlfind
ocamlc: .............................................. /usr/bin/ocamlc
ocamlbuild: .......................................... /usr/bin/ocamlbuild
Package name: ........................................ ocamlmod
Package version: ..................................... 0.0.9
os_type: ............................................. Unix
system: .............................................. linux_elf
architecture: ........................................ i386
ccomp_type: .......................................... cc
ocaml_version: ....................................... 4.14.1
standard_library_default: ............................ /usr/lib/ocaml
standard_library: .................................... /usr/lib/ocaml
bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches  -g -O2  -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 
native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches  -g -O2  -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 
model: ............................................... default
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: ......... /usr
User executables: .................................... /usr/bin
System admin executables: ............................ /usr/sbin
Program executables: ................................. /usr/lib
Read-only single-machine data: ....................... $prefix/etc
Modifiable architecture-independent data: ............ /var/lib
Modifiable single-machine data: ...................... /var/lib
Object code libraries: ............................... /usr/lib
Read-only arch-independent data root: ................ $prefix/share
Read-only architecture-independent data: ............. /usr/share
Info documentation: .................................. $datarootdir/info
Locale-dependent data: ............................... $datarootdir/locale
Man documentation: ................................... /usr/share/man
Documentation root: .................................. $datarootdir/doc/$pkg_name
HTML documentation: .................................. $docdir
DVI documentation: ................................... $docdir
PDF documentation: ................................... $docdir
PS documentation: .................................... $docdir
Prepend a path when installing package: .............. /usr/src/tmp/ocamlmod-buildroot
findlib_version: ..................................... 1.9.6
is_native: ........................................... false
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.: ............... false
OCamlbuild additional flags: ......................... 
Create documentations: ............................... true
Compile tests executable and library and run them: ... false
pkg_str: ............................................. /usr/lib/ocaml

+ make
make: Entering directory '/usr/src/RPM/BUILD/ocamlmod-0.0.9'
ocaml setup.ml -build 
File "./setup.ml", line 339, characters 20-36:
339 |     String.compare (String.lowercase s1) (String.lowercase s2)
                          ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 339, characters 42-58:
339 |     String.compare (String.lowercase s1) (String.lowercase s2)
                                                ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 348, characters 14-30:
348 |              (String.lowercase s1) = (String.lowercase s2)
                    ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 348, characters 38-54:
348 |              (String.lowercase s1) = (String.lowercase s2)
                                            ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 351, characters 25-41:
351 |            Hashtbl.hash (String.lowercase s)
                               ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 389, characters 10-26:
389 |           String.lowercase buf
                ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 495, characters 13-29:
495 |              String.lowercase
                   ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 1402, characters 23-41:
1402 |          let compare = Pervasives.compare
                              ^^^^^^^^^^^^^^^^^^
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
File "./setup.ml", line 1846, characters 16-33:
1846 |     concat dir (String.capitalize base)
                       ^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.capitalize
Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
File "./setup.ml", line 1852, characters 16-35:
1852 |     concat dir (String.uncapitalize base)
                       ^^^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.uncapitalize
Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
File "setup.ml", line 2916, characters 10-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2922, characters 10-21:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2925, characters 23-34:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2928, characters 20-34:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2931, characters 10-27:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 2934, characters 16-28:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2935, characters 15-27:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 2935, characters 32-42:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 2935, characters 48-61:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 2936, characters 16-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2937, characters 16-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2938, characters 16-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 3088, characters 4-21:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3107, characters 24-40:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 3109, characters 21-33:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 3110, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3110, characters 41-53:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3112, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3112, characters 41-54:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3114, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3114, characters 50-62:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3116, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3116, characters 50-63:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3118, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3131, characters 15-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 3229, characters 16-34:
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
File "setup.ml", line 5847, characters 11-28:
Alert deprecated: Stdlib.String.capitalize
Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
File "setup.ml", line 5848, characters 11-30:
Alert deprecated: Stdlib.String.uncapitalize
Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
File "setup.ml", line 6484, characters 33-42:
Warning 6 [labels-omitted]: label what was omitted in the application of this function.
File "setup.ml", line 6485, characters 36-45:
Warning 6 [labels-omitted]: label what was omitted in the application of this function.
/bin/ocamlc unix.cma -I /usr/lib/ocaml/ocamlbuild /usr/lib/ocaml/ocamlbuild/ocamlbuildlib.cma myocamlbuild.ml /usr/lib/ocaml/ocamlbuild/ocamlbuild.cmo -o myocamlbuild
File "_tags", line 21, characters 18-27:
Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
File "_tags", line 23, characters 19-28:
Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
/usr/bin/ocamlfind ocamldep -package str -modules src/ocamlmod.ml > src/ocamlmod.ml.depends
/usr/bin/ocamlfind ocamldep -package str -modules src/ocamlmodConf.ml > src/ocamlmodConf.ml.depends
/usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -I src -o src/ocamlmodConf.cmo src/ocamlmodConf.ml
/usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -I src -o src/ocamlmod.cmo src/ocamlmod.ml
+ /usr/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -I src -o src/ocamlmod.cmo src/ocamlmod.ml
File "src/ocamlmod.ml", line 52, characters 4-21:
52 |     String.capitalize
         ^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.capitalize
Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
File "src/ocamlmod.ml", line 29, characters 6-13:
29 |   let real_fn =
           ^^^^^^^
Warning 26 [unused-var]: unused variable real_fn.
/usr/bin/ocamlfind ocamlc -g -linkpkg -package str -I src src/ocamlmodConf.cmo src/ocamlmod.cmo -o src/ocamlmod.byte
+ /bin/ocamlc unix.cma -I /usr/lib/ocaml/ocamlbuild /usr/lib/ocaml/ocamlbuild/ocamlbuildlib.cma myocamlbuild.ml /usr/lib/ocaml/ocamlbuild/ocamlbuild.cmo -o myocamlbuild
File "myocamlbuild.ml", line 155, characters 10-27:
155 |           Stream.of_channel chn
                ^^^^^^^^^^^^^^^^^
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "myocamlbuild.ml", line 161, characters 10-21:
161 |           Stream.from
                ^^^^^^^^^^^
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "myocamlbuild.ml", line 164, characters 23-34:
164 |                  match Stream.next st with
                             ^^^^^^^^^^^
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "myocamlbuild.ml", line 167, characters 20-34:
167 |                with Stream.Failure -> None)
                          ^^^^^^^^^^^^^^
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "myocamlbuild.ml", line 170, characters 10-27:
170 |           Genlex.make_lexer ["="] st_line
                ^^^^^^^^^^^^^^^^^
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "myocamlbuild.ml", line 173, characters 16-28:
173 |           match Stream.npeek 3 lexer with
                      ^^^^^^^^^^^^
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "myocamlbuild.ml", line 174, characters 15-27:
174 |             | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
                     ^^^^^^^^^^^^
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "myocamlbuild.ml", line 174, characters 32-42:
174 |             | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
                                      ^^^^^^^^^^
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "myocamlbuild.ml", line 174, characters 48-61:
174 |             | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
                                                      ^^^^^^^^^^^^^
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "myocamlbuild.ml", line 175, characters 16-27:
175 |                 Stream.junk lexer;
                      ^^^^^^^^^^^
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "myocamlbuild.ml", line 176, characters 16-27:
176 |                 Stream.junk lexer;
                      ^^^^^^^^^^^
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "myocamlbuild.ml", line 177, characters 16-27:
177 |                 Stream.junk lexer;
                      ^^^^^^^^^^^
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
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/StringLabels.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/StringLabels.uncapitalize_ascii instead.
Skipping precommit checks.
ocaml setup.ml -test 
File "./setup.ml", line 339, characters 20-36:
339 |     String.compare (String.lowercase s1) (String.lowercase s2)
                          ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 339, characters 42-58:
339 |     String.compare (String.lowercase s1) (String.lowercase s2)
                                                ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 348, characters 14-30:
348 |              (String.lowercase s1) = (String.lowercase s2)
                    ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 348, characters 38-54:
348 |              (String.lowercase s1) = (String.lowercase s2)
                                            ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 351, characters 25-41:
351 |            Hashtbl.hash (String.lowercase s)
                               ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 389, characters 10-26:
389 |           String.lowercase buf
                ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 495, characters 13-29:
495 |              String.lowercase
                   ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 1402, characters 23-41:
1402 |          let compare = Pervasives.compare
                              ^^^^^^^^^^^^^^^^^^
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
File "./setup.ml", line 1846, characters 16-33:
1846 |     concat dir (String.capitalize base)
                       ^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.capitalize
Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
File "./setup.ml", line 1852, characters 16-35:
1852 |     concat dir (String.uncapitalize base)
                       ^^^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.uncapitalize
Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
File "setup.ml", line 2916, characters 10-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2922, characters 10-21:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2925, characters 23-34:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2928, characters 20-34:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2931, characters 10-27:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 2934, characters 16-28:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2935, characters 15-27:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 2935, characters 32-42:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 2935, characters 48-61:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 2936, characters 16-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2937, characters 16-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2938, characters 16-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 3088, characters 4-21:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3107, characters 24-40:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 3109, characters 21-33:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 3110, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3110, characters 41-53:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3112, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3112, characters 41-54:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3114, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3114, characters 50-62:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3116, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3116, characters 50-63:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3118, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3131, characters 15-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 3229, characters 16-34:
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
File "setup.ml", line 5847, characters 11-28:
Alert deprecated: Stdlib.String.capitalize
Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
File "setup.ml", line 5848, characters 11-30:
Alert deprecated: Stdlib.String.uncapitalize
Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
File "setup.ml", line 6484, characters 33-42:
Warning 6 [labels-omitted]: label what was omitted in the application of this function.
File "setup.ml", line 6485, characters 36-45:
Warning 6 [labels-omitted]: label what was omitted in the application of this function.
W: Tests are turned off, consider enabling with 'ocaml setup.ml -configure --enable-tests'
make: Leaving directory '/usr/src/RPM/BUILD/ocamlmod-0.0.9'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.30907
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocamlmod-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ocamlmod-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games
+ cd ocamlmod-0.0.9
+ make install
make: Entering directory '/usr/src/RPM/BUILD/ocamlmod-0.0.9'
ocaml setup.ml -install 
File "./setup.ml", line 339, characters 20-36:
339 |     String.compare (String.lowercase s1) (String.lowercase s2)
                          ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 339, characters 42-58:
339 |     String.compare (String.lowercase s1) (String.lowercase s2)
                                                ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 348, characters 14-30:
348 |              (String.lowercase s1) = (String.lowercase s2)
                    ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 348, characters 38-54:
348 |              (String.lowercase s1) = (String.lowercase s2)
                                            ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 351, characters 25-41:
351 |            Hashtbl.hash (String.lowercase s)
                               ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 389, characters 10-26:
389 |           String.lowercase buf
                ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 495, characters 13-29:
495 |              String.lowercase
                   ^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.lowercase
Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
File "./setup.ml", line 1402, characters 23-41:
1402 |          let compare = Pervasives.compare
                              ^^^^^^^^^^^^^^^^^^
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
File "./setup.ml", line 1846, characters 16-33:
1846 |     concat dir (String.capitalize base)
                       ^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.capitalize
Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
File "./setup.ml", line 1852, characters 16-35:
1852 |     concat dir (String.uncapitalize base)
                       ^^^^^^^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.uncapitalize
Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
File "setup.ml", line 2916, characters 10-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2922, characters 10-21:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2925, characters 23-34:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2928, characters 20-34:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2931, characters 10-27:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 2934, characters 16-28:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2935, characters 15-27:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 2935, characters 32-42:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 2935, characters 48-61:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 2936, characters 16-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2937, characters 16-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 2938, characters 16-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 3088, characters 4-21:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3107, characters 24-40:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 3109, characters 21-33:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 3110, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3110, characters 41-53:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3112, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3112, characters 41-54:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3114, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3114, characters 50-62:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3116, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3116, characters 50-63:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3118, characters 20-32:
Alert deprecated: module Stdlib.Genlex
Use the camlp-streams library instead.
File "setup.ml", line 3131, characters 15-27:
Alert deprecated: module Stdlib.Stream
Use the camlp-streams library instead.
File "setup.ml", line 3229, characters 16-34:
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
File "setup.ml", line 5847, characters 11-28:
Alert deprecated: Stdlib.String.capitalize
Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
File "setup.ml", line 5848, characters 11-30:
Alert deprecated: Stdlib.String.uncapitalize
Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
File "setup.ml", line 6484, characters 33-42:
Warning 6 [labels-omitted]: label what was omitted in the application of this function.
File "setup.ml", line 6485, characters 36-45:
Warning 6 [labels-omitted]: label what was omitted in the application of this function.
make: Leaving directory '/usr/src/RPM/BUILD/ocamlmod-0.0.9'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ocamlmod-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/ocamlmod-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/ocamlmod-buildroot/ (default)
Compressing files in /usr/src/tmp/ocamlmod-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/ocamlmod-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal)
Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ocamlmod-buildroot
Processing files: ocamlmod-0.0.9-alt4
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.76817
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocamlmod-0.0.9
+ DOCDIR=/usr/src/tmp/ocamlmod-buildroot/usr/share/doc/ocamlmod-0.0.9
+ export DOCDIR
+ rm -rf /usr/src/tmp/ocamlmod-buildroot/usr/share/doc/ocamlmod-0.0.9
+ /bin/mkdir -p /usr/src/tmp/ocamlmod-buildroot/usr/share/doc/ocamlmod-0.0.9
+ cp -prL README.txt AUTHORS.txt INSTALL.txt /usr/src/tmp/ocamlmod-buildroot/usr/share/doc/ocamlmod-0.0.9
+ chmod -R go-w /usr/src/tmp/ocamlmod-buildroot/usr/share/doc/ocamlmod-0.0.9
+ chmod -R a+rX /usr/src/tmp/ocamlmod-buildroot/usr/share/doc/ocamlmod-0.0.9
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Ox0s1k
find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DEhz3s
find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /usr/bin/ocamlrun, ocaml-runtime = 4.14.1
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RGMZ4G
Wrote: /usr/src/RPM/RPMS/i586/ocamlmod-0.0.9-alt4.i586.rpm (w2.lzdio)
5.53user 0.68system 0:08.92elapsed 69%CPU (0avgtext+0avgdata 21660maxresident)k
0inputs+0outputs (0major+120901minor)pagefaults 0swaps
3.68user 2.85system 0:26.03elapsed 25%CPU (0avgtext+0avgdata 128424maxresident)k
3632inputs+0outputs (0major+213563minor)pagefaults 0swaps