Build:
  1. 0
2026-06-24 11:17.16: New job: build text.0.8.0 (fcf5d7742067)
2026-06-24 11:17.16: Waiting for resource in pool day11-builds
2026-06-24 12:01.36: Got resource from pool day11-builds
2026-06-24 12:01.36: [profile full] build text.0.8.0
2026-06-24 12:01.36: build text.0.8.0 (fcf5d7742067)
=== DEPENDENCIES (7 transitive) ===
  base-bytes.base                                    c40d17bc86b5
  camlp4.4.14+1                                      42aafa0fa55b
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-config.2                                     2d9c209f5590
  ocamlbuild.0.16.1                                  7e0d6aadb209
  ocamlfind.1.9.8                                    214dd418ac02
=== STDOUT ===
Processing: [default: loading data]
[text.0.8.0: dl]
[text.0.8.0: extract]
-> retrieved text.0.8.0  (https://opam.ocaml.org/cache)
[text: make setup.exe]
+ /usr/bin/make "setup.exe" (CWD=/home/opam/.opam/default/.opam-switch/build/text.0.8.0)
- ocamlfind ocamlopt -o setup.exe setup.ml || ocamlfind ocamlc -o setup.exe setup.ml || true
- File "setup.ml", line 325, characters 20-36:
- 325 |     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 325, characters 42-58:
- 325 |     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 334, characters 14-30:
- 334 |              (String.lowercase s1) = (String.lowercase s2)
-                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "setup.ml", line 334, characters 38-54:
- 334 |              (String.lowercase s1) = (String.lowercase s2)
-                                             ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "setup.ml", line 337, characters 25-41:
- 337 |            Hashtbl.hash (String.lowercase s)
-                                ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "setup.ml", line 375, characters 10-26:
- 375 |           String.lowercase buf
-                 ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "setup.ml", line 481, characters 13-29:
- 481 |              String.lowercase
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii/StringLabels.lowercase_ascii instead.
- File "setup.ml", line 1388, characters 23-41:
- 1388 |          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 1832, characters 16-33:
- 1832 |     concat dir (String.capitalize base)
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- File "setup.ml", line 1838, characters 16-35:
- 1838 |     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:
- 2916 |           Stream.of_channel chn
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2922, characters 10-21:
- 2922 |           Stream.from
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2925, characters 23-34:
- 2925 |                  match Stream.next st with
-                               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2928, characters 20-34:
- 2928 |                with Stream.Failure -> None)
-                            ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2931, characters 10-27:
- 2931 |           Genlex.make_lexer ["="] st_line
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2934, characters 16-28:
- 2934 |           match Stream.npeek 3 lexer with
-                        ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2935, characters 15-27:
- 2935 |             | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
-                       ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2935, characters 32-42:
- 2935 |             | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
-                                        ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2935, characters 48-61:
- 2935 |             | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
-                                                        ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 2936, characters 16-27:
- 2936 |                 Stream.junk lexer;
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2937, characters 16-27:
- 2937 |                 Stream.junk lexer;
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 2938, characters 16-27:
- 2938 |                 Stream.junk lexer;
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3088, characters 4-21:
- 3088 |     Genlex.make_lexer []
-            ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3107, characters 24-40:
- 3107 |                var_lxr (Stream.of_string var)
-                                ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3109, characters 21-33:
- 3109 |                match Stream.npeek 3 st with
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3110, characters 20-32:
- 3110 |                  | [Genlex.Ident "utoh"; Genlex.Ident nm] ->
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3110, characters 41-53:
- 3110 |                  | [Genlex.Ident "utoh"; Genlex.Ident nm] ->
-                                                 ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3112, characters 20-32:
- 3112 |                  | [Genlex.Ident "utoh"; Genlex.String s] ->
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3112, characters 41-54:
- 3112 |                  | [Genlex.Ident "utoh"; Genlex.String s] ->
-                                                 ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3114, characters 20-32:
- 3114 |                  | [Genlex.Ident "ocaml_escaped"; Genlex.Ident nm] ->
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3114, characters 50-62:
- 3114 |                  | [Genlex.Ident "ocaml_escaped"; Genlex.Ident nm] ->
-                                                          ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3116, characters 20-32:
- 3116 |                  | [Genlex.Ident "ocaml_escaped"; Genlex.String s] ->
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3116, characters 50-63:
- 3116 |                  | [Genlex.Ident "ocaml_escaped"; Genlex.String s] ->
-                                                          ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3118, characters 20-32:
- 3118 |                  | [Genlex.Ident nm] ->
-                            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3131, characters 15-27:
- 3131 |              | Stream.Error e ->
-                       ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3229, characters 16-34:
- 3229 |                 Pervasives.compare o2 o1)
-                        ^^^^^^^^^^^^^^^^^^
- 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:
- 5847 |           (String.capitalize modul ^ sufx) ::
-                   ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- 5848 |           (String.uncapitalize modul ^ sufx) ::
-                   ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uncapitalize
- Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead.
- File "setup.ml", line 6484, characters 33-42:
- 6484 |                                  ends_with ".cmo" fn
-                                         ^^^^^^^^^
- Warning 6 [labels-omitted]: label what was omitted in the application of this function.
- File "setup.ml", line 6485, characters 36-45:
- 6485 |                                  || ends_with ".cmx" fn))
-                                            ^^^^^^^^^
- Warning 6 [labels-omitted]: label what was omitted in the application of this function.
- rm -f setup.cmi setup.cmo setup.cmx setup.o
[text: ./setup.exe]
+ /home/opam/.opam/default/.opam-switch/build/text.0.8.0/./setup.exe "-configure" "--disable-pcre" (CWD=/home/opam/.opam/default/.opam-switch/build/text.0.8.0)
- I: Testing whether -liconv is needed
- I: Testing whether -liconv is needed
- 
- Configuration: 
- ocamlfind: ........................................... /home/opam/.opam/default/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/default/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/default/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/default/bin/ocamlbuild
- Package name: ........................................ ocaml-text
- Package version: ..................................... 0.7
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.14.4
- standard_library_default: ............................ /home/opam/.opam/default/lib/ocaml
- standard_library: .................................... /home/opam/.opam/default/lib/ocaml
- bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 
- native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -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/local
- 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: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.8
- 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: ......................... 
- iconv installation prefix: ........................... /usr
- -liconv is needed: ................................... false
- support for pcre: .................................... false
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_bytes: ........................................... /home/opam/.opam/default/lib/bytes
- pkg_bigarray: ........................................ /home/opam/.opam/default/lib/ocaml
- ocamldoc: ............................................ /home/opam/.opam/default/bin/ocamldoc
- 
[text: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/text.0.8.0)
- ./setup.exe -build 
- + /home/opam/.opam/default/bin/ocamlc.opt -config
- + /home/opam/.opam/default/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/default/lib/ocamlbuild /home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- + /home/opam/.opam/default/bin/ocamlc.opt -config
- File "_tags", line 36, characters 18-26:
- Warning: the tag "pkg_pcre" 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.
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -g -ccopt -I/usr/include -c src/ml_text.c
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -g -ccopt -I/usr/include -c src/ml_text.c
- In file included from /home/opam/.opam/default/lib/ocaml/caml/alloc.h:24,
-                  from src/ml_text.c:20:
- src/ml_text.c: In function 'ml_text_decode':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/ml_text.c:114:20: note: in expansion of macro 'String_val'
-   114 |   char *in_bytes = String_val(buf_val) + Long_val(pos_val);
-       |                    ^~~~~~~~~~
- src/ml_text.c: In function 'ml_text_encode':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/ml_text.c:161:21: note: in expansion of macro 'String_val'
-   161 |   char *out_bytes = String_val(buf_val) + Long_val(pos_val);
-       |                     ^~~~~~~~~~
- src/ml_text.c: In function 'ml_text_recode_string':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- src/ml_text.c:244:21: note: in expansion of macro 'String_val'
-   244 |   char *src_bytes = String_val(str);
-       |                     ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- src/ml_text.c:290:10: note: in expansion of macro 'String_val'
-   290 |   memcpy(String_val(result), dst_buffer, dst_bytes - dst_buffer);
-       |          ^~~~~~~~~~
- In file included from src/ml_text.c:14:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- + mv ml_text.o src/ml_text.o
- + /home/opam/.opam/default/bin/ocamlfind ocamlmklib -o src/text_stubs -g -L/usr/lib src/ml_text.o
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bigarray -package bytes -modules src/text.mli > src/text.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bigarray -package bytes -modules src/encoding.mli > src/encoding.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package bigarray -package bytes -I src -o src/encoding.cmi src/encoding.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package bigarray -package bytes -I src -o src/text.cmi src/text.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bigarray -package bytes -modules src/text.ml > src/text.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bigarray -package bytes -modules src/encoding.ml > src/encoding.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package bigarray -package bytes -I src -o src/text.cmo src/text.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package bigarray -package bytes -I src -o src/encoding.cmo src/encoding.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package bigarray -package bytes -I src -o src/encoding.cmo src/encoding.ml
- File "src/encoding.ml", line 53, characters 12-26:
- 53 |     else if Char.lowercase a.[i] = Char.lowercase b.[i] then
-                  ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/encoding.ml", line 53, characters 35-49:
- 53 |     else if Char.lowercase a.[i] = Char.lowercase b.[i] then
-                                         ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Char.lowercase
- Use Char.lowercase_ascii instead.
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -a -dllib -ltext_stubs -cclib -ltext_stubs -cclib -L/usr/lib -I src src/encoding.cmo src/text.cmo -o src/text.cma
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -package bigarray -package bytes -I src -o src/encoding.cmx src/encoding.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -package bigarray -package bytes -I src -o src/encoding.cmx src/encoding.ml
- File "src/encoding.ml", line 53, characters 12-26:
- 53 |     else if Char.lowercase a.[i] = Char.lowercase b.[i] then
-                  ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Char.lowercase
- Use Char.lowercase_ascii instead.
- File "src/encoding.ml", line 53, characters 35-49:
- 53 |     else if Char.lowercase a.[i] = Char.lowercase b.[i] then
-                                         ^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Char.lowercase
- Use Char.lowercase_ascii instead.
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -package bigarray -package bytes -I src -o src/text.cmx src/text.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -a -cclib -ltext_stubs -cclib -L/usr/lib -I src src/encoding.cmx src/text.cmx -o src/text.cmxa
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -shared -I src -cclib -L/usr/lib -I src src/text.cmxa src/encoding.cmx src/text.cmx -o src/text.cmxs
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -g -ccopt -I/usr/include -c src/ml_text_bigarray.c
- + mv ml_text_bigarray.o src/ml_text_bigarray.o
- + /home/opam/.opam/default/bin/ocamlfind ocamlmklib -o src/bigarray_stubs -g -L/usr/lib src/ml_text_bigarray.o
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bigarray -package bytes -modules src/encoding_bigarray.mli > src/encoding_bigarray.mli.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package bigarray -package bytes -I src -o src/encoding_bigarray.cmi src/encoding_bigarray.mli
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bigarray -package bytes -modules src/encoding_bigarray.ml > src/encoding_bigarray.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package bigarray -package bytes -I src -o src/encoding_bigarray.cmo src/encoding_bigarray.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -a -dllib -lbigarray_stubs -cclib -lbigarray_stubs -cclib -L/usr/lib -I src src/encoding_bigarray.cmo -o src/bigarray.cma
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -package bigarray -package bytes -I src -o src/encoding_bigarray.cmx src/encoding_bigarray.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -a -cclib -lbigarray_stubs -cclib -L/usr/lib -I src src/encoding_bigarray.cmx -o src/bigarray.cmxa
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -shared bigarray.cmxa -I src -cclib -L/usr/lib -I src src/bigarray.cmxa src/encoding_bigarray.cmx -o src/bigarray.cmxs
- + /home/opam/.opam/default/bin/ocamlfind ocamldep -package bytes -modules tests/test.ml > tests/test.ml.depends
- + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package bytes -I tests -I src -o tests/test.cmo tests/test.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -package bytes -I tests -I src -o tests/test.cmx tests/test.ml
- + /home/opam/.opam/default/bin/ocamlfind ocamlopt -g -I src -linkpkg -package bytes -I src -I tests src/text.cmxa tests/test.cmx -o tests/test.native
- + /home/opam/.opam/default/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/default/lib/ocamlbuild /home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -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.
-> compiled  text.0.8.0
[text: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/text.0.8.0)
- ./setup.exe -install 
- Installed /home/opam/.opam/default/lib/text/text.mli
- Installed /home/opam/.opam/default/lib/text/encoding.mli
- Installed /home/opam/.opam/default/lib/text/libtext_stubs.a
- Installed /home/opam/.opam/default/lib/text/text.cma
- Installed /home/opam/.opam/default/lib/text/text.cmxa
- Installed /home/opam/.opam/default/lib/text/text.a
- Installed /home/opam/.opam/default/lib/text/text.cmxs
- Installed /home/opam/.opam/default/lib/text/encoding.cmi
- Installed /home/opam/.opam/default/lib/text/encoding.cmti
- Installed /home/opam/.opam/default/lib/text/encoding.cmt
- Installed /home/opam/.opam/default/lib/text/encoding.annot
- Installed /home/opam/.opam/default/lib/text/text.cmi
- Installed /home/opam/.opam/default/lib/text/text.cmti
- Installed /home/opam/.opam/default/lib/text/text.cmt
- Installed /home/opam/.opam/default/lib/text/text.annot
- Installed /home/opam/.opam/default/lib/text/encoding.cmx
- Installed /home/opam/.opam/default/lib/text/text.cmx
- Installed /home/opam/.opam/default/lib/text/encoding_bigarray.mli
- Installed /home/opam/.opam/default/lib/text/libbigarray_stubs.a
- Installed /home/opam/.opam/default/lib/text/bigarray.cma
- Installed /home/opam/.opam/default/lib/text/bigarray.cmxa
- Installed /home/opam/.opam/default/lib/text/bigarray.a
- Installed /home/opam/.opam/default/lib/text/bigarray.cmxs
- Installed /home/opam/.opam/default/lib/text/encoding_bigarray.cmi
- Installed /home/opam/.opam/default/lib/text/encoding_bigarray.cmti
- Installed /home/opam/.opam/default/lib/text/encoding_bigarray.cmt
- Installed /home/opam/.opam/default/lib/text/encoding_bigarray.annot
- Installed /home/opam/.opam/default/lib/text/encoding_bigarray.cmx
- Installed /home/opam/.opam/default/lib/stublibs/dlltext_stubs.so
- Installed /home/opam/.opam/default/lib/stublibs/dlltext_stubs.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllbigarray_stubs.so
- Installed /home/opam/.opam/default/lib/stublibs/dllbigarray_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/default/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/default/lib/text/META
-> installed text.0.8.0

=== STDERR ===

2026-06-24 12:02.11: OK: build text.0.8.0 (runc: 11.1s, disk: 34KB)
2026-06-24 12:02.11: Job succeeded